Shades of Atomic #3A4B50
Tints of Atomic #3A4B50
RGB
CMYK
RGB Variations
Color information
#3A4B50 (or 0x3A4B50) is known color: Atomic. HEX triplet: 3A, 4B and 50. RGB value is (58,75,80). Sum of RGB (Red+Green+Blue) = 58+75+80=213 (28% of max value = 765). Red value is 58 (23.05% from 255 or 27.23% from 213); Green value is 75 (29.69% from 255 or 35.21% from 213); Blue value is 80 (31.64% from 255 or 37.56% from 213); Max value from RGB is 80 - color contains mainly: blue. Hex color #3A4B50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A4B50 is #C5B4AF. Grayscale: #464646. Windows color (decimal): -12956848 or 5262138. OLE color: 5262138.
HSL color Cylindrical-coordinate representation of color #3A4B50: hue angle of 193.64º degrees, saturation: 0.16, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #3A4B50 is Cyan = 0.28, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 58 | 75 | 80 | - |
| CMYK | 0.28 | 0.06 | 0 | 0.69 |
| HSL | 193.64º | 0.16% | 0.27% | - |
| HSV(B) | 193.64º | 0.28% | 0.31% | - |
| XYZ | 5.71 | 6.51 | 8.55 | - |
| YUV | 70.49 | 133.37 | 119.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 75 | 80 | 0.28 | 0.06 | 0 | 0.69 | 193.64 | 0.16 | 0.27 |
| Hex | 3A | 4B | 50 | 1C | 6 | 0 | 45 | C2 | 10 | 1B |
| Octal | 72 | 113 | 120 | 34 | 6 | 0 | 105 | 302 | 20 | 33 |
| Binary | 111010 | 1001011 | 1010000 | 11100 | 110 | 0 | 1000101 | 11000010 | 10000 | 11011 |
Color Harmonies of #3A4B50
Complementary color
Monochromatic Colors of #3A4B50
Black with #3A4B50
Text Example
Text Example
White with #3A4B50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A4B50; }
p { color: rgb(58,75,80); }
H1.HeaderClassName
{
color: #3A4B50;
}
.AnyTagClassName
{
color: #3A4B50;
}
</style>
background-color css
<style>
a { background-color: #3A4B50; }
a { background-color: rgb(58,75,80); }
div.DivClassName
{
background-color: #3A4B50;
}
.BgClassName
{
background-color: #3A4B50;
}
</style>
border-color css
<style>
span { border-color: #3A4B50; }
span { border-color: rgb(58,75,80); }
td.TdClassName
{
border-color: #3A4B50;
}
.TagClassName
{
border-color: #3A4B50;
}
</style>