Shades of Atomic #384E56
Tints of Atomic #384E56
RGB
CMYK
RGB Variations
Color information
#384E56 (or 0x384E56) is known color: Atomic. HEX triplet: 38, 4E and 56. RGB value is (56,78,86). Sum of RGB (Red+Green+Blue) = 56+78+86=220 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.45% from 220); Green value is 78 (30.86% from 255 or 35.45% from 220); Blue value is 86 (33.98% from 255 or 39.09% from 220); Max value from RGB is 86 - color contains mainly: blue. Hex color #384E56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #384E56 is #C7B1A9. Grayscale: #484848. Windows color (decimal): -13087146 or 5656120. OLE color: 5656120.
HSL color Cylindrical-coordinate representation of color #384E56: hue angle of 196º degrees, saturation: 0.21, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #384E56 is Cyan = 0.35, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 56 | 78 | 86 | - |
| CMYK | 0.35 | 0.09 | 0 | 0.66 |
| HSL | 196º | 0.21% | 0.28% | - |
| HSV(B) | 196º | 0.35% | 0.34% | - |
| XYZ | 6.03 | 6.96 | 9.83 | - |
| YUV | 72.33 | 135.71 | 116.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 78 | 86 | 0.35 | 0.09 | 0 | 0.66 | 196 | 0.21 | 0.28 |
| Hex | 38 | 4E | 56 | 23 | 9 | 0 | 42 | C4 | 15 | 1C |
| Octal | 70 | 116 | 126 | 43 | 11 | 0 | 102 | 304 | 25 | 34 |
| Binary | 111000 | 1001110 | 1010110 | 100011 | 1001 | 0 | 1000010 | 11000100 | 10101 | 11100 |
Color Harmonies of #384E56
Complementary color
Monochromatic Colors of #384E56
Black with #384E56
Text Example
Text Example
White with #384E56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384E56; }
p { color: rgb(56,78,86); }
H1.HeaderClassName
{
color: #384E56;
}
.AnyTagClassName
{
color: #384E56;
}
</style>
background-color css
<style>
a { background-color: #384E56; }
a { background-color: rgb(56,78,86); }
div.DivClassName
{
background-color: #384E56;
}
.BgClassName
{
background-color: #384E56;
}
</style>
border-color css
<style>
span { border-color: #384E56; }
span { border-color: rgb(56,78,86); }
td.TdClassName
{
border-color: #384E56;
}
.TagClassName
{
border-color: #384E56;
}
</style>