#244D52

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

Shades of Dark Slate Grey #244D52

Tints of Dark Slate Grey #244D52

Color information

#244D52 (or 0x244D52) is unknown color: approx Dark Slate Grey. HEX triplet: 24, 4D and 52. RGB value is (36,77,82). Sum of RGB (Red+Green+Blue) = 36+77+82=195 (25% of max value = 765). Red value is 36 (14.45% from 255 or 18.46% from 195); Green value is 77 (30.47% from 255 or 39.49% from 195); Blue value is 82 (32.42% from 255 or 42.05% from 195); Max value from RGB is 82 - color contains mainly: blue. Hex color #244D52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #244D52 is #DBB2AD. Grayscale: #414141. Windows color (decimal): -14398126 or 5393700. OLE color: 5393700.

HSL color Cylindrical-coordinate representation of color #244D52: hue angle of 186.52º degrees, saturation: 0.39, 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 #244D52 is Cyan = 0.56, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB367782-
CMYK0.560.0600.68
HSL186.52º38.98%23.14%-
HSV(B)186.52º56.1%32.16%-
XYZ4.96.298.94-
YUV65.31137.42107.09-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 18.46%
GREEN value IS 77 (30.47% from 255) = 39.49%
BLUE value IS 82 (32.42% from 255) = 42.05%
R=18.46%
G=39.49%
B=42.05%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3677820.560.0600.68186.5238.9823.14
Hex244D52386044bb2717
Octal4411512270601042734727
Binary10010010011011010010111000110010001001011101110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #244D52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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