Html Css Color HEX #214F4D Dark Slate Grey

📋 copy color: '#214F4D'

red 33 ◦ green 79 ◦ blue 77

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

Shades of Dark Slate Grey #214F4D

Tints of Dark Slate Grey #214F4D

RGB

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

 GREEN value IS 79 (31.25% from 255) = 41.8%

 BLUE value IS 77 (30.47% from 255) = 40.74%

R = 17.46%
G = 41.8%
B = 40.74%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.03

 K value IS 0.69

RGB Variations

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

Color information

#214F4D (or 0x214F4D) is known color: Dark Slate Grey. HEX triplet: 21, 4F and 4D. RGB value is (33,79,77). Sum of RGB (Red+Green+Blue) = 33+79+77=189 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.46% from 189); Green value is 79 (31.25% from 255 or 41.80% from 189); Blue value is 77 (30.47% from 255 or 40.74% from 189); Max value from RGB is 79 - color contains mainly: green. Hex color #214F4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #214F4D is #DEB0B2. Grayscale: #404040. Windows color (decimal): -14594227 or 5066529. OLE color: 5066529.

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

Color convert

RGB 33 79 77 -
CMYK 0.58 0 0.03 0.69
HSL 177.39º 0.41% 0.22% -
HSV(B) 177.39º 0.58% 0.31% -
XYZ 4.76 6.45 8.02 -
YUV 65.02 134.76 105.16 -
System Red Green Blue C M Y K H S L
Decimal 33 79 77 0.58 0 0.03 0.69 177.39 0.41 0.22
Hex 21 4F 4D 3A 0 3 45 B1 29 16
Octal 41 117 115 72 0 3 105 261 51 26
Binary 100001 1001111 1001101 111010 0 11 1000101 10110001 101001 10110

Color Harmonies of #214F4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214F4D

Black with #214F4D

Text Example


Text Example

White with #214F4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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