#213A5A

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

Shades of Catalina Blue #213A5A

Tints of Catalina Blue #213A5A

Color information

#213A5A (or 0x213A5A) is unknown color: approx Catalina Blue. HEX triplet: 21, 3A and 5A. RGB value is (33,58,90). Sum of RGB (Red+Green+Blue) = 33+58+90=181 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.23% from 181); Green value is 58 (23.05% from 255 or 32.04% from 181); Blue value is 90 (35.55% from 255 or 49.72% from 181); Max value from RGB is 90 - color contains mainly: blue. Hex color #213A5A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213A5A is #DEC5A5. Grayscale: #363636. Windows color (decimal): -14599590 or 5913121. OLE color: 5913121.

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

Color convert

RGB335890-
CMYK0.630.3600.65
HSL213.68º46.34%24.12%-
HSV(B)213.68º63.33%35.29%-
XYZ3.994.0910.25-
YUV54.17148.22112.9-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 18.23%
GREEN value IS 58 (23.05% from 255) = 32.04%
BLUE value IS 90 (35.55% from 255) = 49.72%
R=18.23%
G=32.04%
B=49.72%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3358900.630.3600.65213.6846.3424.12
Hex213A5A3F24041d62e18
Octal4172132774401013265630
Binary1000011110101011010111111100100010000011101011010111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213A5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,58,90); }

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

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

 a { background-color: rgb(33,58,90); }

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

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

 span { border-color: rgb(33,58,90); }

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