Shades of Atomic #3B464B
Tints of Atomic #3B464B
RGB
CMYK
RGB Variations
Color information
#3B464B (or 0x3B464B) is known color: Atomic. HEX triplet: 3B, 46 and 4B. RGB value is (59,70,75). Sum of RGB (Red+Green+Blue) = 59+70+75=204 (27% of max value = 765). Red value is 59 (23.44% from 255 or 28.92% from 204); Green value is 70 (27.73% from 255 or 34.31% from 204); Blue value is 75 (29.69% from 255 or 36.76% from 204); Max value from RGB is 75 - color contains mainly: blue. Hex color #3B464B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B464B is #C4B9B4. Grayscale: #434343. Windows color (decimal): -12892597 or 4933179. OLE color: 4933179.
HSL color Cylindrical-coordinate representation of color #3B464B: hue angle of 198.75º degrees, saturation: 0.12, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #3B464B is Cyan = 0.21, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 59 | 70 | 75 | - |
| CMYK | 0.21 | 0.07 | 0 | 0.71 |
| HSL | 198.75º | 0.12% | 0.26% | - |
| HSV(B) | 198.75º | 0.21% | 0.29% | - |
| XYZ | 5.26 | 5.82 | 7.5 | - |
| YUV | 67.28 | 132.36 | 122.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 70 | 75 | 0.21 | 0.07 | 0 | 0.71 | 198.75 | 0.12 | 0.26 |
| Hex | 3B | 46 | 4B | 15 | 7 | 0 | 47 | C7 | C | 1A |
| Octal | 73 | 106 | 113 | 25 | 7 | 0 | 107 | 307 | 14 | 32 |
| Binary | 111011 | 1000110 | 1001011 | 10101 | 111 | 0 | 1000111 | 11000111 | 1100 | 11010 |
Color Harmonies of #3B464B
Complementary color
Monochromatic Colors of #3B464B
Black with #3B464B
Text Example
Text Example
White with #3B464B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B464B; }
p { color: rgb(59,70,75); }
H1.HeaderClassName
{
color: #3B464B;
}
.AnyTagClassName
{
color: #3B464B;
}
</style>
background-color css
<style>
a { background-color: #3B464B; }
a { background-color: rgb(59,70,75); }
div.DivClassName
{
background-color: #3B464B;
}
.BgClassName
{
background-color: #3B464B;
}
</style>
border-color css
<style>
span { border-color: #3B464B; }
span { border-color: rgb(59,70,75); }
td.TdClassName
{
border-color: #3B464B;
}
.TagClassName
{
border-color: #3B464B;
}
</style>