Shades of Atomic #38474D
Tints of Atomic #38474D
RGB
CMYK
RGB Variations
Color information
#38474D (or 0x38474D) is known color: Atomic. HEX triplet: 38, 47 and 4D. RGB value is (56,71,77). Sum of RGB (Red+Green+Blue) = 56+71+77=204 (27% of max value = 765). Red value is 56 (22.27% from 255 or 27.45% from 204); Green value is 71 (28.12% from 255 or 34.80% from 204); Blue value is 77 (30.47% from 255 or 37.75% from 204); Max value from RGB is 77 - color contains mainly: blue. Hex color #38474D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38474D is #C7B8B2. Grayscale: #434343. Windows color (decimal): -13088947 or 5064504. OLE color: 5064504.
HSL color Cylindrical-coordinate representation of color #38474D: hue angle of 197.14º 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 #38474D is Cyan = 0.27, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 56 | 71 | 77 | - |
| CMYK | 0.27 | 0.08 | 0 | 0.70 |
| HSL | 197.14º | 0.16% | 0.26% | - |
| HSV(B) | 197.14º | 0.27% | 0.3% | - |
| XYZ | 5.22 | 5.88 | 7.88 | - |
| YUV | 67.2 | 133.53 | 120.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 71 | 77 | 0.27 | 0.08 | 0 | 0.70 | 197.14 | 0.16 | 0.26 |
| Hex | 38 | 47 | 4D | 1B | 8 | 0 | 46 | C5 | 10 | 1A |
| Octal | 70 | 107 | 115 | 33 | 10 | 0 | 106 | 305 | 20 | 32 |
| Binary | 111000 | 1000111 | 1001101 | 11011 | 1000 | 0 | 1000110 | 11000101 | 10000 | 11010 |
Color Harmonies of #38474D
Complementary color
Monochromatic Colors of #38474D
Black with #38474D
Text Example
Text Example
White with #38474D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38474D; }
p { color: rgb(56,71,77); }
H1.HeaderClassName
{
color: #38474D;
}
.AnyTagClassName
{
color: #38474D;
}
</style>
background-color css
<style>
a { background-color: #38474D; }
a { background-color: rgb(56,71,77); }
div.DivClassName
{
background-color: #38474D;
}
.BgClassName
{
background-color: #38474D;
}
</style>
border-color css
<style>
span { border-color: #38474D; }
span { border-color: rgb(56,71,77); }
td.TdClassName
{
border-color: #38474D;
}
.TagClassName
{
border-color: #38474D;
}
</style>