Shades of Atomic #384D58
Tints of Atomic #384D58
RGB
CMYK
RGB Variations
Color information
#384D58 (or 0x384D58) is known color: Atomic. HEX triplet: 38, 4D and 58. RGB value is (56,77,88). Sum of RGB (Red+Green+Blue) = 56+77+88=221 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.34% from 221); Green value is 77 (30.47% from 255 or 34.84% from 221); Blue value is 88 (34.77% from 255 or 39.82% from 221); Max value from RGB is 88 - color contains mainly: blue. Hex color #384D58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #384D58 is #C7B2A7. Grayscale: #474747. Windows color (decimal): -13087400 or 5786936. OLE color: 5786936.
HSL color Cylindrical-coordinate representation of color #384D58: hue angle of 200.62º degrees, saturation: 0.22, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #384D58 is Cyan = 0.36, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 56 | 77 | 88 | - |
| CMYK | 0.36 | 0.12 | 0 | 0.65 |
| HSL | 200.63º | 0.22% | 0.28% | - |
| HSV(B) | 200.63º | 0.36% | 0.35% | - |
| XYZ | 6.05 | 6.85 | 10.24 | - |
| YUV | 71.98 | 137.04 | 116.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 77 | 88 | 0.36 | 0.12 | 0 | 0.65 | 200.63 | 0.22 | 0.28 |
| Hex | 38 | 4D | 58 | 24 | C | 0 | 41 | C9 | 16 | 1C |
| Octal | 70 | 115 | 130 | 44 | 14 | 0 | 101 | 311 | 26 | 34 |
| Binary | 111000 | 1001101 | 1011000 | 100100 | 1100 | 0 | 1000001 | 11001001 | 10110 | 11100 |
Color Harmonies of #384D58
Complementary color
Monochromatic Colors of #384D58
Black with #384D58
Text Example
Text Example
White with #384D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384D58; }
p { color: rgb(56,77,88); }
H1.HeaderClassName
{
color: #384D58;
}
.AnyTagClassName
{
color: #384D58;
}
</style>
background-color css
<style>
a { background-color: #384D58; }
a { background-color: rgb(56,77,88); }
div.DivClassName
{
background-color: #384D58;
}
.BgClassName
{
background-color: #384D58;
}
</style>
border-color css
<style>
span { border-color: #384D58; }
span { border-color: rgb(56,77,88); }
td.TdClassName
{
border-color: #384D58;
}
.TagClassName
{
border-color: #384D58;
}
</style>