#244E4A

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

Shades of Dark Slate Grey #244E4A

Tints of Dark Slate Grey #244E4A

Color information

#244E4A (or 0x244E4A) is unknown color: approx Dark Slate Grey. HEX triplet: 24, 4E and 4A. RGB value is (36,78,74). Sum of RGB (Red+Green+Blue) = 36+78+74=188 (24% of max value = 765). Red value is 36 (14.45% from 255 or 19.15% from 188); Green value is 78 (30.86% from 255 or 41.49% from 188); Blue value is 74 (29.30% from 255 or 39.36% from 188); Max value from RGB is 78 - color contains mainly: green. Hex color #244E4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #244E4A is #DBB1B5. Grayscale: #404040. Windows color (decimal): -14397878 or 4869668. OLE color: 4869668.

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

Color convert

RGB367874-
CMYK0.5400.050.69
HSL174.29º36.84%22.35%-
HSV(B)174.29º53.85%30.59%-
XYZ4.696.327.45-
YUV64.99133.09107.33-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 19.15%
GREEN value IS 78 (30.86% from 255) = 41.49%
BLUE value IS 74 (29.30% from 255) = 39.36%
R=19.15%
G=41.49%
B=39.36%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3678740.5400.050.69174.2936.8422.35
Hex244E4A360545ae2516
Octal4411611266051052564526
Binary10010010011101001010110110010110001011010111010010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #244E4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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