Shades of Atomic #384D59
Tints of Atomic #384D59
RGB
CMYK
RGB Variations
Color information
#384D59 (or 0x384D59) is known color: Atomic. HEX triplet: 38, 4D and 59. RGB value is (56,77,89). Sum of RGB (Red+Green+Blue) = 56+77+89=222 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.23% from 222); Green value is 77 (30.47% from 255 or 34.68% from 222); Blue value is 89 (35.16% from 255 or 40.09% from 222); Max value from RGB is 89 - color contains mainly: blue. Hex color #384D59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #384D59 is #C7B2A6. Grayscale: #484848. Windows color (decimal): -13087399 or 5852472. OLE color: 5852472.
HSL color Cylindrical-coordinate representation of color #384D59: hue angle of 201.82º 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 #384D59 is Cyan = 0.37, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 56 | 77 | 89 | - |
| CMYK | 0.37 | 0.13 | 0 | 0.65 |
| HSL | 201.82º | 0.23% | 0.28% | - |
| HSV(B) | 201.82º | 0.37% | 0.35% | - |
| XYZ | 6.09 | 6.87 | 10.46 | - |
| YUV | 72.09 | 137.54 | 116.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 77 | 89 | 0.37 | 0.13 | 0 | 0.65 | 201.82 | 0.23 | 0.28 |
| Hex | 38 | 4D | 59 | 25 | D | 0 | 41 | CA | 17 | 1C |
| Octal | 70 | 115 | 131 | 45 | 15 | 0 | 101 | 312 | 27 | 34 |
| Binary | 111000 | 1001101 | 1011001 | 100101 | 1101 | 0 | 1000001 | 11001010 | 10111 | 11100 |
Color Harmonies of #384D59
Complementary color
Monochromatic Colors of #384D59
Black with #384D59
Text Example
Text Example
White with #384D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384D59; }
p { color: rgb(56,77,89); }
H1.HeaderClassName
{
color: #384D59;
}
.AnyTagClassName
{
color: #384D59;
}
</style>
background-color css
<style>
a { background-color: #384D59; }
a { background-color: rgb(56,77,89); }
div.DivClassName
{
background-color: #384D59;
}
.BgClassName
{
background-color: #384D59;
}
</style>
border-color css
<style>
span { border-color: #384D59; }
span { border-color: rgb(56,77,89); }
td.TdClassName
{
border-color: #384D59;
}
.TagClassName
{
border-color: #384D59;
}
</style>