#264596

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

Shades of Tory Blue #264596

Tints of Tory Blue #264596

Color information

#264596 (or 0x264596) is unknown color: approx Tory Blue. HEX triplet: 26, 45 and 96. RGB value is (38,69,150). Sum of RGB (Red+Green+Blue) = 38+69+150=257 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.79% from 257); Green value is 69 (27.34% from 255 or 26.85% from 257); Blue value is 150 (58.98% from 255 or 58.37% from 257); Max value from RGB is 150 - color contains mainly: blue. Hex color #264596 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #264596 is #D9BA69. Grayscale: #444444. Windows color (decimal): -14269034 or 9848102. OLE color: 9848102.

HSL color Cylindrical-coordinate representation of color #264596: hue angle of 223.39º 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 #264596 is Cyan = 0.75, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB3869150-
CMYK0.750.5400.41
HSL223.39º59.57%36.86%-
HSV(B)223.39º74.67%58.82%-
XYZ8.436.8729.74-
YUV68.96173.73105.91-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 14.79%
GREEN value IS 69 (27.34% from 255) = 26.85%
BLUE value IS 150 (58.98% from 255) = 58.37%
R=14.79%
G=26.85%
B=58.37%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal38691500.750.5400.41223.3959.5736.86
Hex2645964B36029df3c25
Octal46105226113660513377445
Binary1001101000101100101101001011110110010100111011111111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #264596; }

 p { color: rgb(38,69,150); }

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

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

 a { background-color: rgb(38,69,150); }

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

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

 span { border-color: rgb(38,69,150); }

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