#214E4B

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

Shades of Dark Slate Grey #214E4B

Tints of Dark Slate Grey #214E4B

Color information

#214E4B (or 0x214E4B) is unknown color: approx Dark Slate Grey. HEX triplet: 21, 4E and 4B. RGB value is (33,78,75). Sum of RGB (Red+Green+Blue) = 33+78+75=186 (24% of max value = 765). Red value is 33 (13.28% from 255 or 17.74% from 186); Green value is 78 (30.86% from 255 or 41.94% from 186); Blue value is 75 (29.69% from 255 or 40.32% from 186); Max value from RGB is 78 - color contains mainly: green. Hex color #214E4B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #214E4B is #DEB1B4. Grayscale: #404040. Windows color (decimal): -14594485 or 4935201. OLE color: 4935201.

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

Color convert

RGB337875-
CMYK0.5800.040.69
HSL176º40.54%21.76%-
HSV(B)176º57.69%30.59%-
XYZ4.626.287.63-
YUV64.2134.09105.74-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 17.74%
GREEN value IS 78 (30.86% from 255) = 41.94%
BLUE value IS 75 (29.69% from 255) = 40.32%
R=17.74%
G=41.94%
B=40.32%

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
Decimal3378750.5800.040.6917640.5421.76
Hex214E4B3A0445b02916
Octal4111611372041052605126
Binary10000110011101001011111010010010001011011000010100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214E4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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