Html Css Color HEX #213C5E Catalina Blue

📋 copy color: '#213C5E'

red 33 ◦ green 60 ◦ blue 94

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

Shades of Catalina Blue #213C5E

Tints of Catalina Blue #213C5E

RGB

 RED value IS 33 (13.28% from 255) = 17.65%

 GREEN value IS 60 (23.83% from 255) = 32.09%

 BLUE value IS 94 (37.11% from 255) = 50.27%

R = 17.65%
G = 32.09%
B = 50.27%

CMYK

 C value IS 0.65

 M value IS 0.36

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#213C5E (or 0x213C5E) is known color: Catalina Blue. HEX triplet: 21, 3C and 5E. RGB value is (33,60,94). Sum of RGB (Red+Green+Blue) = 33+60+94=187 (24% of max value = 765). Red value is 33 (13.28% from 255 or 17.65% from 187); Green value is 60 (23.83% from 255 or 32.09% from 187); Blue value is 94 (37.11% from 255 or 50.27% from 187); Max value from RGB is 94 - color contains mainly: blue. Hex color #213C5E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213C5E is #DEC3A1. Grayscale: #373737. Windows color (decimal): -14599074 or 6175777. OLE color: 6175777.

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

Color convert

RGB 33 60 94 -
CMYK 0.65 0.36 0 0.63
HSL 213.44º 0.48% 0.25% -
HSV(B) 213.44º 0.65% 0.37% -
XYZ 4.26 4.36 11.21 -
YUV 55.8 149.55 111.74 -
System Red Green Blue C M Y K H S L
Decimal 33 60 94 0.65 0.36 0 0.63 213.44 0.48 0.25
Hex 21 3C 5E 41 24 0 3F D5 30 19
Octal 41 74 136 101 44 0 77 325 60 31
Binary 100001 111100 1011110 1000001 100100 0 111111 11010101 110000 11001

Color Harmonies of #213C5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213C5E

Black with #213C5E

Text Example


Text Example

White with #213C5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,60,94); }

 H1.HeaderClassName
 {
   color: #213C5E;
 }
 .AnyTagClassName
 {
   color: #213C5E;
 }
</style>

background-color css

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

 a { background-color: rgb(33,60,94); }

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

border-color css

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

 span { border-color: rgb(33,60,94); }

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