#213B59

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

Shades of Catalina Blue #213B59

Tints of Catalina Blue #213B59

Color information

#213B59 (or 0x213B59) is unknown color: approx Catalina Blue. HEX triplet: 21, 3B and 59. RGB value is (33,59,89). Sum of RGB (Red+Green+Blue) = 33+59+89=181 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.23% from 181); Green value is 59 (23.44% from 255 or 32.60% from 181); Blue value is 89 (35.16% from 255 or 49.17% from 181); Max value from RGB is 89 - color contains mainly: blue. Hex color #213B59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213B59 is #DEC4A6. Grayscale: #363636. Windows color (decimal): -14599335 or 5847841. OLE color: 5847841.

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

Color convert

RGB335989-
CMYK0.630.3400.65
HSL212.14º45.9%23.92%-
HSV(B)212.14º62.92%34.9%-
XYZ3.994.1710.05-
YUV54.65147.39112.56-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 18.23%
GREEN value IS 59 (23.44% from 255) = 32.60%
BLUE value IS 89 (35.16% from 255) = 49.17%
R=18.23%
G=32.60%
B=49.17%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3359890.630.3400.65212.1445.923.92
Hex213B593F22041d42e18
Octal4173131774201013245630
Binary1000011110111011001111111100010010000011101010010111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213B59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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