#214F52

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

Shades of Dark Slate Grey #214F52

Tints of Dark Slate Grey #214F52

Color information

#214F52 (or 0x214F52) is unknown color: approx Dark Slate Grey. HEX triplet: 21, 4F and 52. RGB value is (33,79,82). Sum of RGB (Red+Green+Blue) = 33+79+82=194 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.01% from 194); Green value is 79 (31.25% from 255 or 40.72% from 194); Blue value is 82 (32.42% from 255 or 42.27% from 194); Max value from RGB is 82 - color contains mainly: blue. Hex color #214F52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #214F52 is #DEB0AD. Grayscale: #414141. Windows color (decimal): -14594222 or 5394209. OLE color: 5394209.

HSL color Cylindrical-coordinate representation of color #214F52: hue angle of 183.67º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #214F52 is Cyan = 0.60, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB337982-
CMYK0.600.0400.68
HSL183.67º42.61%22.55%-
HSV(B)183.67º59.76%32.16%-
XYZ4.956.528.98-
YUV65.59137.26104.76-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 17.01%
GREEN value IS 79 (31.25% from 255) = 40.72%
BLUE value IS 82 (32.42% from 255) = 42.27%
R=17.01%
G=40.72%
B=42.27%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3379820.600.0400.68183.6742.6122.55
Hex214F523C4044b82b17
Octal4111712274401042705327
Binary10000110011111010010111100100010001001011100010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214F52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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