Html Css Color HEX #213C62 Catalina Blue

📋 copy color: '#213C62'

red 33 ◦ green 60 ◦ blue 98

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

Shades of Catalina Blue #213C62

Tints of Catalina Blue #213C62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 51.31%

R = 17.28%
G = 31.41%
B = 51.31%

CMYK

 C value IS 0.66

 M value IS 0.39

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#213C62 (or 0x213C62) is known color: Catalina Blue. HEX triplet: 21, 3C and 62. RGB value is (33,60,98). Sum of RGB (Red+Green+Blue) = 33+60+98=191 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.28% from 191); Green value is 60 (23.83% from 255 or 31.41% from 191); Blue value is 98 (38.67% from 255 or 51.31% from 191); Max value from RGB is 98 - color contains mainly: blue. Hex color #213C62 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213C62 is #DEC39D. Grayscale: #383838. Windows color (decimal): -14599070 or 6437921. OLE color: 6437921.

HSL color Cylindrical-coordinate representation of color #213C62: hue angle of 215.08º degrees, saturation: 0.5, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #213C62 is Cyan = 0.66, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 33 60 98 -
CMYK 0.66 0.39 0 0.62
HSL 215.08º 0.5% 0.26% -
HSV(B) 215.08º 0.66% 0.38% -
XYZ 4.45 4.44 12.18 -
YUV 56.26 151.55 111.41 -
System Red Green Blue C M Y K H S L
Decimal 33 60 98 0.66 0.39 0 0.62 215.08 0.5 0.26
Hex 21 3C 62 42 27 0 3E D7 32 1A
Octal 41 74 142 102 47 0 76 327 62 32
Binary 100001 111100 1100010 1000010 100111 0 111110 11010111 110010 11010

Color Harmonies of #213C62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213C62

Black with #213C62

Text Example


Text Example

White with #213C62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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