#234B49

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

Shades of Dark Slate Grey #234B49

Tints of Dark Slate Grey #234B49

Color information

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

HSL color Cylindrical-coordinate representation of color #234B49: hue angle of 177º 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 #234B49 is Cyan = 0.53, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.71.

Color convert

RGB357573-
CMYK0.5300.030.71
HSL177º36.36%21.57%-
HSV(B)177º53.33%29.41%-
XYZ4.415.877.2-
YUV62.81133.75108.16-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3575730.5300.030.7117736.3621.57
Hex234B49350347b12416
Octal4311311165031072614426
Binary1000111001011100100111010101110001111011000110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #234B49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #234B49; }

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

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

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

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

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

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

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

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