Html Css Color HEX #213960 Catalina Blue

📋 copy color: '#213960'

red 33 ◦ green 57 ◦ blue 96

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

Shades of Catalina Blue #213960

Tints of Catalina Blue #213960

RGB

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

 GREEN value IS 57 (22.66% from 255) = 30.65%

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

R = 17.74%
G = 30.65%
B = 51.61%

CMYK

 C value IS 0.66

 M value IS 0.41

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#213960 (or 0x213960) is known color: Catalina Blue. HEX triplet: 21, 39 and 60. RGB value is (33,57,96). Sum of RGB (Red+Green+Blue) = 33+57+96=186 (24% of max value = 765). Red value is 33 (13.28% from 255 or 17.74% from 186); Green value is 57 (22.66% from 255 or 30.65% from 186); Blue value is 96 (37.89% from 255 or 51.61% from 186); Max value from RGB is 96 - color contains mainly: blue. Hex color #213960 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213960 is #DEC69F. Grayscale: #363636. Windows color (decimal): -14599840 or 6306081. OLE color: 6306081.

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

Color convert

RGB 33 57 96 -
CMYK 0.66 0.41 0 0.62
HSL 217.14º 0.49% 0.25% -
HSV(B) 217.14º 0.66% 0.38% -
XYZ 4.2 4.09 11.64 -
YUV 54.27 151.55 112.83 -
System Red Green Blue C M Y K H S L
Decimal 33 57 96 0.66 0.41 0 0.62 217.14 0.49 0.25
Hex 21 39 60 42 29 0 3E D9 31 19
Octal 41 71 140 102 51 0 76 331 61 31
Binary 100001 111001 1100000 1000010 101001 0 111110 11011001 110001 11001

Color Harmonies of #213960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213960

Black with #213960

Text Example


Text Example

White with #213960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213960; }

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

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

background-color css

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

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

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

border-color css

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

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

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