Shades of Atomic #38464D
Tints of Atomic #38464D
RGB
CMYK
RGB Variations
Color information
#38464D (or 0x38464D) is known color: Atomic. HEX triplet: 38, 46 and 4D. RGB value is (56,70,77). Sum of RGB (Red+Green+Blue) = 56+70+77=203 (26% of max value = 765). Red value is 56 (22.27% from 255 or 27.59% from 203); Green value is 70 (27.73% from 255 or 34.48% from 203); Blue value is 77 (30.47% from 255 or 37.93% from 203); Max value from RGB is 77 - color contains mainly: blue. Hex color #38464D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38464D is #C7B9B2. Grayscale: #424242. Windows color (decimal): -13089203 or 5064248. OLE color: 5064248.
HSL color Cylindrical-coordinate representation of color #38464D: hue angle of 200º degrees, saturation: 0.16, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #38464D is Cyan = 0.27, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 56 | 70 | 77 | - |
| CMYK | 0.27 | 0.09 | 0 | 0.70 |
| HSL | 200º | 0.16% | 0.26% | - |
| HSV(B) | 200º | 0.27% | 0.3% | - |
| XYZ | 5.16 | 5.76 | 7.86 | - |
| YUV | 66.61 | 133.86 | 120.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 70 | 77 | 0.27 | 0.09 | 0 | 0.70 | 200 | 0.16 | 0.26 |
| Hex | 38 | 46 | 4D | 1B | 9 | 0 | 46 | C8 | 10 | 1A |
| Octal | 70 | 106 | 115 | 33 | 11 | 0 | 106 | 310 | 20 | 32 |
| Binary | 111000 | 1000110 | 1001101 | 11011 | 1001 | 0 | 1000110 | 11001000 | 10000 | 11010 |
Color Harmonies of #38464D
Complementary color
Monochromatic Colors of #38464D
Black with #38464D
Text Example
Text Example
White with #38464D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38464D; }
p { color: rgb(56,70,77); }
H1.HeaderClassName
{
color: #38464D;
}
.AnyTagClassName
{
color: #38464D;
}
</style>
background-color css
<style>
a { background-color: #38464D; }
a { background-color: rgb(56,70,77); }
div.DivClassName
{
background-color: #38464D;
}
.BgClassName
{
background-color: #38464D;
}
</style>
border-color css
<style>
span { border-color: #38464D; }
span { border-color: rgb(56,70,77); }
td.TdClassName
{
border-color: #38464D;
}
.TagClassName
{
border-color: #38464D;
}
</style>