#214D4E

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

Shades of Dark Slate Grey #214D4E

Tints of Dark Slate Grey #214D4E

Color information

#214D4E (or 0x214D4E) is unknown color: approx Dark Slate Grey. HEX triplet: 21, 4D and 4E. RGB value is (33,77,78). Sum of RGB (Red+Green+Blue) = 33+77+78=188 (24% of max value = 765). Red value is 33 (13.28% from 255 or 17.55% from 188); Green value is 77 (30.47% from 255 or 40.96% from 188); Blue value is 78 (30.86% from 255 or 41.49% from 188); Max value from RGB is 78 - color contains mainly: blue. Hex color #214D4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #214D4E is #DEB2B1. Grayscale: #3F3F3F. Windows color (decimal): -14594738 or 5131553. OLE color: 5131553.

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

Color convert

RGB337778-
CMYK0.580.0100.69
HSL181.33º40.54%21.76%-
HSV(B)181.33º57.69%30.59%-
XYZ4.666.188.16-
YUV63.96135.92105.92-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 17.55%
GREEN value IS 77 (30.47% from 255) = 40.96%
BLUE value IS 78 (30.86% from 255) = 41.49%
R=17.55%
G=40.96%
B=41.49%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3377780.580.0100.69181.3340.5421.76
Hex214D4E3A1045b52916
Octal4111511672101052655126
Binary100001100110110011101110101010001011011010110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214D4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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