Shades of Cod Grey #343536
Tints of Cod Grey #343536
RGB
CMYK
RGB Variations
Color information
#343536 (or 0x343536) is known color: Cod Grey. HEX triplet: 34, 35 and 36. RGB value is (52,53,54). Sum of RGB (Red+Green+Blue) = 52+53+54=159 (21% of max value = 765). Red value is 52 (20.70% from 255 or 32.70% from 159); Green value is 53 (21.09% from 255 or 33.33% from 159); Blue value is 54 (21.48% from 255 or 33.96% from 159); Max value from RGB is 54 - color contains mainly: blue. Hex color #343536 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343536 is #CBCAC9. Grayscale: #343434. Windows color (decimal): -13355722 or 3552564. OLE color: 3552564.
HSL color Cylindrical-coordinate representation of color #343536: hue angle of 210º degrees, saturation: 0.02, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #343536 is Cyan = 0.04, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 52 | 53 | 54 | - |
| CMYK | 0.04 | 0.02 | 0 | 0.79 |
| HSL | 210º | 0.02% | 0.21% | - |
| HSV(B) | 210º | 0.04% | 0.21% | - |
| XYZ | 3.36 | 3.54 | 4 | - |
| YUV | 52.82 | 128.67 | 127.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 53 | 54 | 0.04 | 0.02 | 0 | 0.79 | 210 | 0.02 | 0.21 |
| Hex | 34 | 35 | 36 | 4 | 2 | 0 | 4F | D2 | 2 | 15 |
| Octal | 64 | 65 | 66 | 4 | 2 | 0 | 117 | 322 | 2 | 25 |
| Binary | 110100 | 110101 | 110110 | 100 | 10 | 0 | 1001111 | 11010010 | 10 | 10101 |
Color Harmonies of #343536
Complementary color
Monochromatic Colors of #343536
Black with #343536
Text Example
Text Example
White with #343536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343536; }
p { color: rgb(52,53,54); }
H1.HeaderClassName
{
color: #343536;
}
.AnyTagClassName
{
color: #343536;
}
</style>
background-color css
<style>
a { background-color: #343536; }
a { background-color: rgb(52,53,54); }
div.DivClassName
{
background-color: #343536;
}
.BgClassName
{
background-color: #343536;
}
</style>
border-color css
<style>
span { border-color: #343536; }
span { border-color: rgb(52,53,54); }
td.TdClassName
{
border-color: #343536;
}
.TagClassName
{
border-color: #343536;
}
</style>