Html Css Color HEX #244E51 Dark Slate Grey

📋 copy color: '#244E51'

red 36 ◦ green 78 ◦ blue 81

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

Shades of Dark Slate Grey #244E51

Tints of Dark Slate Grey #244E51

RGB

 RED value IS 36 (14.45% from 255) = 18.46%

 GREEN value IS 78 (30.86% from 255) = 40%

 BLUE value IS 81 (32.03% from 255) = 41.54%

R = 18.46%
G = 40%
B = 41.54%

CMYK

 C value IS 0.56

 M value IS 0.04

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#244E51 (or 0x244E51) is known color: Dark Slate Grey. HEX triplet: 24, 4E and 51. RGB value is (36,78,81). Sum of RGB (Red+Green+Blue) = 36+78+81=195 (25% of max value = 765). Red value is 36 (14.45% from 255 or 18.46% from 195); Green value is 78 (30.86% from 255 or 40% from 195); Blue value is 81 (32.03% from 255 or 41.54% from 195); Max value from RGB is 81 - color contains mainly: blue. Hex color #244E51 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #244E51 is #DBB1AE. Grayscale: #414141. Windows color (decimal): -14397871 or 5328420. OLE color: 5328420.

HSL color Cylindrical-coordinate representation of color #244E51: hue angle of 184º degrees, saturation: 0.38, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #244E51 is Cyan = 0.56, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 36 78 81 -
CMYK 0.56 0.04 0 0.68
HSL 184º 0.38% 0.23% -
HSV(B) 184º 0.56% 0.32% -
XYZ 4.94 6.42 8.76 -
YUV 65.78 136.59 106.76 -
System Red Green Blue C M Y K H S L
Decimal 36 78 81 0.56 0.04 0 0.68 184 0.38 0.23
Hex 24 4E 51 38 4 0 44 B8 26 17
Octal 44 116 121 70 4 0 104 270 46 27
Binary 100100 1001110 1010001 111000 100 0 1000100 10111000 100110 10111

Color Harmonies of #244E51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #244E51

Black with #244E51

Text Example


Text Example

White with #244E51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #244E51;
 }
 .AnyTagClassName
 {
   color: #244E51;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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