#244E51

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

Shades of Dark Slate Grey #244E51

Tints of Dark Slate Grey #244E51

Color information

#244E51 (or 0x244E51) is unknown color: approx Dark Slate Grey. HEX triplet: 24, 4E and 51. RGB value is (36,78,81). Sum of RGB (Red+Green+Blue) = 36+78+81=195 (25% of max value = 765). Red value is 36 (14.45% from 255 or 18.46% from 195); Green value is 78 (30.86% from 255 or 40% from 195); Blue value is 81 (32.03% from 255 or 41.54% from 195); Max value from RGB is 81 - color contains mainly: blue. Hex color #244E51 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #244E51 is #DBB1AE. Grayscale: #414141. Windows color (decimal): -14397871 or 5328420. OLE color: 5328420.

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

Color convert

RGB367881-
CMYK0.560.0400.68
HSL184º38.46%22.94%-
HSV(B)184º55.56%31.76%-
XYZ4.946.428.76-
YUV65.78136.59106.76-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 18.46%
GREEN value IS 78 (30.86% from 255) = 40%
BLUE value IS 81 (32.03% from 255) = 41.54%
R=18.46%
G=40%
B=41.54%

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
Decimal3678810.560.0400.6818438.4622.94
Hex244E51384044b82617
Octal4411612170401042704627
Binary10010010011101010001111000100010001001011100010011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #244E51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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