Shades of Atomic #354D58
Tints of Atomic #354D58
RGB
CMYK
RGB Variations
Color information
#354D58 (or 0x354D58) is known color: Atomic. HEX triplet: 35, 4D and 58. RGB value is (53,77,88). Sum of RGB (Red+Green+Blue) = 53+77+88=218 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.31% from 218); Green value is 77 (30.47% from 255 or 35.32% from 218); Blue value is 88 (34.77% from 255 or 40.37% from 218); Max value from RGB is 88 - color contains mainly: blue. Hex color #354D58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #354D58 is #CAB2A7. Grayscale: #474747. Windows color (decimal): -13284008 or 5786933. OLE color: 5786933.
HSL color Cylindrical-coordinate representation of color #354D58: hue angle of 198.86º degrees, saturation: 0.25, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #354D58 is Cyan = 0.40, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 53 | 77 | 88 | - |
| CMYK | 0.40 | 0.12 | 0 | 0.65 |
| HSL | 198.86º | 0.25% | 0.28% | - |
| HSV(B) | 198.86º | 0.4% | 0.35% | - |
| XYZ | 5.88 | 6.77 | 10.23 | - |
| YUV | 71.08 | 137.55 | 115.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 77 | 88 | 0.40 | 0.12 | 0 | 0.65 | 198.86 | 0.25 | 0.28 |
| Hex | 35 | 4D | 58 | 28 | C | 0 | 41 | C7 | 19 | 1C |
| Octal | 65 | 115 | 130 | 50 | 14 | 0 | 101 | 307 | 31 | 34 |
| Binary | 110101 | 1001101 | 1011000 | 101000 | 1100 | 0 | 1000001 | 11000111 | 11001 | 11100 |
Color Harmonies of #354D58
Complementary color
Monochromatic Colors of #354D58
Black with #354D58
Text Example
Text Example
White with #354D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354D58; }
p { color: rgb(53,77,88); }
H1.HeaderClassName
{
color: #354D58;
}
.AnyTagClassName
{
color: #354D58;
}
</style>
background-color css
<style>
a { background-color: #354D58; }
a { background-color: rgb(53,77,88); }
div.DivClassName
{
background-color: #354D58;
}
.BgClassName
{
background-color: #354D58;
}
</style>
border-color css
<style>
span { border-color: #354D58; }
span { border-color: rgb(53,77,88); }
td.TdClassName
{
border-color: #354D58;
}
.TagClassName
{
border-color: #354D58;
}
</style>