#235257

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

Shades of Dark Slate Grey #235257

Tints of Dark Slate Grey #235257

Color information

#235257 (or 0x235257) is unknown color: approx Dark Slate Grey. HEX triplet: 23, 52 and 57. RGB value is (35,82,87). Sum of RGB (Red+Green+Blue) = 35+82+87=204 (27% of max value = 765). Red value is 35 (14.06% from 255 or 17.16% from 204); Green value is 82 (32.42% from 255 or 40.20% from 204); Blue value is 87 (34.38% from 255 or 42.65% from 204); Max value from RGB is 87 - color contains mainly: blue. Hex color #235257 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #235257 is #DCADA8. Grayscale: #444444. Windows color (decimal): -14462377 or 5722659. OLE color: 5722659.

HSL color Cylindrical-coordinate representation of color #235257: hue angle of 185.77º degrees, saturation: 0.43, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #235257 is Cyan = 0.60, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB358287-
CMYK0.600.0600.66
HSL185.77º42.62%23.92%-
HSV(B)185.77º59.77%34.12%-
XYZ5.437.0810.1-
YUV68.52138.43104.09-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 17.16%
GREEN value IS 82 (32.42% from 255) = 40.20%
BLUE value IS 87 (34.38% from 255) = 42.65%
R=17.16%
G=40.20%
B=42.65%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3582870.600.0600.66185.7742.6223.92
Hex2352573C6042ba2b18
Octal4312212774601022725330
Binary10001110100101010111111100110010000101011101010101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #235257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #235257; }

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

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

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

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

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

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

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

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