Shades of Atomic #364752
Tints of Atomic #364752
RGB
CMYK
RGB Variations
Color information
#364752 (or 0x364752) is known color: Atomic. HEX triplet: 36, 47 and 52. RGB value is (54,71,82). Sum of RGB (Red+Green+Blue) = 54+71+82=207 (27% of max value = 765). Red value is 54 (21.48% from 255 or 26.09% from 207); Green value is 71 (28.12% from 255 or 34.30% from 207); Blue value is 82 (32.42% from 255 or 39.61% from 207); Max value from RGB is 82 - color contains mainly: blue. Hex color #364752 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #364752 is #C9B8AD. Grayscale: #434343. Windows color (decimal): -13220014 or 5392182. OLE color: 5392182.
HSL color Cylindrical-coordinate representation of color #364752: hue angle of 203.57º degrees, saturation: 0.21, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #364752 is Cyan = 0.34, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 54 | 71 | 82 | - |
| CMYK | 0.34 | 0.13 | 0 | 0.68 |
| HSL | 203.57º | 0.21% | 0.27% | - |
| HSV(B) | 203.57º | 0.34% | 0.32% | - |
| XYZ | 5.3 | 5.9 | 8.84 | - |
| YUV | 67.17 | 136.37 | 118.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 71 | 82 | 0.34 | 0.13 | 0 | 0.68 | 203.57 | 0.21 | 0.27 |
| Hex | 36 | 47 | 52 | 22 | D | 0 | 44 | CC | 15 | 1B |
| Octal | 66 | 107 | 122 | 42 | 15 | 0 | 104 | 314 | 25 | 33 |
| Binary | 110110 | 1000111 | 1010010 | 100010 | 1101 | 0 | 1000100 | 11001100 | 10101 | 11011 |
Color Harmonies of #364752
Complementary color
Monochromatic Colors of #364752
Black with #364752
Text Example
Text Example
White with #364752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #364752; }
p { color: rgb(54,71,82); }
H1.HeaderClassName
{
color: #364752;
}
.AnyTagClassName
{
color: #364752;
}
</style>
background-color css
<style>
a { background-color: #364752; }
a { background-color: rgb(54,71,82); }
div.DivClassName
{
background-color: #364752;
}
.BgClassName
{
background-color: #364752;
}
</style>
border-color css
<style>
span { border-color: #364752; }
span { border-color: rgb(54,71,82); }
td.TdClassName
{
border-color: #364752;
}
.TagClassName
{
border-color: #364752;
}
</style>