Shades of Atomic #3B4D54
Tints of Atomic #3B4D54
RGB
CMYK
RGB Variations
Color information
#3B4D54 (or 0x3B4D54) is known color: Atomic. HEX triplet: 3B, 4D and 54. RGB value is (59,77,84). Sum of RGB (Red+Green+Blue) = 59+77+84=220 (29% of max value = 765). Red value is 59 (23.44% from 255 or 26.82% from 220); Green value is 77 (30.47% from 255 or 35% from 220); Blue value is 84 (33.20% from 255 or 38.18% from 220); Max value from RGB is 84 - color contains mainly: blue. Hex color #3B4D54 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B4D54 is #C4B2AB. Grayscale: #484848. Windows color (decimal): -12890796 or 5524795. OLE color: 5524795.
HSL color Cylindrical-coordinate representation of color #3B4D54: hue angle of 196.8º degrees, saturation: 0.17, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #3B4D54 is Cyan = 0.30, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 59 | 77 | 84 | - |
| CMYK | 0.30 | 0.08 | 0 | 0.67 |
| HSL | 196.8º | 0.17% | 0.28% | - |
| HSV(B) | 196.8º | 0.3% | 0.33% | - |
| XYZ | 6.06 | 6.88 | 9.4 | - |
| YUV | 72.42 | 134.54 | 118.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 77 | 84 | 0.30 | 0.08 | 0 | 0.67 | 196.8 | 0.17 | 0.28 |
| Hex | 3B | 4D | 54 | 1E | 8 | 0 | 43 | C5 | 11 | 1C |
| Octal | 73 | 115 | 124 | 36 | 10 | 0 | 103 | 305 | 21 | 34 |
| Binary | 111011 | 1001101 | 1010100 | 11110 | 1000 | 0 | 1000011 | 11000101 | 10001 | 11100 |
Color Harmonies of #3B4D54
Complementary color
Monochromatic Colors of #3B4D54
Black with #3B4D54
Text Example
Text Example
White with #3B4D54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B4D54; }
p { color: rgb(59,77,84); }
H1.HeaderClassName
{
color: #3B4D54;
}
.AnyTagClassName
{
color: #3B4D54;
}
</style>
background-color css
<style>
a { background-color: #3B4D54; }
a { background-color: rgb(59,77,84); }
div.DivClassName
{
background-color: #3B4D54;
}
.BgClassName
{
background-color: #3B4D54;
}
</style>
border-color css
<style>
span { border-color: #3B4D54; }
span { border-color: rgb(59,77,84); }
td.TdClassName
{
border-color: #3B4D54;
}
.TagClassName
{
border-color: #3B4D54;
}
</style>