Shades of Atomic #3E4A53
Tints of Atomic #3E4A53
RGB
CMYK
RGB Variations
Color information
#3E4A53 (or 0x3E4A53) is known color: Atomic. HEX triplet: 3E, 4A and 53. RGB value is (62,74,83). Sum of RGB (Red+Green+Blue) = 62+74+83=219 (29% of max value = 765). Red value is 62 (24.61% from 255 or 28.31% from 219); Green value is 74 (29.30% from 255 or 33.79% from 219); Blue value is 83 (32.81% from 255 or 37.90% from 219); Max value from RGB is 83 - color contains mainly: blue. Hex color #3E4A53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E4A53 is #C1B5AC. Grayscale: #474747. Windows color (decimal): -12694957 or 5458494. OLE color: 5458494.
HSL color Cylindrical-coordinate representation of color #3E4A53: hue angle of 205.71º degrees, saturation: 0.14, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #3E4A53 is Cyan = 0.25, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 62 | 74 | 83 | - |
| CMYK | 0.25 | 0.11 | 0 | 0.67 |
| HSL | 205.71º | 0.14% | 0.28% | - |
| HSV(B) | 205.71º | 0.25% | 0.33% | - |
| XYZ | 6 | 6.55 | 9.13 | - |
| YUV | 71.44 | 134.52 | 121.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 74 | 83 | 0.25 | 0.11 | 0 | 0.67 | 205.71 | 0.14 | 0.28 |
| Hex | 3E | 4A | 53 | 19 | B | 0 | 43 | CE | E | 1C |
| Octal | 76 | 112 | 123 | 31 | 13 | 0 | 103 | 316 | 16 | 34 |
| Binary | 111110 | 1001010 | 1010011 | 11001 | 1011 | 0 | 1000011 | 11001110 | 1110 | 11100 |
Color Harmonies of #3E4A53
Complementary color
Monochromatic Colors of #3E4A53
Black with #3E4A53
Text Example
Text Example
White with #3E4A53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E4A53; }
p { color: rgb(62,74,83); }
H1.HeaderClassName
{
color: #3E4A53;
}
.AnyTagClassName
{
color: #3E4A53;
}
</style>
background-color css
<style>
a { background-color: #3E4A53; }
a { background-color: rgb(62,74,83); }
div.DivClassName
{
background-color: #3E4A53;
}
.BgClassName
{
background-color: #3E4A53;
}
</style>
border-color css
<style>
span { border-color: #3E4A53; }
span { border-color: rgb(62,74,83); }
td.TdClassName
{
border-color: #3E4A53;
}
.TagClassName
{
border-color: #3E4A53;
}
</style>