Html Css Color HEX #214D50 Dark Slate Grey

📋 copy color: '#214D50'

red 33 ◦ green 77 ◦ blue 80

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

Shades of Dark Slate Grey #214D50

Tints of Dark Slate Grey #214D50

RGB

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

 GREEN value IS 77 (30.47% from 255) = 40.53%

 BLUE value IS 80 (31.64% from 255) = 42.11%

R = 17.37%
G = 40.53%
B = 42.11%

CMYK

 C value IS 0.59

 M value IS 0.04

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#214D50 (or 0x214D50) is known color: Dark Slate Grey. HEX triplet: 21, 4D and 50. RGB value is (33,77,80). Sum of RGB (Red+Green+Blue) = 33+77+80=190 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.37% from 190); Green value is 77 (30.47% from 255 or 40.53% from 190); Blue value is 80 (31.64% from 255 or 42.11% from 190); Max value from RGB is 80 - color contains mainly: blue. Hex color #214D50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #214D50 is #DEB2AF. Grayscale: #404040. Windows color (decimal): -14594736 or 5262625. OLE color: 5262625.

HSL color Cylindrical-coordinate representation of color #214D50: hue angle of 183.83º degrees, saturation: 0.42, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #214D50 is Cyan = 0.59, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 33 77 80 -
CMYK 0.59 0.04 0 0.69
HSL 183.83º 0.42% 0.22% -
HSV(B) 183.83º 0.59% 0.31% -
XYZ 4.73 6.21 8.54 -
YUV 64.19 136.92 105.76 -
System Red Green Blue C M Y K H S L
Decimal 33 77 80 0.59 0.04 0 0.69 183.83 0.42 0.22
Hex 21 4D 50 3B 4 0 45 B8 2A 16
Octal 41 115 120 73 4 0 105 270 52 26
Binary 100001 1001101 1010000 111011 100 0 1000101 10111000 101010 10110

Color Harmonies of #214D50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214D50

Black with #214D50

Text Example


Text Example

White with #214D50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214D50; }

 p { color: rgb(33,77,80); }

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

background-color css

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

 a { background-color: rgb(33,77,80); }

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

border-color css

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

 span { border-color: rgb(33,77,80); }

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