Html Css Color HEX #213757 Catalina Blue

📋 copy color: '#213757'

red 33 ◦ green 55 ◦ blue 87

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

Shades of Catalina Blue #213757

Tints of Catalina Blue #213757

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 49.71%

R = 18.86%
G = 31.43%
B = 49.71%

CMYK

 C value IS 0.62

 M value IS 0.37

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#213757 (or 0x213757) is known color: Catalina Blue. HEX triplet: 21, 37 and 57. RGB value is (33,55,87). Sum of RGB (Red+Green+Blue) = 33+55+87=175 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.86% from 175); Green value is 55 (21.88% from 255 or 31.43% from 175); Blue value is 87 (34.38% from 255 or 49.71% from 175); Max value from RGB is 87 - color contains mainly: blue. Hex color #213757 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213757 is #DEC8A8. Grayscale: #333333. Windows color (decimal): -14600361 or 5715745. OLE color: 5715745.

HSL color Cylindrical-coordinate representation of color #213757: hue angle of 215.56º degrees, saturation: 0.45, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #213757 is Cyan = 0.62, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 33 55 87 -
CMYK 0.62 0.37 0 0.66
HSL 215.56º 0.45% 0.24% -
HSV(B) 215.56º 0.62% 0.34% -
XYZ 3.71 3.74 9.54 -
YUV 52.07 147.71 114.4 -
System Red Green Blue C M Y K H S L
Decimal 33 55 87 0.62 0.37 0 0.66 215.56 0.45 0.24
Hex 21 37 57 3E 25 0 42 D8 2D 18
Octal 41 67 127 76 45 0 102 330 55 30
Binary 100001 110111 1010111 111110 100101 0 1000010 11011000 101101 11000

Color Harmonies of #213757

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213757

Black with #213757

Text Example


Text Example

White with #213757

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213757; }

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

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

background-color css

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

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

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

border-color css

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

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

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