#213E5F

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

Shades of Catalina Blue #213E5F

Tints of Catalina Blue #213E5F

Color information

#213E5F (or 0x213E5F) is unknown color: approx Catalina Blue. HEX triplet: 21, 3E and 5F. RGB value is (33,62,95). Sum of RGB (Red+Green+Blue) = 33+62+95=190 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.37% from 190); Green value is 62 (24.61% from 255 or 32.63% from 190); Blue value is 95 (37.5% from 255 or 50% from 190); Max value from RGB is 95 - color contains mainly: blue. Hex color #213E5F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213E5F is #DEC1A0. Grayscale: #383838. Windows color (decimal): -14598561 or 6241825. OLE color: 6241825.

HSL color Cylindrical-coordinate representation of color #213E5F: hue angle of 211.94º degrees, saturation: 0.48, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #213E5F is Cyan = 0.65, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB336295-
CMYK0.650.3500.63
HSL211.94º48.44%25.1%-
HSV(B)211.94º65.26%37.25%-
XYZ4.424.5911.48-
YUV57.09149.39110.82-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 17.37%
GREEN value IS 62 (24.61% from 255) = 32.63%
BLUE value IS 95 (37.5% from 255) = 50%
R=17.37%
G=32.63%
B=50%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal3362950.650.3500.63211.9448.4425.1
Hex213E5F412303Fd43019
Octal4176137101430773246031
Binary1000011111101011111100000110001101111111101010011000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213E5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,62,95); }

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

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

 a { background-color: rgb(33,62,95); }

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

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

 span { border-color: rgb(33,62,95); }

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