#213559

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

Shades of Catalina Blue #213559

Tints of Catalina Blue #213559

Color information

#213559 (or 0x213559) is unknown color: approx Catalina Blue. HEX triplet: 21, 35 and 59. RGB value is (33,53,89). Sum of RGB (Red+Green+Blue) = 33+53+89=175 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.86% from 175); Green value is 53 (21.09% from 255 or 30.29% from 175); Blue value is 89 (35.16% from 255 or 50.86% from 175); Max value from RGB is 89 - color contains mainly: blue. Hex color #213559 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213559 is #DECAA6. Grayscale: #323232. Windows color (decimal): -14600871 or 5846305. OLE color: 5846305.

HSL color Cylindrical-coordinate representation of color #213559: hue angle of 218.57º degrees, saturation: 0.46, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #213559 is Cyan = 0.63, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB335389-
CMYK0.630.4000.65
HSL218.57º45.9%23.92%-
HSV(B)218.57º62.92%34.9%-
XYZ3.73.599.95-
YUV51.12149.37115.07-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 18.86%
GREEN value IS 53 (21.09% from 255) = 30.29%
BLUE value IS 89 (35.16% from 255) = 50.86%
R=18.86%
G=30.29%
B=50.86%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3353890.630.4000.65218.5745.923.92
Hex2135593F28041db2e18
Octal4165131775001013335630
Binary1000011101011011001111111101000010000011101101110111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #213559; }

 p { color: rgb(33,53,89); }

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

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

 a { background-color: rgb(33,53,89); }

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

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

 span { border-color: rgb(33,53,89); }

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