#213966

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

Shades of Catalina Blue #213966

Tints of Catalina Blue #213966

Color information

#213966 (or 0x213966) is unknown color: approx Catalina Blue. HEX triplet: 21, 39 and 66. RGB value is (33,57,102). Sum of RGB (Red+Green+Blue) = 33+57+102=192 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.19% from 192); Green value is 57 (22.66% from 255 or 29.69% from 192); Blue value is 102 (40.23% from 255 or 53.12% from 192); Max value from RGB is 102 - color contains mainly: blue. Hex color #213966 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213966 is #DEC699. Grayscale: #363636. Windows color (decimal): -14599834 or 6699297. OLE color: 6699297.

HSL color Cylindrical-coordinate representation of color #213966: hue angle of 219.13º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #213966 is Cyan = 0.68, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB3357102-
CMYK0.680.4400.6
HSL219.13º51.11%26.47%-
HSV(B)219.13º67.65%40%-
XYZ4.494.2113.15-
YUV54.95154.55112.34-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 17.19%
GREEN value IS 57 (22.66% from 255) = 29.69%
BLUE value IS 102 (40.23% from 255) = 53.12%
R=17.19%
G=29.69%
B=53.12%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal33571020.680.4400.6219.1351.1126.47
Hex213966442C03Cdb331a
Octal4171146104540743336332
Binary1000011110011100110100010010110001111001101101111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #213966; }

 p { color: rgb(33,57,102); }

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

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

 a { background-color: rgb(33,57,102); }

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

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

 span { border-color: rgb(33,57,102); }

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