#264366

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

Shades of Catalina Blue #264366

Tints of Catalina Blue #264366

Color information

#264366 (or 0x264366) is unknown color: approx Catalina Blue. HEX triplet: 26, 43 and 66. RGB value is (38,67,102). Sum of RGB (Red+Green+Blue) = 38+67+102=207 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.36% from 207); Green value is 67 (26.56% from 255 or 32.37% from 207); Blue value is 102 (40.23% from 255 or 49.28% from 207); Max value from RGB is 102 - color contains mainly: blue. Hex color #264366 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #264366 is #D9BC99. Grayscale: #3E3E3E. Windows color (decimal): -14269594 or 6701862. OLE color: 6701862.

HSL color Cylindrical-coordinate representation of color #264366: hue angle of 212.81º 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 #264366 is Cyan = 0.63, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB3867102-
CMYK0.630.3400.6
HSL212.81º45.71%27.45%-
HSV(B)212.81º62.75%40%-
XYZ5.25.3913.34-
YUV62.32150.39110.65-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 18.36%
GREEN value IS 67 (26.56% from 255) = 32.37%
BLUE value IS 102 (40.23% from 255) = 49.28%
R=18.36%
G=32.37%
B=49.28%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal38671020.630.3400.6212.8145.7127.45
Hex2643663F2203Cd52e1b
Octal4610314677420743255633
Binary1001101000011110011011111110001001111001101010110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #264366; }

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

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

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

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

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

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

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

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