#245254

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

Shades of Dark Slate Grey #245254

Tints of Dark Slate Grey #245254

Color information

#245254 (or 0x245254) is unknown color: approx 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

RGB368284-
CMYK0.570.0200.67
HSL182.5º40%23.53%-
HSV(B)182.5º57.14%32.94%-
XYZ5.357.059.47-
YUV68.47136.76104.84-

RGB Variations

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

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.20% from 255) = 41.58%
R=17.82%
G=40.59%
B=41.58%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3682840.570.0200.67182.54023.53
Hex245254392043b62818
Octal4412212471201032665030
Binary1001001010010101010011100110010000111011011010100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>