Shades of Atomic #354E56
Tints of Atomic #354E56
RGB
CMYK
RGB Variations
Color information
#354E56 (or 0x354E56) is known color: Atomic. HEX triplet: 35, 4E and 56. RGB value is (53,78,86). Sum of RGB (Red+Green+Blue) = 53+78+86=217 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.42% from 217); Green value is 78 (30.86% from 255 or 35.94% from 217); Blue value is 86 (33.98% from 255 or 39.63% from 217); Max value from RGB is 86 - color contains mainly: blue. Hex color #354E56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #354E56 is #CAB1A9. Grayscale: #474747. Windows color (decimal): -13283754 or 5656117. OLE color: 5656117.
HSL color Cylindrical-coordinate representation of color #354E56: hue angle of 194.55º degrees, saturation: 0.24, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #354E56 is Cyan = 0.38, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 53 | 78 | 86 | - |
| CMYK | 0.38 | 0.09 | 0 | 0.66 |
| HSL | 194.55º | 0.24% | 0.27% | - |
| HSV(B) | 194.55º | 0.38% | 0.34% | - |
| XYZ | 5.87 | 6.88 | 9.82 | - |
| YUV | 71.44 | 136.22 | 114.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 78 | 86 | 0.38 | 0.09 | 0 | 0.66 | 194.55 | 0.24 | 0.27 |
| Hex | 35 | 4E | 56 | 26 | 9 | 0 | 42 | C3 | 18 | 1B |
| Octal | 65 | 116 | 126 | 46 | 11 | 0 | 102 | 303 | 30 | 33 |
| Binary | 110101 | 1001110 | 1010110 | 100110 | 1001 | 0 | 1000010 | 11000011 | 11000 | 11011 |
Color Harmonies of #354E56
Complementary color
Monochromatic Colors of #354E56
Black with #354E56
Text Example
Text Example
White with #354E56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354E56; }
p { color: rgb(53,78,86); }
H1.HeaderClassName
{
color: #354E56;
}
.AnyTagClassName
{
color: #354E56;
}
</style>
background-color css
<style>
a { background-color: #354E56; }
a { background-color: rgb(53,78,86); }
div.DivClassName
{
background-color: #354E56;
}
.BgClassName
{
background-color: #354E56;
}
</style>
border-color css
<style>
span { border-color: #354E56; }
span { border-color: rgb(53,78,86); }
td.TdClassName
{
border-color: #354E56;
}
.TagClassName
{
border-color: #354E56;
}
</style>