#244C4E

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

Shades of Dark Slate Grey #244C4E

Tints of Dark Slate Grey #244C4E

Color information

#244C4E (or 0x244C4E) is unknown color: approx Dark Slate Grey. HEX triplet: 24, 4C and 4E. RGB value is (36,76,78). Sum of RGB (Red+Green+Blue) = 36+76+78=190 (25% of max value = 765). Red value is 36 (14.45% from 255 or 18.95% from 190); Green value is 76 (30.08% from 255 or 40% from 190); Blue value is 78 (30.86% from 255 or 41.05% from 190); Max value from RGB is 78 - color contains mainly: blue. Hex color #244C4E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #244C4E is #DBB3B1. Grayscale: #404040. Windows color (decimal): -14398386 or 5131300. OLE color: 5131300.

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

Color convert

RGB367678-
CMYK0.540.0300.69
HSL182.86º36.84%22.35%-
HSV(B)182.86º53.85%30.59%-
XYZ4.696.098.14-
YUV64.27135.75107.84-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 18.95%
GREEN value IS 76 (30.08% from 255) = 40%
BLUE value IS 78 (30.86% from 255) = 41.05%
R=18.95%
G=40%
B=41.05%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3676780.540.0300.69182.8636.8422.35
Hex244C4E363045b72516
Octal4411411666301052674526
Binary1001001001100100111011011011010001011011011110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #244C4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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