Html Css Color HEX #213E5F Catalina Blue

📋 copy color: '#213E5F'

red 33 ◦ green 62 ◦ blue 95

#213E5F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Catalina Blue #213E5F

Tints of Catalina Blue #213E5F

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 value IS 0.65

 M value IS 0.35

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#213E5F (or 0x213E5F) is known color: 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

RGB 33 62 95 -
CMYK 0.65 0.35 0 0.63
HSL 211.94º 0.48% 0.25% -
HSV(B) 211.94º 0.65% 0.37% -
XYZ 4.42 4.59 11.48 -
YUV 57.09 149.39 110.82 -
System Red Green Blue C M Y K H S L
Decimal 33 62 95 0.65 0.35 0 0.63 211.94 0.48 0.25
Hex 21 3E 5F 41 23 0 3F D4 30 19
Octal 41 76 137 101 43 0 77 324 60 31
Binary 100001 111110 1011111 1000001 100011 0 111111 11010100 110000 11001

Color Harmonies of #213E5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213E5F

Black with #213E5F

Text Example


Text Example

White with #213E5F

Text Example


Text Example

HTML Codes & Css Web 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>