Shades of Atomic #36464F
Tints of Atomic #36464F
RGB
CMYK
RGB Variations
Color information
#36464F (or 0x36464F) is known color: Atomic. HEX triplet: 36, 46 and 4F. RGB value is (54,70,79). Sum of RGB (Red+Green+Blue) = 54+70+79=203 (26% of max value = 765). Red value is 54 (21.48% from 255 or 26.60% from 203); Green value is 70 (27.73% from 255 or 34.48% from 203); Blue value is 79 (31.25% from 255 or 38.92% from 203); Max value from RGB is 79 - color contains mainly: blue. Hex color #36464F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36464F is #C9B9B0. Grayscale: #424242. Windows color (decimal): -13220273 or 5195318. OLE color: 5195318.
HSL color Cylindrical-coordinate representation of color #36464F: hue angle of 201.6º degrees, saturation: 0.19, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #36464F is Cyan = 0.32, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 54 | 70 | 79 | - |
| CMYK | 0.32 | 0.11 | 0 | 0.69 |
| HSL | 201.6º | 0.19% | 0.26% | - |
| HSV(B) | 201.6º | 0.32% | 0.31% | - |
| XYZ | 5.12 | 5.73 | 8.23 | - |
| YUV | 66.24 | 135.2 | 119.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 70 | 79 | 0.32 | 0.11 | 0 | 0.69 | 201.6 | 0.19 | 0.26 |
| Hex | 36 | 46 | 4F | 20 | B | 0 | 45 | CA | 13 | 1A |
| Octal | 66 | 106 | 117 | 40 | 13 | 0 | 105 | 312 | 23 | 32 |
| Binary | 110110 | 1000110 | 1001111 | 100000 | 1011 | 0 | 1000101 | 11001010 | 10011 | 11010 |
Color Harmonies of #36464F
Complementary color
Monochromatic Colors of #36464F
Black with #36464F
Text Example
Text Example
White with #36464F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36464F; }
p { color: rgb(54,70,79); }
H1.HeaderClassName
{
color: #36464F;
}
.AnyTagClassName
{
color: #36464F;
}
</style>
background-color css
<style>
a { background-color: #36464F; }
a { background-color: rgb(54,70,79); }
div.DivClassName
{
background-color: #36464F;
}
.BgClassName
{
background-color: #36464F;
}
</style>
border-color css
<style>
span { border-color: #36464F; }
span { border-color: rgb(54,70,79); }
td.TdClassName
{
border-color: #36464F;
}
.TagClassName
{
border-color: #36464F;
}
</style>