#224E50

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

Shades of Dark Slate Grey #224E50

Tints of Dark Slate Grey #224E50

Color information

#224E50 (or 0x224E50) is unknown color: approx Dark Slate Grey. HEX triplet: 22, 4E and 50. RGB value is (34,78,80). Sum of RGB (Red+Green+Blue) = 34+78+80=192 (25% of max value = 765). Red value is 34 (13.67% from 255 or 17.71% from 192); Green value is 78 (30.86% from 255 or 40.62% from 192); Blue value is 80 (31.64% from 255 or 41.67% from 192); Max value from RGB is 80 - color contains mainly: blue. Hex color #224E50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #224E50 is #DDB1AF. Grayscale: #414141. Windows color (decimal): -14528944 or 5262882. OLE color: 5262882.

HSL color Cylindrical-coordinate representation of color #224E50: hue angle of 182.61º degrees, saturation: 0.4, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #224E50 is Cyan = 0.58, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB347880-
CMYK0.580.0200.69
HSL182.61º40.35%22.35%-
HSV(B)182.61º57.5%31.37%-
XYZ4.836.378.56-
YUV65.07136.42105.84-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 17.71%
GREEN value IS 78 (30.86% from 255) = 40.62%
BLUE value IS 80 (31.64% from 255) = 41.67%
R=17.71%
G=40.62%
B=41.67%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3478800.580.0200.69182.6140.3522.35
Hex224E503A2045b72816
Octal4211612072201052675026
Binary1000101001110101000011101010010001011011011110100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224E50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(34,78,80); }

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

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

 a { background-color: rgb(34,78,80); }

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

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

 span { border-color: rgb(34,78,80); }

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