#213359

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

Shades of Catalina Blue #213359

Tints of Catalina Blue #213359

Color information

#213359 (or 0x213359) is unknown color: approx Catalina Blue. HEX triplet: 21, 33 and 59. RGB value is (33,51,89). Sum of RGB (Red+Green+Blue) = 33+51+89=173 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.08% from 173); Green value is 51 (20.31% from 255 or 29.48% from 173); Blue value is 89 (35.16% from 255 or 51.45% from 173); Max value from RGB is 89 - color contains mainly: blue. Hex color #213359 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213359 is #DECCA6. Grayscale: #313131. Windows color (decimal): -14601383 or 5845793. OLE color: 5845793.

HSL color Cylindrical-coordinate representation of color #213359: hue angle of 220.71º 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 #213359 is Cyan = 0.63, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB335189-
CMYK0.630.4300.65
HSL220.71º45.9%23.92%-
HSV(B)220.71º62.92%34.9%-
XYZ3.613.419.92-
YUV49.95150.04115.91-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 19.08%
GREEN value IS 51 (20.31% from 255) = 29.48%
BLUE value IS 89 (35.16% from 255) = 51.45%
R=19.08%
G=29.48%
B=51.45%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3351890.630.4300.65220.7145.923.92
Hex2133593F2B041dd2e18
Octal4163131775301013355630
Binary1000011100111011001111111101011010000011101110110111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #213359; }

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

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

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

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

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

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

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

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