#224F54

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

Shades of Dark Slate Grey #224F54

Tints of Dark Slate Grey #224F54

Color information

#224F54 (or 0x224F54) is unknown color: approx Dark Slate Grey. HEX triplet: 22, 4F and 54. RGB value is (34,79,84). Sum of RGB (Red+Green+Blue) = 34+79+84=197 (26% of max value = 765). Red value is 34 (13.67% from 255 or 17.26% from 197); Green value is 79 (31.25% from 255 or 40.10% from 197); Blue value is 84 (33.20% from 255 or 42.64% from 197); Max value from RGB is 84 - color contains mainly: blue. Hex color #224F54 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #224F54 is #DDB0AB. Grayscale: #424242. Windows color (decimal): -14528684 or 5525282. OLE color: 5525282.

HSL color Cylindrical-coordinate representation of color #224F54: hue angle of 186º degrees, saturation: 0.42, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #224F54 is Cyan = 0.60, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB347984-
CMYK0.600.0600.67
HSL186º42.37%23.14%-
HSV(B)186º59.52%32.94%-
XYZ5.066.579.39-
YUV66.12138.09105.09-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 17.26%
GREEN value IS 79 (31.25% from 255) = 40.10%
BLUE value IS 84 (33.20% from 255) = 42.64%
R=17.26%
G=40.10%
B=42.64%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3479840.600.0600.6718642.3723.14
Hex224F543C6043ba2a17
Octal4211712474601032725227
Binary10001010011111010100111100110010000111011101010101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224F54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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