#235354

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

Shades of Dark Slate Grey #235354

Tints of Dark Slate Grey #235354

Color information

#235354 (or 0x235354) is unknown color: approx Dark Slate Grey. HEX triplet: 23, 53 and 54. RGB value is (35,83,84). Sum of RGB (Red+Green+Blue) = 35+83+84=202 (26% of max value = 765). Red value is 35 (14.06% from 255 or 17.33% from 202); Green value is 83 (32.81% from 255 or 41.09% from 202); Blue value is 84 (33.20% from 255 or 41.58% from 202); Max value from RGB is 84 - color contains mainly: blue. Hex color #235354 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #235354 is #DCACAB. Grayscale: #444444. Windows color (decimal): -14462124 or 5526307. OLE color: 5526307.

HSL color Cylindrical-coordinate representation of color #235354: hue angle of 181.22º degrees, saturation: 0.41, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #235354 is Cyan = 0.58, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB358384-
CMYK0.580.0100.67
HSL181.22º41.18%23.33%-
HSV(B)181.22º58.33%32.94%-
XYZ5.397.189.49-
YUV68.76136.6103.92-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 17.33%
GREEN value IS 83 (32.81% from 255) = 41.09%
BLUE value IS 84 (33.20% from 255) = 41.58%
R=17.33%
G=41.09%
B=41.58%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3583840.580.0100.67181.2241.1823.33
Hex2353543A1043b52917
Octal4312312472101032655127
Binary100011101001110101001110101010000111011010110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #235354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #235354; }

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

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

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

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

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

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

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

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