Shades of Atomic #3B4D58
Tints of Atomic #3B4D58
RGB
CMYK
RGB Variations
Color information
#3B4D58 (or 0x3B4D58) is known color: Atomic. HEX triplet: 3B, 4D and 58. RGB value is (59,77,88). Sum of RGB (Red+Green+Blue) = 59+77+88=224 (29% of max value = 765). Red value is 59 (23.44% from 255 or 26.34% from 224); Green value is 77 (30.47% from 255 or 34.38% from 224); Blue value is 88 (34.77% from 255 or 39.29% from 224); Max value from RGB is 88 - color contains mainly: blue. Hex color #3B4D58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B4D58 is #C4B2A7. Grayscale: #484848. Windows color (decimal): -12890792 or 5786939. OLE color: 5786939.
HSL color Cylindrical-coordinate representation of color #3B4D58: hue angle of 202.76º degrees, saturation: 0.2, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #3B4D58 is Cyan = 0.33, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 59 | 77 | 88 | - |
| CMYK | 0.33 | 0.12 | 0 | 0.65 |
| HSL | 202.76º | 0.2% | 0.29% | - |
| HSV(B) | 202.76º | 0.33% | 0.35% | - |
| XYZ | 6.22 | 6.94 | 10.24 | - |
| YUV | 72.87 | 136.54 | 118.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 77 | 88 | 0.33 | 0.12 | 0 | 0.65 | 202.76 | 0.2 | 0.29 |
| Hex | 3B | 4D | 58 | 21 | C | 0 | 41 | CB | 14 | 1D |
| Octal | 73 | 115 | 130 | 41 | 14 | 0 | 101 | 313 | 24 | 35 |
| Binary | 111011 | 1001101 | 1011000 | 100001 | 1100 | 0 | 1000001 | 11001011 | 10100 | 11101 |
Color Harmonies of #3B4D58
Complementary color
Monochromatic Colors of #3B4D58
Black with #3B4D58
Text Example
Text Example
White with #3B4D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B4D58; }
p { color: rgb(59,77,88); }
H1.HeaderClassName
{
color: #3B4D58;
}
.AnyTagClassName
{
color: #3B4D58;
}
</style>
background-color css
<style>
a { background-color: #3B4D58; }
a { background-color: rgb(59,77,88); }
div.DivClassName
{
background-color: #3B4D58;
}
.BgClassName
{
background-color: #3B4D58;
}
</style>
border-color css
<style>
span { border-color: #3B4D58; }
span { border-color: rgb(59,77,88); }
td.TdClassName
{
border-color: #3B4D58;
}
.TagClassName
{
border-color: #3B4D58;
}
</style>