#235254

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

Shades of Dark Slate Grey #235254

Tints of Dark Slate Grey #235254

Color information

#235254 (or 0x235254) is unknown color: approx Dark Slate Grey. HEX triplet: 23, 52 and 54. RGB value is (35,82,84). Sum of RGB (Red+Green+Blue) = 35+82+84=201 (26% of max value = 765). Red value is 35 (14.06% from 255 or 17.41% from 201); Green value is 82 (32.42% from 255 or 40.80% from 201); Blue value is 84 (33.20% from 255 or 41.79% from 201); Max value from RGB is 84 - color contains mainly: blue. Hex color #235254 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #235254 is #DCADAB. Grayscale: #444444. Windows color (decimal): -14462380 or 5526051. OLE color: 5526051.

HSL color Cylindrical-coordinate representation of color #235254: hue angle of 182.45º degrees, saturation: 0.41, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #235254 is Cyan = 0.58, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB358284-
CMYK0.580.0200.67
HSL182.45º41.18%23.33%-
HSV(B)182.45º58.33%32.94%-
XYZ5.317.039.46-
YUV68.18136.93104.34-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 17.41%
GREEN value IS 82 (32.42% from 255) = 40.80%
BLUE value IS 84 (33.20% from 255) = 41.79%
R=17.41%
G=40.80%
B=41.79%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3582840.580.0200.67182.4541.1823.33
Hex2352543A2043b62917
Octal4312212472201032665127
Binary1000111010010101010011101010010000111011011010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #235254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #235254; }

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

 H1.HeaderClassName
 {
   color: #235254;
 }
 .AnyTagClassName
 {
   color: #235254;
 }
</style>
background-color css

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

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

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

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

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

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