Html Css Color HEX #213959 Catalina Blue

📋 copy color: '#213959'

red 33 ◦ green 57 ◦ blue 89

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

Shades of Catalina Blue #213959

Tints of Catalina Blue #213959

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 49.72%

R = 18.44%
G = 31.84%
B = 49.72%

CMYK

 C value IS 0.63

 M value IS 0.36

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#213959 (or 0x213959) is known color: Catalina Blue. HEX triplet: 21, 39 and 59. RGB value is (33,57,89). Sum of RGB (Red+Green+Blue) = 33+57+89=179 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.44% from 179); Green value is 57 (22.66% from 255 or 31.84% from 179); Blue value is 89 (35.16% from 255 or 49.72% from 179); Max value from RGB is 89 - color contains mainly: blue. Hex color #213959 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213959 is #DEC6A6. Grayscale: #353535. Windows color (decimal): -14599847 or 5847329. OLE color: 5847329.

HSL color Cylindrical-coordinate representation of color #213959: hue angle of 214.29º degrees, saturation: 0.46, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #213959 is Cyan = 0.63, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 33 57 89 -
CMYK 0.63 0.36 0 0.65
HSL 214.29º 0.46% 0.24% -
HSV(B) 214.29º 0.63% 0.35% -
XYZ 3.89 3.97 10.01 -
YUV 53.47 148.05 113.4 -
System Red Green Blue C M Y K H S L
Decimal 33 57 89 0.63 0.36 0 0.65 214.29 0.46 0.24
Hex 21 39 59 3F 24 0 41 D6 2E 18
Octal 41 71 131 77 44 0 101 326 56 30
Binary 100001 111001 1011001 111111 100100 0 1000001 11010110 101110 11000

Color Harmonies of #213959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213959

Black with #213959

Text Example


Text Example

White with #213959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213959; }

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

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

background-color css

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

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

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

border-color css

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

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

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