Shades of Cod Grey #2D353C
Tints of Cod Grey #2D353C
RGB
CMYK
RGB Variations
Color information
#2D353C (or 0x2D353C) is known color: Cod Grey. HEX triplet: 2D, 35 and 3C. RGB value is (45,53,60). Sum of RGB (Red+Green+Blue) = 45+53+60=158 (20% of max value = 765). Red value is 45 (17.97% from 255 or 28.48% from 158); Green value is 53 (21.09% from 255 or 33.54% from 158); Blue value is 60 (23.83% from 255 or 37.97% from 158); Max value from RGB is 60 - color contains mainly: blue. Hex color #2D353C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D353C is #D2CAC3. Grayscale: #333333. Windows color (decimal): -13814468 or 3945773. OLE color: 3945773.
HSL color Cylindrical-coordinate representation of color #2D353C: hue angle of 208º degrees, saturation: 0.14, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #2D353C is Cyan = 0.25, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
RGB | 45 | 53 | 60 | - |
CMYK | 0.25 | 0.12 | 0 | 0.76 |
HSL | 208º | 0.14% | 0.21% | - |
HSV(B) | 208º | 0.25% | 0.24% | - |
XYZ | 3.17 | 3.43 | 4.77 | - |
YUV | 51.41 | 132.85 | 123.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 45 | 53 | 60 | 0.25 | 0.12 | 0 | 0.76 | 208 | 0.14 | 0.21 |
Hex | 2D | 35 | 3C | 19 | C | 0 | 4C | D0 | E | 15 |
Octal | 55 | 65 | 74 | 31 | 14 | 0 | 114 | 320 | 16 | 25 |
Binary | 101101 | 110101 | 111100 | 11001 | 1100 | 0 | 1001100 | 11010000 | 1110 | 10101 |
Color Harmonies of #2D353C
Complementary color
Monochromatic Colors of #2D353C
Black with #2D353C
Text Example
Text Example
White with #2D353C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D353C; }
p { color: rgb(45,53,60); }
H1.HeaderClassName
{
color: #2D353C;
}
.AnyTagClassName
{
color: #2D353C;
}
</style>
background-color css
<style>
a { background-color: #2D353C; }
a { background-color: rgb(45,53,60); }
div.DivClassName
{
background-color: #2D353C;
}
.BgClassName
{
background-color: #2D353C;
}
</style>
border-color css
<style>
span { border-color: #2D353C; }
span { border-color: rgb(45,53,60); }
td.TdClassName
{
border-color: #2D353C;
}
.TagClassName
{
border-color: #2D353C;
}
</style>