#244C4D

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

Shades of Dark Slate Grey #244C4D

Tints of Dark Slate Grey #244C4D

Color information

#244C4D (or 0x244C4D) is unknown color: approx Dark Slate Grey. HEX triplet: 24, 4C and 4D. RGB value is (36,76,77). Sum of RGB (Red+Green+Blue) = 36+76+77=189 (25% of max value = 765). Red value is 36 (14.45% from 255 or 19.05% from 189); Green value is 76 (30.08% from 255 or 40.21% from 189); Blue value is 77 (30.47% from 255 or 40.74% from 189); Max value from RGB is 77 - color contains mainly: blue. Hex color #244C4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #244C4D is #DBB3B2. Grayscale: #404040. Windows color (decimal): -14398387 or 5065764. OLE color: 5065764.

HSL color Cylindrical-coordinate representation of color #244C4D: hue angle of 181.46º degrees, saturation: 0.36, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #244C4D is Cyan = 0.53, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB367677-
CMYK0.530.0100.70
HSL181.46º36.28%22.16%-
HSV(B)181.46º53.25%30.2%-
XYZ4.656.087.95-
YUV64.15135.25107.92-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 19.05%
GREEN value IS 76 (30.08% from 255) = 40.21%
BLUE value IS 77 (30.47% from 255) = 40.74%
R=19.05%
G=40.21%
B=40.74%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3676770.530.0100.70181.4636.2822.16
Hex244C4D351046b52416
Octal4411411565101062654426
Binary100100100110010011011101011010001101011010110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #244C4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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