Shades of Atomic #384D54
Tints of Atomic #384D54
RGB
CMYK
RGB Variations
Color information
#384D54 (or 0x384D54) is known color: Atomic. HEX triplet: 38, 4D and 54. RGB value is (56,77,84). Sum of RGB (Red+Green+Blue) = 56+77+84=217 (28% of max value = 765). Red value is 56 (22.27% from 255 or 25.81% from 217); Green value is 77 (30.47% from 255 or 35.48% from 217); Blue value is 84 (33.20% from 255 or 38.71% from 217); Max value from RGB is 84 - color contains mainly: blue. Hex color #384D54 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #384D54 is #C7B2AB. Grayscale: #474747. Windows color (decimal): -13087404 or 5524792. OLE color: 5524792.
HSL color Cylindrical-coordinate representation of color #384D54: hue angle of 195º degrees, saturation: 0.2, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #384D54 is Cyan = 0.33, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 56 | 77 | 84 | - |
| CMYK | 0.33 | 0.08 | 0 | 0.67 |
| HSL | 195º | 0.2% | 0.27% | - |
| HSV(B) | 195º | 0.33% | 0.33% | - |
| XYZ | 5.88 | 6.79 | 9.39 | - |
| YUV | 71.52 | 135.04 | 116.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 77 | 84 | 0.33 | 0.08 | 0 | 0.67 | 195 | 0.2 | 0.27 |
| Hex | 38 | 4D | 54 | 21 | 8 | 0 | 43 | C3 | 14 | 1B |
| Octal | 70 | 115 | 124 | 41 | 10 | 0 | 103 | 303 | 24 | 33 |
| Binary | 111000 | 1001101 | 1010100 | 100001 | 1000 | 0 | 1000011 | 11000011 | 10100 | 11011 |
Color Harmonies of #384D54
Complementary color
Monochromatic Colors of #384D54
Black with #384D54
Text Example
Text Example
White with #384D54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384D54; }
p { color: rgb(56,77,84); }
H1.HeaderClassName
{
color: #384D54;
}
.AnyTagClassName
{
color: #384D54;
}
</style>
background-color css
<style>
a { background-color: #384D54; }
a { background-color: rgb(56,77,84); }
div.DivClassName
{
background-color: #384D54;
}
.BgClassName
{
background-color: #384D54;
}
</style>
border-color css
<style>
span { border-color: #384D54; }
span { border-color: rgb(56,77,84); }
td.TdClassName
{
border-color: #384D54;
}
.TagClassName
{
border-color: #384D54;
}
</style>