#244B4A

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

Shades of Dark Slate Grey #244B4A

Tints of Dark Slate Grey #244B4A

Color information

#244B4A (or 0x244B4A) is unknown color: approx Dark Slate Grey. HEX triplet: 24, 4B and 4A. RGB value is (36,75,74). Sum of RGB (Red+Green+Blue) = 36+75+74=185 (24% of max value = 765). Red value is 36 (14.45% from 255 or 19.46% from 185); Green value is 75 (29.69% from 255 or 40.54% from 185); Blue value is 74 (29.30% from 255 or 40% from 185); Max value from RGB is 75 - color contains mainly: green. Hex color #244B4A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #244B4A is #DBB4B5. Grayscale: #3F3F3F. Windows color (decimal): -14398646 or 4868900. OLE color: 4868900.

HSL color Cylindrical-coordinate representation of color #244B4A: hue angle of 178.46º degrees, saturation: 0.35, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #244B4A is Cyan = 0.52, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.71.

Color convert

RGB367574-
CMYK0.5200.010.71
HSL178.46º35.14%21.76%-
HSV(B)178.46º52%29.41%-
XYZ4.485.97.38-
YUV63.22134.08108.58-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 19.46%
GREEN value IS 75 (29.69% from 255) = 40.54%
BLUE value IS 74 (29.30% from 255) = 40%
R=19.46%
G=40.54%
B=40%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3675740.5200.010.71178.4635.1421.76
Hex244B4A340147b22316
Octal4411311264011072624326
Binary100100100101110010101101000110001111011001010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #244B4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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