#213D66

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

Shades of Catalina Blue #213D66

Tints of Catalina Blue #213D66

Color information

#213D66 (or 0x213D66) is unknown color: approx Catalina Blue. HEX triplet: 21, 3D and 66. RGB value is (33,61,102). Sum of RGB (Red+Green+Blue) = 33+61+102=196 (25% of max value = 765). Red value is 33 (13.28% from 255 or 16.84% from 196); Green value is 61 (24.22% from 255 or 31.12% from 196); Blue value is 102 (40.23% from 255 or 52.04% from 196); Max value from RGB is 102 - color contains mainly: blue. Hex color #213D66 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213D66 is #DEC299. Grayscale: #393939. Windows color (decimal): -14598810 or 6700321. OLE color: 6700321.

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

Color convert

RGB3361102-
CMYK0.680.4000.6
HSL215.65º51.11%26.47%-
HSV(B)215.65º67.65%40%-
XYZ4.694.6213.21-
YUV57.3153.22110.67-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 16.84%
GREEN value IS 61 (24.22% from 255) = 31.12%
BLUE value IS 102 (40.23% from 255) = 52.04%
R=16.84%
G=31.12%
B=52.04%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal33611020.680.4000.6215.6551.1126.47
Hex213D66442803Cd8331a
Octal4175146104500743306332
Binary1000011111011100110100010010100001111001101100011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213D66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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