Html Css Color HEX #245254 Dark Slate Grey

📋 copy color: '#245254'

red 36 ◦ green 82 ◦ blue 84

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

Shades of Dark Slate Grey #245254

Tints of Dark Slate Grey #245254

RGB

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

 GREEN value IS 82 (32.42% from 255) = 40.59%

 BLUE value IS 84 (33.2% from 255) = 41.58%

R = 17.82%
G = 40.59%
B = 41.58%

CMYK

 C value IS 0.57

 M value IS 0.02

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#245254 (or 0x245254) is known color: Dark Slate Grey. HEX triplet: 24, 52 and 54. RGB value is (36,82,84). Sum of RGB (Red+Green+Blue) = 36+82+84=202 (26% of max value = 765). Red value is 36 (14.45% from 255 or 17.82% from 202); Green value is 82 (32.42% from 255 or 40.59% from 202); Blue value is 84 (33.20% from 255 or 41.58% from 202); Max value from RGB is 84 - color contains mainly: blue. Hex color #245254 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245254 is #DBADAB. Grayscale: #444444. Windows color (decimal): -14396844 or 5526052. OLE color: 5526052.

HSL color Cylindrical-coordinate representation of color #245254: hue angle of 182.5º 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 #245254 is Cyan = 0.57, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 36 82 84 -
CMYK 0.57 0.02 0 0.67
HSL 182.5º 0.4% 0.24% -
HSV(B) 182.5º 0.57% 0.33% -
XYZ 5.35 7.05 9.47 -
YUV 68.47 136.76 104.84 -
System Red Green Blue C M Y K H S L
Decimal 36 82 84 0.57 0.02 0 0.67 182.5 0.4 0.24
Hex 24 52 54 39 2 0 43 B6 28 18
Octal 44 122 124 71 2 0 103 266 50 30
Binary 100100 1010010 1010100 111001 10 0 1000011 10110110 101000 11000

Color Harmonies of #245254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245254

Black with #245254

Text Example


Text Example

White with #245254

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #245254; }

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

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

background-color css

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

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

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

border-color css

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

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

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