#23494B

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

Shades of Dark Slate Grey #23494B

Tints of Dark Slate Grey #23494B

Color information

#23494B (or 0x23494B) is unknown color: approx Dark Slate Grey. HEX triplet: 23, 49 and 4B. RGB value is (35,73,75). Sum of RGB (Red+Green+Blue) = 35+73+75=183 (24% of max value = 765). Red value is 35 (14.06% from 255 or 19.13% from 183); Green value is 73 (28.91% from 255 or 39.89% from 183); Blue value is 75 (29.69% from 255 or 40.98% from 183); Max value from RGB is 75 - color contains mainly: blue. Hex color #23494B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #23494B is #DCB6B4. Grayscale: #3D3D3D. Windows color (decimal): -14464693 or 4933923. OLE color: 4933923.

HSL color Cylindrical-coordinate representation of color #23494B: hue angle of 183º degrees, saturation: 0.36, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #23494B is Cyan = 0.53, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB357375-
CMYK0.530.0300.71
HSL183º36.36%21.57%-
HSV(B)183º53.33%29.41%-
XYZ4.355.637.51-
YUV61.87135.41108.84-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 19.13%
GREEN value IS 73 (28.91% from 255) = 39.89%
BLUE value IS 75 (29.69% from 255) = 40.98%
R=19.13%
G=39.89%
B=40.98%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3573750.530.0300.7118336.3621.57
Hex23494B353047b72416
Octal4311111365301072674426
Binary1000111001001100101111010111010001111011011110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23494B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23494B; }

 p { color: rgb(35,73,75); }

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

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

 a { background-color: rgb(35,73,75); }

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

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

 span { border-color: rgb(35,73,75); }

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