#244D51

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

Shades of Dark Slate Grey #244D51

Tints of Dark Slate Grey #244D51

Color information

#244D51 (or 0x244D51) is unknown color: approx Dark Slate Grey. HEX triplet: 24, 4D and 51. RGB value is (36,77,81). Sum of RGB (Red+Green+Blue) = 36+77+81=194 (25% of max value = 765). Red value is 36 (14.45% from 255 or 18.56% from 194); Green value is 77 (30.47% from 255 or 39.69% 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 #244D51 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #244D51 is #DBB2AE. Grayscale: #414141. Windows color (decimal): -14398127 or 5328164. OLE color: 5328164.

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

Color convert

RGB367781-
CMYK0.560.0500.68
HSL185.33º38.46%22.94%-
HSV(B)185.33º55.56%31.76%-
XYZ4.876.288.74-
YUV65.2136.92107.17-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 18.56%
GREEN value IS 77 (30.47% from 255) = 39.69%
BLUE value IS 81 (32.03% from 255) = 41.75%
R=18.56%
G=39.69%
B=41.75%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3677810.560.0500.68185.3338.4622.94
Hex244D51385044b92617
Octal4411512170501042714627
Binary10010010011011010001111000101010001001011100110011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #244D51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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