Html Css Color HEX #213561 Catalina Blue

📋 copy color: '#213561'

red 33 ◦ green 53 ◦ blue 97

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

Shades of Catalina Blue #213561

Tints of Catalina Blue #213561

RGB

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

 GREEN value IS 53 (21.09% from 255) = 28.96%

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

R = 18.03%
G = 28.96%
B = 53.01%

CMYK

 C value IS 0.66

 M value IS 0.45

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#213561 (or 0x213561) is known color: Catalina Blue. HEX triplet: 21, 35 and 61. RGB value is (33,53,97). Sum of RGB (Red+Green+Blue) = 33+53+97=183 (24% of max value = 765). Red value is 33 (13.28% from 255 or 18.03% from 183); Green value is 53 (21.09% from 255 or 28.96% from 183); Blue value is 97 (38.28% from 255 or 53.01% from 183); Max value from RGB is 97 - color contains mainly: blue. Hex color #213561 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213561 is #DECA9E. Grayscale: #333333. Windows color (decimal): -14600863 or 6370593. OLE color: 6370593.

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

Color convert

RGB 33 53 97 -
CMYK 0.66 0.45 0 0.62
HSL 221.25º 0.49% 0.25% -
HSV(B) 221.25º 0.66% 0.38% -
XYZ 4.06 3.73 11.82 -
YUV 52.04 153.37 114.42 -
System Red Green Blue C M Y K H S L
Decimal 33 53 97 0.66 0.45 0 0.62 221.25 0.49 0.25
Hex 21 35 61 42 2D 0 3E DD 31 19
Octal 41 65 141 102 55 0 76 335 61 31
Binary 100001 110101 1100001 1000010 101101 0 111110 11011101 110001 11001

Color Harmonies of #213561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213561

Black with #213561

Text Example


Text Example

White with #213561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213561; }

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

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

background-color css

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

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

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

border-color css

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

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

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