Shades of Atomic #384951
Tints of Atomic #384951
RGB
CMYK
RGB Variations
Color information
#384951 (or 0x384951) is known color: Atomic. HEX triplet: 38, 49 and 51. RGB value is (56,73,81). Sum of RGB (Red+Green+Blue) = 56+73+81=210 (27% of max value = 765). Red value is 56 (22.27% from 255 or 26.67% from 210); Green value is 73 (28.91% from 255 or 34.76% from 210); Blue value is 81 (32.03% from 255 or 38.57% from 210); Max value from RGB is 81 - color contains mainly: blue. Hex color #384951 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384951 is #C7B6AE. Grayscale: #444444. Windows color (decimal): -13088431 or 5327160. OLE color: 5327160.
HSL color Cylindrical-coordinate representation of color #384951: hue angle of 199.2º degrees, saturation: 0.18, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #384951 is Cyan = 0.31, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 56 | 73 | 81 | - |
| CMYK | 0.31 | 0.10 | 0 | 0.68 |
| HSL | 199.2º | 0.18% | 0.27% | - |
| HSV(B) | 199.2º | 0.31% | 0.32% | - |
| XYZ | 5.5 | 6.2 | 8.69 | - |
| YUV | 68.83 | 134.87 | 118.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 73 | 81 | 0.31 | 0.10 | 0 | 0.68 | 199.2 | 0.18 | 0.27 |
| Hex | 38 | 49 | 51 | 1F | A | 0 | 44 | C7 | 12 | 1B |
| Octal | 70 | 111 | 121 | 37 | 12 | 0 | 104 | 307 | 22 | 33 |
| Binary | 111000 | 1001001 | 1010001 | 11111 | 1010 | 0 | 1000100 | 11000111 | 10010 | 11011 |
Color Harmonies of #384951
Complementary color
Monochromatic Colors of #384951
Black with #384951
Text Example
Text Example
White with #384951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384951; }
p { color: rgb(56,73,81); }
H1.HeaderClassName
{
color: #384951;
}
.AnyTagClassName
{
color: #384951;
}
</style>
background-color css
<style>
a { background-color: #384951; }
a { background-color: rgb(56,73,81); }
div.DivClassName
{
background-color: #384951;
}
.BgClassName
{
background-color: #384951;
}
</style>
border-color css
<style>
span { border-color: #384951; }
span { border-color: rgb(56,73,81); }
td.TdClassName
{
border-color: #384951;
}
.TagClassName
{
border-color: #384951;
}
</style>