Shades of Dark Slate Grey #234E4C
Tints of Dark Slate Grey #234E4C
RGB
CMYK
RGB Variations
Color information
#234E4C (or 0x234E4C) is known color: Dark Slate Grey. HEX triplet: 23, 4E and 4C. RGB value is (35,78,76). Sum of RGB (Red+Green+Blue) = 35+78+76=189 (25% of max value = 765). Red value is 35 (14.06% from 255 or 18.52% from 189); Green value is 78 (30.86% from 255 or 41.27% from 189); Blue value is 76 (30.08% from 255 or 40.21% from 189); Max value from RGB is 78 - color contains mainly: green. Hex color #234E4C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #234E4C is #DCB1B3. Grayscale: #404040. Windows color (decimal): -14463412 or 5000739. OLE color: 5000739.
HSL color Cylindrical-coordinate representation of color #234E4C: hue angle of 177.21º degrees, saturation: 0.38, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #234E4C is Cyan = 0.55, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 35 | 78 | 76 | - |
| CMYK | 0.55 | 0 | 0.03 | 0.69 |
| HSL | 177.21º | 0.38% | 0.22% | - |
| HSV(B) | 177.21º | 0.55% | 0.31% | - |
| XYZ | 4.72 | 6.33 | 7.81 | - |
| YUV | 64.92 | 134.25 | 106.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 78 | 76 | 0.55 | 0 | 0.03 | 0.69 | 177.21 | 0.38 | 0.22 |
| Hex | 23 | 4E | 4C | 37 | 0 | 3 | 45 | B1 | 26 | 16 |
| Octal | 43 | 116 | 114 | 67 | 0 | 3 | 105 | 261 | 46 | 26 |
| Binary | 100011 | 1001110 | 1001100 | 110111 | 0 | 11 | 1000101 | 10110001 | 100110 | 10110 |
Color Harmonies of #234E4C
Complementary color
Monochromatic Colors of #234E4C
Black with #234E4C
Text Example
Text Example
White with #234E4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234E4C; }
p { color: rgb(35,78,76); }
H1.HeaderClassName
{
color: #234E4C;
}
.AnyTagClassName
{
color: #234E4C;
}
</style>
background-color css
<style>
a { background-color: #234E4C; }
a { background-color: rgb(35,78,76); }
div.DivClassName
{
background-color: #234E4C;
}
.BgClassName
{
background-color: #234E4C;
}
</style>
border-color css
<style>
span { border-color: #234E4C; }
span { border-color: rgb(35,78,76); }
td.TdClassName
{
border-color: #234E4C;
}
.TagClassName
{
border-color: #234E4C;
}
</style>