Html Css Color HEX #213461 Catalina Blue

📋 copy color: '#213461'

red 33 ◦ green 52 ◦ blue 97

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

Shades of Catalina Blue #213461

Tints of Catalina Blue #213461

RGB

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

 GREEN value IS 52 (20.7% from 255) = 28.57%

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

R = 18.13%
G = 28.57%
B = 53.3%

CMYK

 C value IS 0.66

 M value IS 0.46

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#213461 (or 0x213461) is known color: Catalina Blue. HEX triplet: 21, 34 and 61. RGB value is (33,52,97). Sum of RGB (Red+Green+Blue) = 33+52+97=182 (24% of max value = 765). Red value is 33 (13.28% from 255 or 18.13% from 182); Green value is 52 (20.70% from 255 or 28.57% from 182); Blue value is 97 (38.28% from 255 or 53.30% from 182); Max value from RGB is 97 - color contains mainly: blue. Hex color #213461 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213461 is #DECB9E. Grayscale: #333333. Windows color (decimal): -14601119 or 6370337. OLE color: 6370337.

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

Color convert

RGB 33 52 97 -
CMYK 0.66 0.46 0 0.62
HSL 222.19º 0.49% 0.25% -
HSV(B) 222.19º 0.66% 0.38% -
XYZ 4.01 3.64 11.8 -
YUV 51.45 153.71 114.84 -
System Red Green Blue C M Y K H S L
Decimal 33 52 97 0.66 0.46 0 0.62 222.19 0.49 0.25
Hex 21 34 61 42 2E 0 3E DE 31 19
Octal 41 64 141 102 56 0 76 336 61 31
Binary 100001 110100 1100001 1000010 101110 0 111110 11011110 110001 11001

Color Harmonies of #213461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213461

Black with #213461

Text Example


Text Example

White with #213461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213461; }

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

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

background-color css

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

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

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

border-color css

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

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

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