Shades of Atomic #384F59
Tints of Atomic #384F59
RGB
CMYK
RGB Variations
Color information
#384F59 (or 0x384F59) is known color: Atomic. HEX triplet: 38, 4F and 59. RGB value is (56,79,89). Sum of RGB (Red+Green+Blue) = 56+79+89=224 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25% from 224); Green value is 79 (31.25% from 255 or 35.27% from 224); Blue value is 89 (35.16% from 255 or 39.73% from 224); Max value from RGB is 89 - color contains mainly: blue. Hex color #384F59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #384F59 is #C7B0A6. Grayscale: #494949. Windows color (decimal): -13086887 or 5852984. OLE color: 5852984.
HSL color Cylindrical-coordinate representation of color #384F59: hue angle of 198.18º degrees, saturation: 0.23, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #384F59 is Cyan = 0.37, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 56 | 79 | 89 | - |
| CMYK | 0.37 | 0.11 | 0 | 0.65 |
| HSL | 198.18º | 0.23% | 0.28% | - |
| HSV(B) | 198.18º | 0.37% | 0.35% | - |
| XYZ | 6.23 | 7.15 | 10.5 | - |
| YUV | 73.26 | 136.88 | 115.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 79 | 89 | 0.37 | 0.11 | 0 | 0.65 | 198.18 | 0.23 | 0.28 |
| Hex | 38 | 4F | 59 | 25 | B | 0 | 41 | C6 | 17 | 1C |
| Octal | 70 | 117 | 131 | 45 | 13 | 0 | 101 | 306 | 27 | 34 |
| Binary | 111000 | 1001111 | 1011001 | 100101 | 1011 | 0 | 1000001 | 11000110 | 10111 | 11100 |
Color Harmonies of #384F59
Complementary color
Monochromatic Colors of #384F59
Black with #384F59
Text Example
Text Example
White with #384F59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384F59; }
p { color: rgb(56,79,89); }
H1.HeaderClassName
{
color: #384F59;
}
.AnyTagClassName
{
color: #384F59;
}
</style>
background-color css
<style>
a { background-color: #384F59; }
a { background-color: rgb(56,79,89); }
div.DivClassName
{
background-color: #384F59;
}
.BgClassName
{
background-color: #384F59;
}
</style>
border-color css
<style>
span { border-color: #384F59; }
span { border-color: rgb(56,79,89); }
td.TdClassName
{
border-color: #384F59;
}
.TagClassName
{
border-color: #384F59;
}
</style>