Html Css Color HEX #245451 Dark Slate Grey

📋 copy color: '#245451'

red 36 ◦ green 84 ◦ blue 81

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

Shades of Dark Slate Grey #245451

Tints of Dark Slate Grey #245451

RGB

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

 GREEN value IS 84 (33.2% from 255) = 41.79%

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

R = 17.91%
G = 41.79%
B = 40.3%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.04

 K value IS 0.67

RGB Variations

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

Color information

#245451 (or 0x245451) is known color: Dark Slate Grey. HEX triplet: 24, 54 and 51. RGB value is (36,84,81). Sum of RGB (Red+Green+Blue) = 36+84+81=201 (26% of max value = 765). Red value is 36 (14.45% from 255 or 17.91% from 201); Green value is 84 (33.20% from 255 or 41.79% from 201); Blue value is 81 (32.03% from 255 or 40.30% from 201); Max value from RGB is 84 - color contains mainly: green. Hex color #245451 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245451 is #DBABAE. Grayscale: #454545. Windows color (decimal): -14396335 or 5329956. OLE color: 5329956.

HSL color Cylindrical-coordinate representation of color #245451: hue angle of 176.25º degrees, saturation: 0.4, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #245451 is Cyan = 0.57, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.67.

Color convert

RGB 36 84 81 -
CMYK 0.57 0 0.04 0.67
HSL 176.25º 0.4% 0.24% -
HSV(B) 176.25º 0.57% 0.33% -
XYZ 5.38 7.31 8.91 -
YUV 69.31 134.6 104.24 -
System Red Green Blue C M Y K H S L
Decimal 36 84 81 0.57 0 0.04 0.67 176.25 0.4 0.24
Hex 24 54 51 39 0 4 43 B0 28 18
Octal 44 124 121 71 0 4 103 260 50 30
Binary 100100 1010100 1010001 111001 0 100 1000011 10110000 101000 11000

Color Harmonies of #245451

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245451

Black with #245451

Text Example


Text Example

White with #245451

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #245451; }

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

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

background-color css

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

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

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

border-color css

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

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

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