#264497

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

Shades of Tory Blue #264497

Tints of Tory Blue #264497

Color information

#264497 (or 0x264497) is unknown color: approx Tory Blue. HEX triplet: 26, 44 and 97. RGB value is (38,68,151). Sum of RGB (Red+Green+Blue) = 38+68+151=257 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.79% from 257); Green value is 68 (26.95% from 255 or 26.46% from 257); Blue value is 151 (59.38% from 255 or 58.75% from 257); Max value from RGB is 151 - color contains mainly: blue. Hex color #264497 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #264497 is #D9BB68. Grayscale: #444444. Windows color (decimal): -14269289 or 9913382. OLE color: 9913382.

HSL color Cylindrical-coordinate representation of color #264497: hue angle of 224.07º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #264497 is Cyan = 0.75, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB3868151-
CMYK0.750.5500.41
HSL224.07º59.79%37.06%-
HSV(B)224.07º74.83%59.22%-
XYZ8.456.7830.14-
YUV68.49174.56106.25-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 14.79%
GREEN value IS 68 (26.95% from 255) = 26.46%
BLUE value IS 151 (59.38% from 255) = 58.75%
R=14.79%
G=26.46%
B=58.75%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal38681510.750.5500.41224.0759.7937.06
Hex2644974B37029e03c25
Octal46104227113670513407445
Binary1001101000100100101111001011110111010100111100000111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #264497; }

 p { color: rgb(38,68,151); }

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

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

 a { background-color: rgb(38,68,151); }

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

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

 span { border-color: rgb(38,68,151); }

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