Shades of Atomic #3B4851
Tints of Atomic #3B4851
RGB
CMYK
RGB Variations
Color information
#3B4851 (or 0x3B4851) is known color: Atomic. HEX triplet: 3B, 48 and 51. RGB value is (59,72,81). Sum of RGB (Red+Green+Blue) = 59+72+81=212 (28% of max value = 765). Red value is 59 (23.44% from 255 or 27.83% from 212); Green value is 72 (28.52% from 255 or 33.96% from 212); Blue value is 81 (32.03% from 255 or 38.21% from 212); Max value from RGB is 81 - color contains mainly: blue. Hex color #3B4851 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B4851 is #C4B7AE. Grayscale: #454545. Windows color (decimal): -12892079 or 5326907. OLE color: 5326907.
HSL color Cylindrical-coordinate representation of color #3B4851: hue angle of 204.55º degrees, saturation: 0.16, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #3B4851 is Cyan = 0.27, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 59 | 72 | 81 | - |
| CMYK | 0.27 | 0.11 | 0 | 0.68 |
| HSL | 204.55º | 0.16% | 0.27% | - |
| HSV(B) | 204.55º | 0.27% | 0.32% | - |
| XYZ | 5.61 | 6.16 | 8.68 | - |
| YUV | 69.14 | 134.69 | 120.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 72 | 81 | 0.27 | 0.11 | 0 | 0.68 | 204.55 | 0.16 | 0.27 |
| Hex | 3B | 48 | 51 | 1B | B | 0 | 44 | CD | 10 | 1B |
| Octal | 73 | 110 | 121 | 33 | 13 | 0 | 104 | 315 | 20 | 33 |
| Binary | 111011 | 1001000 | 1010001 | 11011 | 1011 | 0 | 1000100 | 11001101 | 10000 | 11011 |
Color Harmonies of #3B4851
Complementary color
Monochromatic Colors of #3B4851
Black with #3B4851
Text Example
Text Example
White with #3B4851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B4851; }
p { color: rgb(59,72,81); }
H1.HeaderClassName
{
color: #3B4851;
}
.AnyTagClassName
{
color: #3B4851;
}
</style>
background-color css
<style>
a { background-color: #3B4851; }
a { background-color: rgb(59,72,81); }
div.DivClassName
{
background-color: #3B4851;
}
.BgClassName
{
background-color: #3B4851;
}
</style>
border-color css
<style>
span { border-color: #3B4851; }
span { border-color: rgb(59,72,81); }
td.TdClassName
{
border-color: #3B4851;
}
.TagClassName
{
border-color: #3B4851;
}
</style>