Shades of Atomic #3B4B54
Tints of Atomic #3B4B54
RGB
CMYK
RGB Variations
Color information
#3B4B54 (or 0x3B4B54) is known color: Atomic. HEX triplet: 3B, 4B and 54. RGB value is (59,75,84). Sum of RGB (Red+Green+Blue) = 59+75+84=218 (28% of max value = 765). Red value is 59 (23.44% from 255 or 27.06% from 218); Green value is 75 (29.69% from 255 or 34.40% from 218); Blue value is 84 (33.20% from 255 or 38.53% from 218); Max value from RGB is 84 - color contains mainly: blue. Hex color #3B4B54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B4B54 is #C4B4AB. Grayscale: #474747. Windows color (decimal): -12891308 or 5524283. OLE color: 5524283.
HSL color Cylindrical-coordinate representation of color #3B4B54: hue angle of 201.6º 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 #3B4B54 is Cyan = 0.30, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 59 | 75 | 84 | - |
| CMYK | 0.30 | 0.11 | 0 | 0.67 |
| HSL | 201.6º | 0.17% | 0.28% | - |
| HSV(B) | 201.6º | 0.3% | 0.33% | - |
| XYZ | 5.92 | 6.6 | 9.35 | - |
| YUV | 71.24 | 135.2 | 119.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 75 | 84 | 0.30 | 0.11 | 0 | 0.67 | 201.6 | 0.17 | 0.28 |
| Hex | 3B | 4B | 54 | 1E | B | 0 | 43 | CA | 11 | 1C |
| Octal | 73 | 113 | 124 | 36 | 13 | 0 | 103 | 312 | 21 | 34 |
| Binary | 111011 | 1001011 | 1010100 | 11110 | 1011 | 0 | 1000011 | 11001010 | 10001 | 11100 |
Color Harmonies of #3B4B54
Complementary color
Monochromatic Colors of #3B4B54
Black with #3B4B54
Text Example
Text Example
White with #3B4B54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B4B54; }
p { color: rgb(59,75,84); }
H1.HeaderClassName
{
color: #3B4B54;
}
.AnyTagClassName
{
color: #3B4B54;
}
</style>
background-color css
<style>
a { background-color: #3B4B54; }
a { background-color: rgb(59,75,84); }
div.DivClassName
{
background-color: #3B4B54;
}
.BgClassName
{
background-color: #3B4B54;
}
</style>
border-color css
<style>
span { border-color: #3B4B54; }
span { border-color: rgb(59,75,84); }
td.TdClassName
{
border-color: #3B4B54;
}
.TagClassName
{
border-color: #3B4B54;
}
</style>