#214C50

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

Shades of Dark Slate Grey #214C50

Tints of Dark Slate Grey #214C50

Color information

#214C50 (or 0x214C50) is unknown color: approx Dark Slate Grey. HEX triplet: 21, 4C and 50. RGB value is (33,76,80). Sum of RGB (Red+Green+Blue) = 33+76+80=189 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.46% from 189); Green value is 76 (30.08% from 255 or 40.21% from 189); Blue value is 80 (31.64% from 255 or 42.33% from 189); Max value from RGB is 80 - color contains mainly: blue. Hex color #214C50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214C50 is #DEB3AF. Grayscale: #3F3F3F. Windows color (decimal): -14594992 or 5262369. OLE color: 5262369.

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

Color convert

RGB337680-
CMYK0.590.0500.69
HSL185.11º41.59%22.16%-
HSV(B)185.11º58.75%31.37%-
XYZ4.666.078.52-
YUV63.6137.25106.17-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 17.46%
GREEN value IS 76 (30.08% from 255) = 40.21%
BLUE value IS 80 (31.64% from 255) = 42.33%
R=17.46%
G=40.21%
B=42.33%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3376800.590.0500.69185.1141.5922.16
Hex214C503B5045b92a16
Octal4111412073501052715226
Binary10000110011001010000111011101010001011011100110101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214C50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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