Shades of Atomic #384950
Tints of Atomic #384950
RGB
CMYK
RGB Variations
Color information
#384950 (or 0x384950) is known color: Atomic. HEX triplet: 38, 49 and 50. RGB value is (56,73,80). Sum of RGB (Red+Green+Blue) = 56+73+80=209 (27% of max value = 765). Red value is 56 (22.27% from 255 or 26.79% from 209); Green value is 73 (28.91% from 255 or 34.93% from 209); Blue value is 80 (31.64% from 255 or 38.28% from 209); Max value from RGB is 80 - color contains mainly: blue. Hex color #384950 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384950 is #C7B6AF. Grayscale: #444444. Windows color (decimal): -13088432 or 5261624. OLE color: 5261624.
HSL color Cylindrical-coordinate representation of color #384950: hue angle of 197.5º degrees, saturation: 0.18, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #384950 is Cyan = 0.30, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 56 | 73 | 80 | - |
| CMYK | 0.30 | 0.09 | 0 | 0.69 |
| HSL | 197.5º | 0.18% | 0.27% | - |
| HSV(B) | 197.5º | 0.3% | 0.31% | - |
| XYZ | 5.46 | 6.19 | 8.5 | - |
| YUV | 68.72 | 134.37 | 118.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 73 | 80 | 0.30 | 0.09 | 0 | 0.69 | 197.5 | 0.18 | 0.27 |
| Hex | 38 | 49 | 50 | 1E | 9 | 0 | 45 | C6 | 12 | 1B |
| Octal | 70 | 111 | 120 | 36 | 11 | 0 | 105 | 306 | 22 | 33 |
| Binary | 111000 | 1001001 | 1010000 | 11110 | 1001 | 0 | 1000101 | 11000110 | 10010 | 11011 |
Color Harmonies of #384950
Complementary color
Monochromatic Colors of #384950
Black with #384950
Text Example
Text Example
White with #384950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384950; }
p { color: rgb(56,73,80); }
H1.HeaderClassName
{
color: #384950;
}
.AnyTagClassName
{
color: #384950;
}
</style>
background-color css
<style>
a { background-color: #384950; }
a { background-color: rgb(56,73,80); }
div.DivClassName
{
background-color: #384950;
}
.BgClassName
{
background-color: #384950;
}
</style>
border-color css
<style>
span { border-color: #384950; }
span { border-color: rgb(56,73,80); }
td.TdClassName
{
border-color: #384950;
}
.TagClassName
{
border-color: #384950;
}
</style>