#244F52

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

Shades of Dark Slate Grey #244F52

Tints of Dark Slate Grey #244F52

Color information

#244F52 (or 0x244F52) is unknown color: approx Dark Slate Grey. HEX triplet: 24, 4F and 52. RGB value is (36,79,82). Sum of RGB (Red+Green+Blue) = 36+79+82=197 (26% of max value = 765). Red value is 36 (14.45% from 255 or 18.27% from 197); Green value is 79 (31.25% from 255 or 40.10% from 197); Blue value is 82 (32.42% from 255 or 41.62% from 197); Max value from RGB is 82 - color contains mainly: blue. Hex color #244F52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #244F52 is #DBB0AD. Grayscale: #424242. Windows color (decimal): -14397614 or 5394212. OLE color: 5394212.

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

Color convert

RGB367982-
CMYK0.560.0400.68
HSL183.91º38.98%23.14%-
HSV(B)183.91º56.1%32.16%-
XYZ5.056.588.99-
YUV66.48136.75106.26-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 18.27%
GREEN value IS 79 (31.25% from 255) = 40.10%
BLUE value IS 82 (32.42% from 255) = 41.62%
R=18.27%
G=40.10%
B=41.62%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3679820.560.0400.68183.9138.9823.14
Hex244F52384044b82717
Octal4411712270401042704727
Binary10010010011111010010111000100010001001011100010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #244F52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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