#264566

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

Shades of Catalina Blue #264566

Tints of Catalina Blue #264566

Color information

#264566 (or 0x264566) is unknown color: approx Catalina Blue. HEX triplet: 26, 45 and 66. RGB value is (38,69,102). Sum of RGB (Red+Green+Blue) = 38+69+102=209 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.18% from 209); Green value is 69 (27.34% from 255 or 33.01% from 209); Blue value is 102 (40.23% from 255 or 48.80% from 209); Max value from RGB is 102 - color contains mainly: blue. Hex color #264566 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #264566 is #D9BA99. Grayscale: #3F3F3F. Windows color (decimal): -14269082 or 6702374. OLE color: 6702374.

HSL color Cylindrical-coordinate representation of color #264566: hue angle of 210.94º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #264566 is Cyan = 0.63, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB3869102-
CMYK0.630.3200.6
HSL210.94º45.71%27.45%-
HSV(B)210.94º62.75%40%-
XYZ5.335.6313.38-
YUV63.49149.73109.82-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 18.18%
GREEN value IS 69 (27.34% from 255) = 33.01%
BLUE value IS 102 (40.23% from 255) = 48.80%
R=18.18%
G=33.01%
B=48.80%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal38691020.630.3200.6210.9445.7127.45
Hex2645663F2003Cd32e1b
Octal4610514677400743235633
Binary1001101000101110011011111110000001111001101001110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #264566; }

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

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

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

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

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

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

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

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