Shades of Atomic #3E484B
Tints of Atomic #3E484B
RGB
CMYK
RGB Variations
Color information
#3E484B (or 0x3E484B) is known color: Atomic. HEX triplet: 3E, 48 and 4B. RGB value is (62,72,75). Sum of RGB (Red+Green+Blue) = 62+72+75=209 (27% of max value = 765). Red value is 62 (24.61% from 255 or 29.67% from 209); Green value is 72 (28.52% from 255 or 34.45% from 209); Blue value is 75 (29.69% from 255 or 35.89% from 209); Max value from RGB is 75 - color contains mainly: blue. Hex color #3E484B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E484B is #C1B7B4. Grayscale: #454545. Windows color (decimal): -12695477 or 4933694. OLE color: 4933694.
HSL color Cylindrical-coordinate representation of color #3E484B: hue angle of 193.85º degrees, saturation: 0.09, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #3E484B is Cyan = 0.17, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 62 | 72 | 75 | - |
| CMYK | 0.17 | 0.04 | 0 | 0.71 |
| HSL | 193.85º | 0.09% | 0.27% | - |
| HSV(B) | 193.85º | 0.17% | 0.29% | - |
| XYZ | 5.57 | 6.17 | 7.55 | - |
| YUV | 69.35 | 131.19 | 122.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 72 | 75 | 0.17 | 0.04 | 0 | 0.71 | 193.85 | 0.09 | 0.27 |
| Hex | 3E | 48 | 4B | 11 | 4 | 0 | 47 | C2 | 9 | 1B |
| Octal | 76 | 110 | 113 | 21 | 4 | 0 | 107 | 302 | 11 | 33 |
| Binary | 111110 | 1001000 | 1001011 | 10001 | 100 | 0 | 1000111 | 11000010 | 1001 | 11011 |
Color Harmonies of #3E484B
Complementary color
Monochromatic Colors of #3E484B
Black with #3E484B
Text Example
Text Example
White with #3E484B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E484B; }
p { color: rgb(62,72,75); }
H1.HeaderClassName
{
color: #3E484B;
}
.AnyTagClassName
{
color: #3E484B;
}
</style>
background-color css
<style>
a { background-color: #3E484B; }
a { background-color: rgb(62,72,75); }
div.DivClassName
{
background-color: #3E484B;
}
.BgClassName
{
background-color: #3E484B;
}
</style>
border-color css
<style>
span { border-color: #3E484B; }
span { border-color: rgb(62,72,75); }
td.TdClassName
{
border-color: #3E484B;
}
.TagClassName
{
border-color: #3E484B;
}
</style>