Html Css Color HEX #213261 Catalina Blue

📋 copy color: '#213261'

red 33 ◦ green 50 ◦ blue 97

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

Shades of Catalina Blue #213261

Tints of Catalina Blue #213261

RGB

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

 GREEN value IS 50 (19.92% from 255) = 27.78%

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

R = 18.33%
G = 27.78%
B = 53.89%

CMYK

 C value IS 0.66

 M value IS 0.48

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#213261 (or 0x213261) is known color: Catalina Blue. HEX triplet: 21, 32 and 61. RGB value is (33,50,97). Sum of RGB (Red+Green+Blue) = 33+50+97=180 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.33% from 180); Green value is 50 (19.92% from 255 or 27.78% from 180); Blue value is 97 (38.28% from 255 or 53.89% from 180); Max value from RGB is 97 - color contains mainly: blue. Hex color #213261 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213261 is #DECD9E. Grayscale: #323232. Windows color (decimal): -14601631 or 6369825. OLE color: 6369825.

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

Color convert

RGB 33 50 97 -
CMYK 0.66 0.48 0 0.62
HSL 224.06º 0.49% 0.25% -
HSV(B) 224.06º 0.66% 0.38% -
XYZ 3.93 3.47 11.77 -
YUV 50.28 154.37 115.68 -
System Red Green Blue C M Y K H S L
Decimal 33 50 97 0.66 0.48 0 0.62 224.06 0.49 0.25
Hex 21 32 61 42 30 0 3E E0 31 19
Octal 41 62 141 102 60 0 76 340 61 31
Binary 100001 110010 1100001 1000010 110000 0 111110 11100000 110001 11001

Color Harmonies of #213261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213261

Black with #213261

Text Example


Text Example

White with #213261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213261; }

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

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

background-color css

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

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

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

border-color css

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

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

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