#214F4C

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

Shades of Dark Slate Grey #214F4C

Tints of Dark Slate Grey #214F4C

Color information

#214F4C (or 0x214F4C) is unknown color: approx Dark Slate Grey. HEX triplet: 21, 4F and 4C. RGB value is (33,79,76). Sum of RGB (Red+Green+Blue) = 33+79+76=188 (24% of max value = 765). Red value is 33 (13.28% from 255 or 17.55% from 188); Green value is 79 (31.25% from 255 or 42.02% from 188); Blue value is 76 (30.08% from 255 or 40.43% from 188); Max value from RGB is 79 - color contains mainly: green. Hex color #214F4C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #214F4C is #DEB0B3. Grayscale: #404040. Windows color (decimal): -14594228 or 5000993. OLE color: 5000993.

HSL color Cylindrical-coordinate representation of color #214F4C: hue angle of 176.09º 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 #214F4C is Cyan = 0.58, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.69.

Color convert

RGB337976-
CMYK0.5800.040.69
HSL176.09º41.07%21.96%-
HSV(B)176.09º58.23%30.98%-
XYZ4.736.447.83-
YUV64.9134.26105.24-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 17.55%
GREEN value IS 79 (31.25% from 255) = 42.02%
BLUE value IS 76 (30.08% from 255) = 40.43%
R=17.55%
G=42.02%
B=40.43%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3379760.5800.040.69176.0941.0721.96
Hex214F4C3A0445b02916
Octal4111711472041052605126
Binary10000110011111001100111010010010001011011000010100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214F4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #214F4C;
 }
 .AnyTagClassName
 {
   color: #214F4C;
 }
</style>
background-color css

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

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

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

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

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

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