Shades of Atomic #3B4A54
Tints of Atomic #3B4A54
RGB
CMYK
RGB Variations
Color information
#3B4A54 (or 0x3B4A54) is known color: Atomic. HEX triplet: 3B, 4A and 54. RGB value is (59,74,84). Sum of RGB (Red+Green+Blue) = 59+74+84=217 (28% of max value = 765). Red value is 59 (23.44% from 255 or 27.19% from 217); Green value is 74 (29.30% from 255 or 34.10% from 217); Blue value is 84 (33.20% from 255 or 38.71% from 217); Max value from RGB is 84 - color contains mainly: blue. Hex color #3B4A54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B4A54 is #C4B5AB. Grayscale: #464646. Windows color (decimal): -12891564 or 5524027. OLE color: 5524027.
HSL color Cylindrical-coordinate representation of color #3B4A54: hue angle of 204º 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 #3B4A54 is Cyan = 0.30, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 59 | 74 | 84 | - |
| CMYK | 0.30 | 0.12 | 0 | 0.67 |
| HSL | 204º | 0.17% | 0.28% | - |
| HSV(B) | 204º | 0.3% | 0.33% | - |
| XYZ | 5.85 | 6.47 | 9.33 | - |
| YUV | 70.66 | 135.53 | 119.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 74 | 84 | 0.30 | 0.12 | 0 | 0.67 | 204 | 0.17 | 0.28 |
| Hex | 3B | 4A | 54 | 1E | C | 0 | 43 | CC | 11 | 1C |
| Octal | 73 | 112 | 124 | 36 | 14 | 0 | 103 | 314 | 21 | 34 |
| Binary | 111011 | 1001010 | 1010100 | 11110 | 1100 | 0 | 1000011 | 11001100 | 10001 | 11100 |
Color Harmonies of #3B4A54
Complementary color
Monochromatic Colors of #3B4A54
Black with #3B4A54
Text Example
Text Example
White with #3B4A54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B4A54; }
p { color: rgb(59,74,84); }
H1.HeaderClassName
{
color: #3B4A54;
}
.AnyTagClassName
{
color: #3B4A54;
}
</style>
background-color css
<style>
a { background-color: #3B4A54; }
a { background-color: rgb(59,74,84); }
div.DivClassName
{
background-color: #3B4A54;
}
.BgClassName
{
background-color: #3B4A54;
}
</style>
border-color css
<style>
span { border-color: #3B4A54; }
span { border-color: rgb(59,74,84); }
td.TdClassName
{
border-color: #3B4A54;
}
.TagClassName
{
border-color: #3B4A54;
}
</style>