#244B4D

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

Shades of Dark Slate Grey #244B4D

Tints of Dark Slate Grey #244B4D

Color information

#244B4D (or 0x244B4D) is unknown color: approx Dark Slate Grey. HEX triplet: 24, 4B and 4D. RGB value is (36,75,77). Sum of RGB (Red+Green+Blue) = 36+75+77=188 (24% of max value = 765). Red value is 36 (14.45% from 255 or 19.15% from 188); Green value is 75 (29.69% from 255 or 39.89% from 188); Blue value is 77 (30.47% from 255 or 40.96% from 188); Max value from RGB is 77 - color contains mainly: blue. Hex color #244B4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #244B4D is #DBB4B2. Grayscale: #3F3F3F. Windows color (decimal): -14398643 or 5065508. OLE color: 5065508.

HSL color Cylindrical-coordinate representation of color #244B4D: hue angle of 182.93º 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 #244B4D is Cyan = 0.53, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB367577-
CMYK0.530.0300.70
HSL182.93º36.28%22.16%-
HSV(B)182.93º53.25%30.2%-
XYZ4.585.947.93-
YUV63.57135.58108.34-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 19.15%
GREEN value IS 75 (29.69% from 255) = 39.89%
BLUE value IS 77 (30.47% from 255) = 40.96%
R=19.15%
G=39.89%
B=40.96%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3675770.530.0300.70182.9336.2822.16
Hex244B4D353046b72416
Octal4411311565301062674426
Binary1001001001011100110111010111010001101011011110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #244B4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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