#235457

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

Shades of Dark Slate Grey #235457

Tints of Dark Slate Grey #235457

Color information

#235457 (or 0x235457) is unknown color: approx Dark Slate Grey. HEX triplet: 23, 54 and 57. RGB value is (35,84,87). Sum of RGB (Red+Green+Blue) = 35+84+87=206 (27% of max value = 765). Red value is 35 (14.06% from 255 or 16.99% from 206); Green value is 84 (33.20% from 255 or 40.78% from 206); Blue value is 87 (34.38% from 255 or 42.23% from 206); Max value from RGB is 87 - color contains mainly: blue. Hex color #235457 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #235457 is #DCABA8. Grayscale: #454545. Windows color (decimal): -14461865 or 5723171. OLE color: 5723171.

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

Color convert

RGB358487-
CMYK0.600.0300.66
HSL183.46º42.62%23.92%-
HSV(B)183.46º59.77%34.12%-
XYZ5.587.3910.15-
YUV69.69137.77103.26-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 16.99%
GREEN value IS 84 (33.20% from 255) = 40.78%
BLUE value IS 87 (34.38% from 255) = 42.23%
R=16.99%
G=40.78%
B=42.23%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3584870.600.0300.66183.4642.6223.92
Hex2354573C3042b72b18
Octal4312412774301022675330
Binary1000111010100101011111110011010000101011011110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #235457

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #235457; }

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

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

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

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

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

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

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

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