Html Css Color HEX #213660 Catalina Blue

📋 copy color: '#213660'

red 33 ◦ green 54 ◦ blue 96

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

Shades of Catalina Blue #213660

Tints of Catalina Blue #213660

RGB

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

 GREEN value IS 54 (21.48% from 255) = 29.51%

 BLUE value IS 96 (37.89% from 255) = 52.46%

R = 18.03%
G = 29.51%
B = 52.46%

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

#213660 (or 0x213660) is known color: Catalina Blue. HEX triplet: 21, 36 and 60. RGB value is (33,54,96). Sum of RGB (Red+Green+Blue) = 33+54+96=183 (24% of max value = 765). Red value is 33 (13.28% from 255 or 18.03% from 183); Green value is 54 (21.48% from 255 or 29.51% from 183); Blue value is 96 (37.89% from 255 or 52.46% from 183); Max value from RGB is 96 - color contains mainly: blue. Hex color #213660 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213660 is #DEC99F. Grayscale: #343434. Windows color (decimal): -14600608 or 6305313. OLE color: 6305313.

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

Color convert

RGB 33 54 96 -
CMYK 0.66 0.44 0 0.62
HSL 220º 0.49% 0.25% -
HSV(B) 220º 0.66% 0.38% -
XYZ 4.06 3.81 11.59 -
YUV 52.51 152.54 114.08 -
System Red Green Blue C M Y K H S L
Decimal 33 54 96 0.66 0.44 0 0.62 220 0.49 0.25
Hex 21 36 60 42 2C 0 3E DC 31 19
Octal 41 66 140 102 54 0 76 334 61 31
Binary 100001 110110 1100000 1000010 101100 0 111110 11011100 110001 11001

Color Harmonies of #213660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213660

Black with #213660

Text Example


Text Example

White with #213660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213660; }

 p { color: rgb(33,54,96); }

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

background-color css

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

 a { background-color: rgb(33,54,96); }

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

border-color css

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

 span { border-color: rgb(33,54,96); }

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