#224F51

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

Shades of Dark Slate Grey #224F51

Tints of Dark Slate Grey #224F51

Color information

#224F51 (or 0x224F51) is unknown color: approx Dark Slate Grey. HEX triplet: 22, 4F and 51. RGB value is (34,79,81). Sum of RGB (Red+Green+Blue) = 34+79+81=194 (25% of max value = 765). Red value is 34 (13.67% from 255 or 17.53% from 194); Green value is 79 (31.25% from 255 or 40.72% from 194); Blue value is 81 (32.03% from 255 or 41.75% from 194); Max value from RGB is 81 - color contains mainly: blue. Hex color #224F51 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #224F51 is #DDB0AE. Grayscale: #414141. Windows color (decimal): -14528687 or 5328674. OLE color: 5328674.

HSL color Cylindrical-coordinate representation of color #224F51: hue angle of 182.55º 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 #224F51 is Cyan = 0.58, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB347981-
CMYK0.580.0200.68
HSL182.55º40.87%22.55%-
HSV(B)182.55º58.02%31.76%-
XYZ4.946.538.78-
YUV65.77136.59105.34-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 17.53%
GREEN value IS 79 (31.25% from 255) = 40.72%
BLUE value IS 81 (32.03% from 255) = 41.75%
R=17.53%
G=40.72%
B=41.75%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3479810.580.0200.68182.5540.8722.55
Hex224F513A2044b72917
Octal4211712172201042675127
Binary1000101001111101000111101010010001001011011110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224F51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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