Shades of Atomic #3B474E
Tints of Atomic #3B474E
RGB
CMYK
RGB Variations
Color information
#3B474E (or 0x3B474E) is known color: Atomic. HEX triplet: 3B, 47 and 4E. RGB value is (59,71,78). Sum of RGB (Red+Green+Blue) = 59+71+78=208 (27% of max value = 765). Red value is 59 (23.44% from 255 or 28.37% from 208); Green value is 71 (28.12% from 255 or 34.13% from 208); Blue value is 78 (30.86% from 255 or 37.5% from 208); Max value from RGB is 78 - color contains mainly: blue. Hex color #3B474E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B474E is #C4B8B1. Grayscale: #444444. Windows color (decimal): -12892338 or 5130043. OLE color: 5130043.
HSL color Cylindrical-coordinate representation of color #3B474E: hue angle of 202.11º degrees, saturation: 0.14, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #3B474E is Cyan = 0.24, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 59 | 71 | 78 | - |
| CMYK | 0.24 | 0.09 | 0 | 0.69 |
| HSL | 202.11º | 0.14% | 0.27% | - |
| HSV(B) | 202.11º | 0.24% | 0.31% | - |
| XYZ | 5.43 | 5.99 | 8.08 | - |
| YUV | 68.21 | 133.52 | 121.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 71 | 78 | 0.24 | 0.09 | 0 | 0.69 | 202.11 | 0.14 | 0.27 |
| Hex | 3B | 47 | 4E | 18 | 9 | 0 | 45 | CA | E | 1B |
| Octal | 73 | 107 | 116 | 30 | 11 | 0 | 105 | 312 | 16 | 33 |
| Binary | 111011 | 1000111 | 1001110 | 11000 | 1001 | 0 | 1000101 | 11001010 | 1110 | 11011 |
Color Harmonies of #3B474E
Complementary color
Monochromatic Colors of #3B474E
Black with #3B474E
Text Example
Text Example
White with #3B474E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B474E; }
p { color: rgb(59,71,78); }
H1.HeaderClassName
{
color: #3B474E;
}
.AnyTagClassName
{
color: #3B474E;
}
</style>
background-color css
<style>
a { background-color: #3B474E; }
a { background-color: rgb(59,71,78); }
div.DivClassName
{
background-color: #3B474E;
}
.BgClassName
{
background-color: #3B474E;
}
</style>
border-color css
<style>
span { border-color: #3B474E; }
span { border-color: rgb(59,71,78); }
td.TdClassName
{
border-color: #3B474E;
}
.TagClassName
{
border-color: #3B474E;
}
</style>