Html Css Color HEX #213759 Catalina Blue

📋 copy color: '#213759'

red 33 ◦ green 55 ◦ blue 89

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

Shades of Catalina Blue #213759

Tints of Catalina Blue #213759

RGB

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

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

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

R = 18.64%
G = 31.07%
B = 50.28%

CMYK

 C value IS 0.63

 M value IS 0.38

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#213759 (or 0x213759) is known color: Catalina Blue. HEX triplet: 21, 37 and 59. RGB value is (33,55,89). Sum of RGB (Red+Green+Blue) = 33+55+89=177 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.64% from 177); Green value is 55 (21.88% from 255 or 31.07% from 177); Blue value is 89 (35.16% from 255 or 50.28% from 177); Max value from RGB is 89 - color contains mainly: blue. Hex color #213759 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213759 is #DEC8A6. Grayscale: #343434. Windows color (decimal): -14600359 or 5846817. OLE color: 5846817.

HSL color Cylindrical-coordinate representation of color #213759: hue angle of 216.43º 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 #213759 is Cyan = 0.63, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 33 55 89 -
CMYK 0.63 0.38 0 0.65
HSL 216.43º 0.46% 0.24% -
HSV(B) 216.43º 0.63% 0.35% -
XYZ 3.8 3.78 9.98 -
YUV 52.3 148.71 114.24 -
System Red Green Blue C M Y K H S L
Decimal 33 55 89 0.63 0.38 0 0.65 216.43 0.46 0.24
Hex 21 37 59 3F 26 0 41 D8 2E 18
Octal 41 67 131 77 46 0 101 330 56 30
Binary 100001 110111 1011001 111111 100110 0 1000001 11011000 101110 11000

Color Harmonies of #213759

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213759

Black with #213759

Text Example


Text Example

White with #213759

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213759; }

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

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

background-color css

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

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

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

border-color css

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

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

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