Html Css Color HEX #244E4A Dark Slate Grey

📋 copy color: '#244E4A'

red 36 ◦ green 78 ◦ blue 74

#244E4A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Slate Grey #244E4A

Tints of Dark Slate Grey #244E4A

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.3% from 255) = 39.36%

R = 19.15%
G = 41.49%
B = 39.36%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.05

 K value IS 0.69

RGB Variations

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

Color information

#244E4A (or 0x244E4A) is known color: 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

RGB 36 78 74 -
CMYK 0.54 0 0.05 0.69
HSL 174.29º 0.37% 0.22% -
HSV(B) 174.29º 0.54% 0.31% -
XYZ 4.69 6.32 7.45 -
YUV 64.99 133.09 107.33 -
System Red Green Blue C M Y K H S L
Decimal 36 78 74 0.54 0 0.05 0.69 174.29 0.37 0.22
Hex 24 4E 4A 36 0 5 45 AE 25 16
Octal 44 116 112 66 0 5 105 256 45 26
Binary 100100 1001110 1001010 110110 0 101 1000101 10101110 100101 10110

Color Harmonies of #244E4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #244E4A

Black with #244E4A

Text Example


Text Example

White with #244E4A

Text Example


Text Example

HTML Codes & Css Web 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>