#224D51

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

Shades of Dark Slate Grey #224D51

Tints of Dark Slate Grey #224D51

Color information

#224D51 (or 0x224D51) is unknown color: approx Dark Slate Grey. HEX triplet: 22, 4D and 51. RGB value is (34,77,81). Sum of RGB (Red+Green+Blue) = 34+77+81=192 (25% of max value = 765). Red value is 34 (13.67% from 255 or 17.71% from 192); Green value is 77 (30.47% from 255 or 40.10% from 192); Blue value is 81 (32.03% from 255 or 42.19% from 192); Max value from RGB is 81 - color contains mainly: blue. Hex color #224D51 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #224D51 is #DDB2AE. Grayscale: #404040. Windows color (decimal): -14529199 or 5328162. OLE color: 5328162.

HSL color Cylindrical-coordinate representation of color #224D51: hue angle of 185.11º degrees, saturation: 0.41, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #224D51 is Cyan = 0.58, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB347781-
CMYK0.580.0500.68
HSL185.11º40.87%22.55%-
HSV(B)185.11º58.02%31.76%-
XYZ4.86.248.74-
YUV64.6137.25106.17-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 17.71%
GREEN value IS 77 (30.47% from 255) = 40.10%
BLUE value IS 81 (32.03% from 255) = 42.19%
R=17.71%
G=40.10%
B=42.19%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3477810.580.0500.68185.1140.8722.55
Hex224D513A5044b92917
Octal4211512172501042715127
Binary10001010011011010001111010101010001001011100110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224D51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #224D51; }

 p { color: rgb(34,77,81); }

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

<style>
 a { background-color: #224D51; }

 a { background-color: rgb(34,77,81); }

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

<style>
 span { border-color: #224D51; }

 span { border-color: rgb(34,77,81); }

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