#244F53

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

Shades of Dark Slate Grey #244F53

Tints of Dark Slate Grey #244F53

Color information

#244F53 (or 0x244F53) is unknown color: approx Dark Slate Grey. HEX triplet: 24, 4F and 53. RGB value is (36,79,83). Sum of RGB (Red+Green+Blue) = 36+79+83=198 (26% of max value = 765). Red value is 36 (14.45% from 255 or 18.18% from 198); Green value is 79 (31.25% from 255 or 39.90% from 198); Blue value is 83 (32.81% from 255 or 41.92% from 198); Max value from RGB is 83 - color contains mainly: blue. Hex color #244F53 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #244F53 is #DBB0AC. Grayscale: #424242. Windows color (decimal): -14397613 or 5459748. OLE color: 5459748.

HSL color Cylindrical-coordinate representation of color #244F53: hue angle of 185.11º degrees, saturation: 0.39, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #244F53 is Cyan = 0.57, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB367983-
CMYK0.570.0500.67
HSL185.11º39.5%23.33%-
HSV(B)185.11º56.63%32.55%-
XYZ5.086.599.19-
YUV66.6137.25106.17-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 18.18%
GREEN value IS 79 (31.25% from 255) = 39.90%
BLUE value IS 83 (32.81% from 255) = 41.92%
R=18.18%
G=39.90%
B=41.92%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3679830.570.0500.67185.1139.523.33
Hex244F53395043b92717
Octal4411712371501032714727
Binary10010010011111010011111001101010000111011100110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #244F53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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