#264995

Color #264995 Tory Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tory Blue #264995

Tints of Tory Blue #264995

Color information

#264995 (or 0x264995) is unknown color: approx Tory Blue. HEX triplet: 26, 49 and 95. RGB value is (38,73,149). Sum of RGB (Red+Green+Blue) = 38+73+149=260 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.62% from 260); Green value is 73 (28.91% from 255 or 28.08% from 260); Blue value is 149 (58.59% from 255 or 57.31% from 260); Max value from RGB is 149 - color contains mainly: blue. Hex color #264995 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #264995 is #D9B66A. Grayscale: #464646. Windows color (decimal): -14268011 or 9783590. OLE color: 9783590.

HSL color Cylindrical-coordinate representation of color #264995: hue angle of 221.08º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #264995 is Cyan = 0.74, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB3873149-
CMYK0.740.5100.42
HSL221.08º59.36%36.67%-
HSV(B)221.08º74.5%58.43%-
XYZ8.617.3529.4-
YUV71.2171.9104.32-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 38 (15.23% from 255) = 14.62%
GREEN value IS 73 (28.91% from 255) = 28.08%
BLUE value IS 149 (58.59% from 255) = 57.31%
R=14.62%
G=28.08%
B=57.31%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal38731490.740.5100.42221.0859.3636.67
Hex2649954A3302Add3b25
Octal46111225112630523357345
Binary1001101001001100101011001010110011010101011011101111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #264995; }

 p { color: rgb(38,73,149); }

 H1.HeaderClassName
 {
   color: #264995;
 }
 .AnyTagClassName
 {
   color: #264995;
 }
</style>
background-color css

<style>
 a { background-color: #264995; }

 a { background-color: rgb(38,73,149); }

 div.DivClassName
 {
   background-color: #264995;
 }
 .BgClassName
 {
   background-color: #264995;
 }
</style>
border-color css

<style>
 span { border-color: #264995; }

 span { border-color: rgb(38,73,149); }

 td.TdClassName
 {
   border-color: #264995;
 }
 .TagClassName
 {
   border-color: #264995;
 }
</style>