Shades of Dark Slate Grey #234E51
Tints of Dark Slate Grey #234E51
RGB
CMYK
RGB Variations
Color information
#234E51 (or 0x234E51) is known color: Dark Slate Grey. HEX triplet: 23, 4E and 51. RGB value is (35,78,81). Sum of RGB (Red+Green+Blue) = 35+78+81=194 (25% of max value = 765). Red value is 35 (14.06% from 255 or 18.04% from 194); Green value is 78 (30.86% from 255 or 40.21% from 194); Blue value is 81 (32.03% from 255 or 41.75% from 194); Max value from RGB is 81 - color contains mainly: blue. Hex color #234E51 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #234E51 is #DCB1AE. Grayscale: #414141. Windows color (decimal): -14463407 or 5328419. OLE color: 5328419.
HSL color Cylindrical-coordinate representation of color #234E51: hue angle of 183.91º degrees, saturation: 0.4, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #234E51 is Cyan = 0.57, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 35 | 78 | 81 | - |
| CMYK | 0.57 | 0.04 | 0 | 0.68 |
| HSL | 183.91º | 0.4% | 0.23% | - |
| HSV(B) | 183.91º | 0.57% | 0.32% | - |
| XYZ | 4.9 | 6.4 | 8.76 | - |
| YUV | 65.49 | 136.75 | 106.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 78 | 81 | 0.57 | 0.04 | 0 | 0.68 | 183.91 | 0.4 | 0.23 |
| Hex | 23 | 4E | 51 | 39 | 4 | 0 | 44 | B8 | 28 | 17 |
| Octal | 43 | 116 | 121 | 71 | 4 | 0 | 104 | 270 | 50 | 27 |
| Binary | 100011 | 1001110 | 1010001 | 111001 | 100 | 0 | 1000100 | 10111000 | 101000 | 10111 |
Color Harmonies of #234E51
Complementary color
Monochromatic Colors of #234E51
Black with #234E51
Text Example
Text Example
White with #234E51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234E51; }
p { color: rgb(35,78,81); }
H1.HeaderClassName
{
color: #234E51;
}
.AnyTagClassName
{
color: #234E51;
}
</style>
background-color css
<style>
a { background-color: #234E51; }
a { background-color: rgb(35,78,81); }
div.DivClassName
{
background-color: #234E51;
}
.BgClassName
{
background-color: #234E51;
}
</style>
border-color css
<style>
span { border-color: #234E51; }
span { border-color: rgb(35,78,81); }
td.TdClassName
{
border-color: #234E51;
}
.TagClassName
{
border-color: #234E51;
}
</style>