Html Css Color HEX #213962 Catalina Blue

📋 copy color: '#213962'

red 33 ◦ green 57 ◦ blue 98

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

Shades of Catalina Blue #213962

Tints of Catalina Blue #213962

RGB

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

 GREEN value IS 57 (22.66% from 255) = 30.32%

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

R = 17.55%
G = 30.32%
B = 52.13%

CMYK

 C value IS 0.66

 M value IS 0.42

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#213962 (or 0x213962) is known color: Catalina Blue. HEX triplet: 21, 39 and 62. RGB value is (33,57,98). Sum of RGB (Red+Green+Blue) = 33+57+98=188 (24% of max value = 765). Red value is 33 (13.28% from 255 or 17.55% from 188); Green value is 57 (22.66% from 255 or 30.32% from 188); Blue value is 98 (38.67% from 255 or 52.13% from 188); Max value from RGB is 98 - color contains mainly: blue. Hex color #213962 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213962 is #DEC69D. Grayscale: #363636. Windows color (decimal): -14599838 or 6437153. OLE color: 6437153.

HSL color Cylindrical-coordinate representation of color #213962: hue angle of 217.85º 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 #213962 is Cyan = 0.66, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 33 57 98 -
CMYK 0.66 0.42 0 0.62
HSL 217.85º 0.5% 0.26% -
HSV(B) 217.85º 0.66% 0.38% -
XYZ 4.29 4.13 12.13 -
YUV 54.5 152.55 112.67 -
System Red Green Blue C M Y K H S L
Decimal 33 57 98 0.66 0.42 0 0.62 217.85 0.5 0.26
Hex 21 39 62 42 2A 0 3E DA 32 1A
Octal 41 71 142 102 52 0 76 332 62 32
Binary 100001 111001 1100010 1000010 101010 0 111110 11011010 110010 11010

Color Harmonies of #213962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213962

Black with #213962

Text Example


Text Example

White with #213962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213962; }

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

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

background-color css

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

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

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

border-color css

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

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

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