Shades of Atomic #3B4B55
Tints of Atomic #3B4B55
RGB
CMYK
RGB Variations
Color information
#3B4B55 (or 0x3B4B55) is known color: Atomic. HEX triplet: 3B, 4B and 55. RGB value is (59,75,85). Sum of RGB (Red+Green+Blue) = 59+75+85=219 (29% of max value = 765). Red value is 59 (23.44% from 255 or 26.94% from 219); Green value is 75 (29.69% from 255 or 34.25% from 219); Blue value is 85 (33.59% from 255 or 38.81% from 219); Max value from RGB is 85 - color contains mainly: blue. Hex color #3B4B55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B4B55 is #C4B4AA. Grayscale: #474747. Windows color (decimal): -12891307 or 5589819. OLE color: 5589819.
HSL color Cylindrical-coordinate representation of color #3B4B55: hue angle of 203.08º degrees, saturation: 0.18, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #3B4B55 is Cyan = 0.31, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 59 | 75 | 85 | - |
| CMYK | 0.31 | 0.12 | 0 | 0.67 |
| HSL | 203.08º | 0.18% | 0.28% | - |
| HSV(B) | 203.08º | 0.31% | 0.33% | - |
| XYZ | 5.96 | 6.62 | 9.56 | - |
| YUV | 71.36 | 135.7 | 119.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 75 | 85 | 0.31 | 0.12 | 0 | 0.67 | 203.08 | 0.18 | 0.28 |
| Hex | 3B | 4B | 55 | 1F | C | 0 | 43 | CB | 12 | 1C |
| Octal | 73 | 113 | 125 | 37 | 14 | 0 | 103 | 313 | 22 | 34 |
| Binary | 111011 | 1001011 | 1010101 | 11111 | 1100 | 0 | 1000011 | 11001011 | 10010 | 11100 |
Color Harmonies of #3B4B55
Complementary color
Monochromatic Colors of #3B4B55
Black with #3B4B55
Text Example
Text Example
White with #3B4B55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B4B55; }
p { color: rgb(59,75,85); }
H1.HeaderClassName
{
color: #3B4B55;
}
.AnyTagClassName
{
color: #3B4B55;
}
</style>
background-color css
<style>
a { background-color: #3B4B55; }
a { background-color: rgb(59,75,85); }
div.DivClassName
{
background-color: #3B4B55;
}
.BgClassName
{
background-color: #3B4B55;
}
</style>
border-color css
<style>
span { border-color: #3B4B55; }
span { border-color: rgb(59,75,85); }
td.TdClassName
{
border-color: #3B4B55;
}
.TagClassName
{
border-color: #3B4B55;
}
</style>