#213962

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

Shades of Catalina Blue #213962

Tints of Catalina Blue #213962

Color information

#213962 (or 0x213962) is unknown color: approx Catalina Blue. HEX triplet: 21, 39 and 62. RGB value is (33,57,98). Sum of RGB (Red+Green+Blue) = 33+57+98=188 (24% of max value = 765). Red value is 33 (13.28% from 255 or 17.55% from 188); Green value is 57 (22.66% from 255 or 30.32% from 188); Blue value is 98 (38.67% from 255 or 52.13% from 188); Max value from RGB is 98 - color contains mainly: blue. Hex color #213962 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213962 is #DEC69D. Grayscale: #363636. Windows color (decimal): -14599838 or 6437153. OLE color: 6437153.

HSL color Cylindrical-coordinate representation of color #213962: hue angle of 217.85º degrees, saturation: 0.5, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #213962 is Cyan = 0.66, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB335798-
CMYK0.660.4200.62
HSL217.85º49.62%25.69%-
HSV(B)217.85º66.33%38.43%-
XYZ4.294.1312.13-
YUV54.5152.55112.67-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 17.55%
GREEN value IS 57 (22.66% from 255) = 30.32%
BLUE value IS 98 (38.67% from 255) = 52.13%
R=17.55%
G=30.32%
B=52.13%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3357980.660.4200.62217.8549.6225.69
Hex213962422A03Eda321a
Octal4171142102520763326232
Binary1000011110011100010100001010101001111101101101011001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #213962; }

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

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

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

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

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

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

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

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