#244C50

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

Shades of Dark Slate Grey #244C50

Tints of Dark Slate Grey #244C50

Color information

#244C50 (or 0x244C50) is unknown color: approx Dark Slate Grey. HEX triplet: 24, 4C and 50. RGB value is (36,76,80). Sum of RGB (Red+Green+Blue) = 36+76+80=192 (25% of max value = 765). Red value is 36 (14.45% from 255 or 18.75% from 192); Green value is 76 (30.08% from 255 or 39.58% from 192); Blue value is 80 (31.64% from 255 or 41.67% from 192); Max value from RGB is 80 - color contains mainly: blue. Hex color #244C50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #244C50 is #DBB3AF. Grayscale: #404040. Windows color (decimal): -14398384 or 5262372. OLE color: 5262372.

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

Color convert

RGB367680-
CMYK0.550.0500.69
HSL185.45º37.93%22.75%-
HSV(B)185.45º55%31.37%-
XYZ4.766.128.52-
YUV64.5136.75107.67-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 18.75%
GREEN value IS 76 (30.08% from 255) = 39.58%
BLUE value IS 80 (31.64% from 255) = 41.67%
R=18.75%
G=39.58%
B=41.67%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3676800.550.0500.69185.4537.9322.75
Hex244C50375045b92617
Octal4411412067501052714627
Binary10010010011001010000110111101010001011011100110011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #244C50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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