Shades of Atomic #3B474C
Tints of Atomic #3B474C
RGB
CMYK
RGB Variations
Color information
#3B474C (or 0x3B474C) is known color: Atomic. HEX triplet: 3B, 47 and 4C. RGB value is (59,71,76). Sum of RGB (Red+Green+Blue) = 59+71+76=206 (27% of max value = 765). Red value is 59 (23.44% from 255 or 28.64% from 206); Green value is 71 (28.12% from 255 or 34.47% from 206); Blue value is 76 (30.08% from 255 or 36.89% from 206); Max value from RGB is 76 - color contains mainly: blue. Hex color #3B474C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B474C is #C4B8B3. Grayscale: #434343. Windows color (decimal): -12892340 or 4998971. OLE color: 4998971.
HSL color Cylindrical-coordinate representation of color #3B474C: hue angle of 197.65º degrees, saturation: 0.13, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #3B474C is Cyan = 0.22, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 59 | 71 | 76 | - |
| CMYK | 0.22 | 0.07 | 0 | 0.70 |
| HSL | 197.65º | 0.13% | 0.26% | - |
| HSV(B) | 197.65º | 0.22% | 0.3% | - |
| XYZ | 5.36 | 5.96 | 7.7 | - |
| YUV | 67.98 | 132.52 | 121.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 71 | 76 | 0.22 | 0.07 | 0 | 0.70 | 197.65 | 0.13 | 0.26 |
| Hex | 3B | 47 | 4C | 16 | 7 | 0 | 46 | C6 | D | 1A |
| Octal | 73 | 107 | 114 | 26 | 7 | 0 | 106 | 306 | 15 | 32 |
| Binary | 111011 | 1000111 | 1001100 | 10110 | 111 | 0 | 1000110 | 11000110 | 1101 | 11010 |
Color Harmonies of #3B474C
Complementary color
Monochromatic Colors of #3B474C
Black with #3B474C
Text Example
Text Example
White with #3B474C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B474C; }
p { color: rgb(59,71,76); }
H1.HeaderClassName
{
color: #3B474C;
}
.AnyTagClassName
{
color: #3B474C;
}
</style>
background-color css
<style>
a { background-color: #3B474C; }
a { background-color: rgb(59,71,76); }
div.DivClassName
{
background-color: #3B474C;
}
.BgClassName
{
background-color: #3B474C;
}
</style>
border-color css
<style>
span { border-color: #3B474C; }
span { border-color: rgb(59,71,76); }
td.TdClassName
{
border-color: #3B474C;
}
.TagClassName
{
border-color: #3B474C;
}
</style>