Shades of Atomic #38494D
Tints of Atomic #38494D
RGB
CMYK
RGB Variations
Color information
#38494D (or 0x38494D) is known color: Atomic. HEX triplet: 38, 49 and 4D. RGB value is (56,73,77). Sum of RGB (Red+Green+Blue) = 56+73+77=206 (27% of max value = 765). Red value is 56 (22.27% from 255 or 27.18% from 206); Green value is 73 (28.91% from 255 or 35.44% from 206); Blue value is 77 (30.47% from 255 or 37.38% from 206); Max value from RGB is 77 - color contains mainly: blue. Hex color #38494D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38494D is #C7B6B2. Grayscale: #444444. Windows color (decimal): -13088435 or 5065016. OLE color: 5065016.
HSL color Cylindrical-coordinate representation of color #38494D: hue angle of 191.43º 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 #38494D is Cyan = 0.27, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 56 | 73 | 77 | - |
| CMYK | 0.27 | 0.05 | 0 | 0.70 |
| HSL | 191.43º | 0.16% | 0.26% | - |
| HSV(B) | 191.43º | 0.27% | 0.3% | - |
| XYZ | 5.35 | 6.14 | 7.92 | - |
| YUV | 68.37 | 132.87 | 119.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 73 | 77 | 0.27 | 0.05 | 0 | 0.70 | 191.43 | 0.16 | 0.26 |
| Hex | 38 | 49 | 4D | 1B | 5 | 0 | 46 | BF | 10 | 1A |
| Octal | 70 | 111 | 115 | 33 | 5 | 0 | 106 | 277 | 20 | 32 |
| Binary | 111000 | 1001001 | 1001101 | 11011 | 101 | 0 | 1000110 | 10111111 | 10000 | 11010 |
Color Harmonies of #38494D
Complementary color
Monochromatic Colors of #38494D
Black with #38494D
Text Example
Text Example
White with #38494D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38494D; }
p { color: rgb(56,73,77); }
H1.HeaderClassName
{
color: #38494D;
}
.AnyTagClassName
{
color: #38494D;
}
</style>
background-color css
<style>
a { background-color: #38494D; }
a { background-color: rgb(56,73,77); }
div.DivClassName
{
background-color: #38494D;
}
.BgClassName
{
background-color: #38494D;
}
</style>
border-color css
<style>
span { border-color: #38494D; }
span { border-color: rgb(56,73,77); }
td.TdClassName
{
border-color: #38494D;
}
.TagClassName
{
border-color: #38494D;
}
</style>