Shades of Atomic #384E55
Tints of Atomic #384E55
RGB
CMYK
RGB Variations
Color information
#384E55 (or 0x384E55) is known color: Atomic. HEX triplet: 38, 4E and 55. RGB value is (56,78,85). Sum of RGB (Red+Green+Blue) = 56+78+85=219 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.57% from 219); Green value is 78 (30.86% from 255 or 35.62% from 219); Blue value is 85 (33.59% from 255 or 38.81% from 219); Max value from RGB is 85 - color contains mainly: blue. Hex color #384E55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #384E55 is #C7B1AA. Grayscale: #484848. Windows color (decimal): -13087147 or 5590584. OLE color: 5590584.
HSL color Cylindrical-coordinate representation of color #384E55: hue angle of 194.48º degrees, saturation: 0.21, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #384E55 is Cyan = 0.34, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 56 | 78 | 85 | - |
| CMYK | 0.34 | 0.08 | 0 | 0.67 |
| HSL | 194.48º | 0.21% | 0.28% | - |
| HSV(B) | 194.48º | 0.34% | 0.33% | - |
| XYZ | 5.99 | 6.95 | 9.62 | - |
| YUV | 72.22 | 135.21 | 116.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 78 | 85 | 0.34 | 0.08 | 0 | 0.67 | 194.48 | 0.21 | 0.28 |
| Hex | 38 | 4E | 55 | 22 | 8 | 0 | 43 | C2 | 15 | 1C |
| Octal | 70 | 116 | 125 | 42 | 10 | 0 | 103 | 302 | 25 | 34 |
| Binary | 111000 | 1001110 | 1010101 | 100010 | 1000 | 0 | 1000011 | 11000010 | 10101 | 11100 |
Color Harmonies of #384E55
Complementary color
Monochromatic Colors of #384E55
Black with #384E55
Text Example
Text Example
White with #384E55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384E55; }
p { color: rgb(56,78,85); }
H1.HeaderClassName
{
color: #384E55;
}
.AnyTagClassName
{
color: #384E55;
}
</style>
background-color css
<style>
a { background-color: #384E55; }
a { background-color: rgb(56,78,85); }
div.DivClassName
{
background-color: #384E55;
}
.BgClassName
{
background-color: #384E55;
}
</style>
border-color css
<style>
span { border-color: #384E55; }
span { border-color: rgb(56,78,85); }
td.TdClassName
{
border-color: #384E55;
}
.TagClassName
{
border-color: #384E55;
}
</style>