#235357

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

Shades of Dark Slate Grey #235357

Tints of Dark Slate Grey #235357

Color information

#235357 (or 0x235357) is unknown color: approx Dark Slate Grey. HEX triplet: 23, 53 and 57. RGB value is (35,83,87). Sum of RGB (Red+Green+Blue) = 35+83+87=205 (27% of max value = 765). Red value is 35 (14.06% from 255 or 17.07% from 205); Green value is 83 (32.81% from 255 or 40.49% from 205); Blue value is 87 (34.38% from 255 or 42.44% from 205); Max value from RGB is 87 - color contains mainly: blue. Hex color #235357 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #235357 is #DCACA8. Grayscale: #454545. Windows color (decimal): -14462121 or 5722915. OLE color: 5722915.

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

Color convert

RGB358387-
CMYK0.600.0500.66
HSL184.62º42.62%23.92%-
HSV(B)184.62º59.77%34.12%-
XYZ5.517.2310.12-
YUV69.1138.1103.67-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 17.07%
GREEN value IS 83 (32.81% from 255) = 40.49%
BLUE value IS 87 (34.38% from 255) = 42.44%
R=17.07%
G=40.49%
B=42.44%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3583870.600.0500.66184.6242.6223.92
Hex2353573C5042b92b18
Octal4312312774501022715330
Binary10001110100111010111111100101010000101011100110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #235357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #235357; }

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

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

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

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

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

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

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

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