Shades of Atomic #3E4B55
Tints of Atomic #3E4B55
RGB
CMYK
RGB Variations
Color information
#3E4B55 (or 0x3E4B55) is known color: Atomic. HEX triplet: 3E, 4B and 55. RGB value is (62,75,85). Sum of RGB (Red+Green+Blue) = 62+75+85=222 (29% of max value = 765). Red value is 62 (24.61% from 255 or 27.93% from 222); Green value is 75 (29.69% from 255 or 33.78% from 222); Blue value is 85 (33.59% from 255 or 38.29% from 222); Max value from RGB is 85 - color contains mainly: blue. Hex color #3E4B55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E4B55 is #C1B4AA. Grayscale: #484848. Windows color (decimal): -12694699 or 5589822. OLE color: 5589822.
HSL color Cylindrical-coordinate representation of color #3E4B55: hue angle of 206.09º degrees, saturation: 0.16, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #3E4B55 is Cyan = 0.27, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 62 | 75 | 85 | - |
| CMYK | 0.27 | 0.12 | 0 | 0.67 |
| HSL | 206.09º | 0.16% | 0.29% | - |
| HSV(B) | 206.09º | 0.27% | 0.33% | - |
| XYZ | 6.14 | 6.71 | 9.57 | - |
| YUV | 72.25 | 135.19 | 120.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 75 | 85 | 0.27 | 0.12 | 0 | 0.67 | 206.09 | 0.16 | 0.29 |
| Hex | 3E | 4B | 55 | 1B | C | 0 | 43 | CE | 10 | 1D |
| Octal | 76 | 113 | 125 | 33 | 14 | 0 | 103 | 316 | 20 | 35 |
| Binary | 111110 | 1001011 | 1010101 | 11011 | 1100 | 0 | 1000011 | 11001110 | 10000 | 11101 |
Color Harmonies of #3E4B55
Complementary color
Monochromatic Colors of #3E4B55
Black with #3E4B55
Text Example
Text Example
White with #3E4B55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E4B55; }
p { color: rgb(62,75,85); }
H1.HeaderClassName
{
color: #3E4B55;
}
.AnyTagClassName
{
color: #3E4B55;
}
</style>
background-color css
<style>
a { background-color: #3E4B55; }
a { background-color: rgb(62,75,85); }
div.DivClassName
{
background-color: #3E4B55;
}
.BgClassName
{
background-color: #3E4B55;
}
</style>
border-color css
<style>
span { border-color: #3E4B55; }
span { border-color: rgb(62,75,85); }
td.TdClassName
{
border-color: #3E4B55;
}
.TagClassName
{
border-color: #3E4B55;
}
</style>