#214E50

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

Shades of Dark Slate Grey #214E50

Tints of Dark Slate Grey #214E50

Color information

#214E50 (or 0x214E50) is unknown color: approx Dark Slate Grey. HEX triplet: 21, 4E and 50. RGB value is (33,78,80). Sum of RGB (Red+Green+Blue) = 33+78+80=191 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.28% from 191); Green value is 78 (30.86% from 255 or 40.84% from 191); Blue value is 80 (31.64% from 255 or 41.88% from 191); Max value from RGB is 80 - color contains mainly: blue. Hex color #214E50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #214E50 is #DEB1AF. Grayscale: #404040. Windows color (decimal): -14594480 or 5262881. OLE color: 5262881.

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

Color convert

RGB337880-
CMYK0.590.0200.69
HSL182.55º41.59%22.16%-
HSV(B)182.55º58.75%31.37%-
XYZ4.86.358.56-
YUV64.77136.59105.34-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 17.28%
GREEN value IS 78 (30.86% from 255) = 40.84%
BLUE value IS 80 (31.64% from 255) = 41.88%
R=17.28%
G=40.84%
B=41.88%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3378800.590.0200.69182.5541.5922.16
Hex214E503B2045b72a16
Octal4111612073201052675226
Binary1000011001110101000011101110010001011011011110101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214E50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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