#214F4B

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

Shades of Dark Slate Grey #214F4B

Tints of Dark Slate Grey #214F4B

Color information

#214F4B (or 0x214F4B) is unknown color: approx Dark Slate Grey. HEX triplet: 21, 4F and 4B. RGB value is (33,79,75). Sum of RGB (Red+Green+Blue) = 33+79+75=187 (24% of max value = 765). Red value is 33 (13.28% from 255 or 17.65% from 187); Green value is 79 (31.25% from 255 or 42.25% from 187); Blue value is 75 (29.69% from 255 or 40.11% from 187); Max value from RGB is 79 - color contains mainly: green. Hex color #214F4B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #214F4B is #DEB0B4. Grayscale: #404040. Windows color (decimal): -14594229 or 4935457. OLE color: 4935457.

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

Color convert

RGB337975-
CMYK0.5800.050.69
HSL174.78º41.07%21.96%-
HSV(B)174.78º58.23%30.98%-
XYZ4.696.427.65-
YUV64.79133.76105.33-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 17.65%
GREEN value IS 79 (31.25% from 255) = 42.25%
BLUE value IS 75 (29.69% from 255) = 40.11%
R=17.65%
G=42.25%
B=40.11%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3379750.5800.050.69174.7841.0721.96
Hex214F4B3A0545af2916
Octal4111711372051052575126
Binary10000110011111001011111010010110001011010111110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214F4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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