Html Css Color HEX #213761 Catalina Blue

📋 copy color: '#213761'

red 33 ◦ green 55 ◦ blue 97

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

Shades of Catalina Blue #213761

Tints of Catalina Blue #213761

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 52.43%

R = 17.84%
G = 29.73%
B = 52.43%

CMYK

 C value IS 0.66

 M value IS 0.43

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#213761 (or 0x213761) is known color: Catalina Blue. HEX triplet: 21, 37 and 61. RGB value is (33,55,97). Sum of RGB (Red+Green+Blue) = 33+55+97=185 (24% of max value = 765). Red value is 33 (13.28% from 255 or 17.84% from 185); Green value is 55 (21.88% from 255 or 29.73% from 185); Blue value is 97 (38.28% from 255 or 52.43% from 185); Max value from RGB is 97 - color contains mainly: blue. Hex color #213761 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213761 is #DEC89E. Grayscale: #353535. Windows color (decimal): -14600351 or 6371105. OLE color: 6371105.

HSL color Cylindrical-coordinate representation of color #213761: hue angle of 219.38º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #213761 is Cyan = 0.66, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 33 55 97 -
CMYK 0.66 0.43 0 0.62
HSL 219.38º 0.49% 0.25% -
HSV(B) 219.38º 0.66% 0.38% -
XYZ 4.15 3.92 11.85 -
YUV 53.21 152.71 113.58 -
System Red Green Blue C M Y K H S L
Decimal 33 55 97 0.66 0.43 0 0.62 219.38 0.49 0.25
Hex 21 37 61 42 2B 0 3E DB 31 19
Octal 41 67 141 102 53 0 76 333 61 31
Binary 100001 110111 1100001 1000010 101011 0 111110 11011011 110001 11001

Color Harmonies of #213761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213761

Black with #213761

Text Example


Text Example

White with #213761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213761; }

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

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

background-color css

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

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

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

border-color css

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

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

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