Html Css Color HEX #213760 Catalina Blue

📋 copy color: '#213760'

red 33 ◦ green 55 ◦ blue 96

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

Shades of Catalina Blue #213760

Tints of Catalina Blue #213760

RGB

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

 GREEN value IS 55 (21.88% from 255) = 29.89%

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

R = 17.93%
G = 29.89%
B = 52.17%

CMYK

 C value IS 0.66

 M value IS 0.43

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#213760 (or 0x213760) is known color: Catalina Blue. HEX triplet: 21, 37 and 60. RGB value is (33,55,96). Sum of RGB (Red+Green+Blue) = 33+55+96=184 (24% of max value = 765). Red value is 33 (13.28% from 255 or 17.93% from 184); Green value is 55 (21.88% from 255 or 29.89% from 184); Blue value is 96 (37.89% from 255 or 52.17% from 184); Max value from RGB is 96 - color contains mainly: blue. Hex color #213760 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213760 is #DEC89F. Grayscale: #343434. Windows color (decimal): -14600352 or 6305569. OLE color: 6305569.

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

Color convert

RGB 33 55 96 -
CMYK 0.66 0.43 0 0.62
HSL 219.05º 0.49% 0.25% -
HSV(B) 219.05º 0.66% 0.38% -
XYZ 4.1 3.9 11.6 -
YUV 53.1 152.21 113.67 -
System Red Green Blue C M Y K H S L
Decimal 33 55 96 0.66 0.43 0 0.62 219.05 0.49 0.25
Hex 21 37 60 42 2B 0 3E DB 31 19
Octal 41 67 140 102 53 0 76 333 61 31
Binary 100001 110111 1100000 1000010 101011 0 111110 11011011 110001 11001

Color Harmonies of #213760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213760

Black with #213760

Text Example


Text Example

White with #213760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213760; }

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

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

background-color css

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

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

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

border-color css

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

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

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