#235256

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

Shades of Dark Slate Grey #235256

Tints of Dark Slate Grey #235256

Color information

#235256 (or 0x235256) is unknown color: approx Dark Slate Grey. HEX triplet: 23, 52 and 56. RGB value is (35,82,86). Sum of RGB (Red+Green+Blue) = 35+82+86=203 (26% of max value = 765). Red value is 35 (14.06% from 255 or 17.24% from 203); Green value is 82 (32.42% from 255 or 40.39% from 203); Blue value is 86 (33.98% from 255 or 42.36% from 203); Max value from RGB is 86 - color contains mainly: blue. Hex color #235256 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #235256 is #DCADA9. Grayscale: #444444. Windows color (decimal): -14462378 or 5657123. OLE color: 5657123.

HSL color Cylindrical-coordinate representation of color #235256: hue angle of 184.71º degrees, saturation: 0.42, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #235256 is Cyan = 0.59, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB358286-
CMYK0.590.0500.66
HSL184.71º42.15%23.73%-
HSV(B)184.71º59.3%33.73%-
XYZ5.397.069.88-
YUV68.4137.93104.17-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 17.24%
GREEN value IS 82 (32.42% from 255) = 40.39%
BLUE value IS 86 (33.98% from 255) = 42.36%
R=17.24%
G=40.39%
B=42.36%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3582860.590.0500.66184.7142.1523.73
Hex2352563B5042b92a18
Octal4312212673501022715230
Binary10001110100101010110111011101010000101011100110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #235256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #235256; }

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

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

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

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

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

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

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

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