#214F4D

Color #214F4D Dark Slate Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Slate Grey #214F4D

Tints of Dark Slate Grey #214F4D

Color information

#214F4D (or 0x214F4D) is unknown color: approx 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

RGB337977-
CMYK0.5800.030.69
HSL177.39º41.07%21.96%-
HSV(B)177.39º58.23%30.98%-
XYZ4.766.458.02-
YUV65.02134.76105.16-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 17.46%
GREEN value IS 79 (31.25% from 255) = 41.80%
BLUE value IS 77 (30.47% from 255) = 40.74%
R=17.46%
G=41.80%
B=40.74%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3379770.5800.030.69177.3941.0721.96
Hex214F4D3A0345b12916
Octal4111711572031052615126
Binary1000011001111100110111101001110001011011000110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214F4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>