Shades of Cod Grey #2E353C
Tints of Cod Grey #2E353C
RGB
CMYK
RGB Variations
Color information
#2E353C (or 0x2E353C) is known color: Cod Grey. HEX triplet: 2E, 35 and 3C. RGB value is (46,53,60). Sum of RGB (Red+Green+Blue) = 46+53+60=159 (21% of max value = 765). Red value is 46 (18.36% from 255 or 28.93% from 159); Green value is 53 (21.09% from 255 or 33.33% from 159); Blue value is 60 (23.83% from 255 or 37.74% from 159); Max value from RGB is 60 - color contains mainly: blue. Hex color #2E353C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E353C is #D1CAC3. Grayscale: #333333. Windows color (decimal): -13748932 or 3945774. OLE color: 3945774.
HSL color Cylindrical-coordinate representation of color #2E353C: hue angle of 210º degrees, saturation: 0.13, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #2E353C is Cyan = 0.23, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 46 | 53 | 60 | - |
| CMYK | 0.23 | 0.12 | 0 | 0.76 |
| HSL | 210º | 0.13% | 0.21% | - |
| HSV(B) | 210º | 0.23% | 0.24% | - |
| XYZ | 3.22 | 3.45 | 4.77 | - |
| YUV | 51.71 | 132.68 | 123.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 53 | 60 | 0.23 | 0.12 | 0 | 0.76 | 210 | 0.13 | 0.21 |
| Hex | 2E | 35 | 3C | 17 | C | 0 | 4C | D2 | D | 15 |
| Octal | 56 | 65 | 74 | 27 | 14 | 0 | 114 | 322 | 15 | 25 |
| Binary | 101110 | 110101 | 111100 | 10111 | 1100 | 0 | 1001100 | 11010010 | 1101 | 10101 |
Color Harmonies of #2E353C
Complementary color
Monochromatic Colors of #2E353C
Black with #2E353C
Text Example
Text Example
White with #2E353C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E353C; }
p { color: rgb(46,53,60); }
H1.HeaderClassName
{
color: #2E353C;
}
.AnyTagClassName
{
color: #2E353C;
}
</style>
background-color css
<style>
a { background-color: #2E353C; }
a { background-color: rgb(46,53,60); }
div.DivClassName
{
background-color: #2E353C;
}
.BgClassName
{
background-color: #2E353C;
}
</style>
border-color css
<style>
span { border-color: #2E353C; }
span { border-color: rgb(46,53,60); }
td.TdClassName
{
border-color: #2E353C;
}
.TagClassName
{
border-color: #2E353C;
}
</style>