Html Css Color HEX #213762 Catalina Blue

📋 copy color: '#213762'

red 33 ◦ green 55 ◦ blue 98

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

Shades of Catalina Blue #213762

Tints of Catalina Blue #213762

RGB

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

 GREEN value IS 55 (21.88% from 255) = 29.57%

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

R = 17.74%
G = 29.57%
B = 52.69%

CMYK

 C value IS 0.66

 M value IS 0.44

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#213762 (or 0x213762) is known color: Catalina Blue. HEX triplet: 21, 37 and 62. RGB value is (33,55,98). Sum of RGB (Red+Green+Blue) = 33+55+98=186 (24% of max value = 765). Red value is 33 (13.28% from 255 or 17.74% from 186); Green value is 55 (21.88% from 255 or 29.57% from 186); Blue value is 98 (38.67% from 255 or 52.69% from 186); Max value from RGB is 98 - color contains mainly: blue. Hex color #213762 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213762 is #DEC89D. Grayscale: #353535. Windows color (decimal): -14600350 or 6436641. OLE color: 6436641.

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

Color convert

RGB 33 55 98 -
CMYK 0.66 0.44 0 0.62
HSL 219.69º 0.5% 0.26% -
HSV(B) 219.69º 0.66% 0.38% -
XYZ 4.2 3.94 12.09 -
YUV 53.32 153.21 113.5 -
System Red Green Blue C M Y K H S L
Decimal 33 55 98 0.66 0.44 0 0.62 219.69 0.5 0.26
Hex 21 37 62 42 2C 0 3E DC 32 1A
Octal 41 67 142 102 54 0 76 334 62 32
Binary 100001 110111 1100010 1000010 101100 0 111110 11011100 110010 11010

Color Harmonies of #213762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213762

Black with #213762

Text Example


Text Example

White with #213762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213762; }

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

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

background-color css

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

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

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

border-color css

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

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

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