Html Css Color HEX #213860 Catalina Blue

📋 copy color: '#213860'

red 33 ◦ green 56 ◦ blue 96

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

Shades of Catalina Blue #213860

Tints of Catalina Blue #213860

RGB

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

 GREEN value IS 56 (22.27% from 255) = 30.27%

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

R = 17.84%
G = 30.27%
B = 51.89%

CMYK

 C value IS 0.66

 M value IS 0.42

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#213860 (or 0x213860) is known color: Catalina Blue. HEX triplet: 21, 38 and 60. RGB value is (33,56,96). Sum of RGB (Red+Green+Blue) = 33+56+96=185 (24% of max value = 765). Red value is 33 (13.28% from 255 or 17.84% from 185); Green value is 56 (22.27% from 255 or 30.27% from 185); Blue value is 96 (37.89% from 255 or 51.89% from 185); Max value from RGB is 96 - color contains mainly: blue. Hex color #213860 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213860 is #DEC79F. Grayscale: #353535. Windows color (decimal): -14600096 or 6305825. OLE color: 6305825.

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

Color convert

RGB 33 56 96 -
CMYK 0.66 0.42 0 0.62
HSL 218.1º 0.49% 0.25% -
HSV(B) 218.1º 0.66% 0.38% -
XYZ 4.15 4 11.62 -
YUV 53.68 151.88 113.25 -
System Red Green Blue C M Y K H S L
Decimal 33 56 96 0.66 0.42 0 0.62 218.1 0.49 0.25
Hex 21 38 60 42 2A 0 3E DA 31 19
Octal 41 70 140 102 52 0 76 332 61 31
Binary 100001 111000 1100000 1000010 101010 0 111110 11011010 110001 11001

Color Harmonies of #213860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213860

Black with #213860

Text Example


Text Example

White with #213860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213860; }

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

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

background-color css

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

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

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

border-color css

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

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

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