#213C66

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

Shades of Catalina Blue #213C66

Tints of Catalina Blue #213C66

Color information

#213C66 (or 0x213C66) is unknown color: approx Catalina Blue. HEX triplet: 21, 3C and 66. RGB value is (33,60,102). Sum of RGB (Red+Green+Blue) = 33+60+102=195 (25% of max value = 765). Red value is 33 (13.28% from 255 or 16.92% from 195); Green value is 60 (23.83% from 255 or 30.77% from 195); Blue value is 102 (40.23% from 255 or 52.31% from 195); Max value from RGB is 102 - color contains mainly: blue. Hex color #213C66 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213C66 is #DEC399. Grayscale: #383838. Windows color (decimal): -14599066 or 6700065. OLE color: 6700065.

HSL color Cylindrical-coordinate representation of color #213C66: hue angle of 216.52º 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 #213C66 is Cyan = 0.68, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB3360102-
CMYK0.680.4100.6
HSL216.52º51.11%26.47%-
HSV(B)216.52º67.65%40%-
XYZ4.644.5113.2-
YUV56.72153.55111.08-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 16.92%
GREEN value IS 60 (23.83% from 255) = 30.77%
BLUE value IS 102 (40.23% from 255) = 52.31%
R=16.92%
G=30.77%
B=52.31%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal33601020.680.4100.6216.5251.1126.47
Hex213C66442903Cd9331a
Octal4174146104510743316332
Binary1000011111001100110100010010100101111001101100111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213C66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #213C66; }

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

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

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

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

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

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

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

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