#235356

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

Shades of Dark Slate Grey #235356

Tints of Dark Slate Grey #235356

Color information

#235356 (or 0x235356) is unknown color: approx Dark Slate Grey. HEX triplet: 23, 53 and 56. RGB value is (35,83,86). Sum of RGB (Red+Green+Blue) = 35+83+86=204 (27% of max value = 765). Red value is 35 (14.06% from 255 or 17.16% from 204); Green value is 83 (32.81% from 255 or 40.69% from 204); Blue value is 86 (33.98% from 255 or 42.16% from 204); Max value from RGB is 86 - color contains mainly: blue. Hex color #235356 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #235356 is #DCACA9. Grayscale: #444444. Windows color (decimal): -14462122 or 5657379. OLE color: 5657379.

HSL color Cylindrical-coordinate representation of color #235356: hue angle of 183.53º 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 #235356 is Cyan = 0.59, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB358386-
CMYK0.590.0300.66
HSL183.53º42.15%23.73%-
HSV(B)183.53º59.3%33.73%-
XYZ5.477.229.91-
YUV68.99137.6103.76-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 17.16%
GREEN value IS 83 (32.81% from 255) = 40.69%
BLUE value IS 86 (33.98% from 255) = 42.16%
R=17.16%
G=40.69%
B=42.16%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3583860.590.0300.66183.5342.1523.73
Hex2353563B3042b82a18
Octal4312312673301022705230
Binary1000111010011101011011101111010000101011100010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #235356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #235356; }

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

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

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

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

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

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

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

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