Shades of Atomic #354D54
Tints of Atomic #354D54
RGB
CMYK
RGB Variations
Color information
#354D54 (or 0x354D54) is known color: Atomic. HEX triplet: 35, 4D and 54. RGB value is (53,77,84). Sum of RGB (Red+Green+Blue) = 53+77+84=214 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.77% from 214); Green value is 77 (30.47% from 255 or 35.98% from 214); Blue value is 84 (33.20% from 255 or 39.25% from 214); Max value from RGB is 84 - color contains mainly: blue. Hex color #354D54 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #354D54 is #CAB2AB. Grayscale: #464646. Windows color (decimal): -13284012 or 5524789. OLE color: 5524789.
HSL color Cylindrical-coordinate representation of color #354D54: hue angle of 193.55º degrees, saturation: 0.23, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #354D54 is Cyan = 0.37, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 53 | 77 | 84 | - |
| CMYK | 0.37 | 0.08 | 0 | 0.67 |
| HSL | 193.55º | 0.23% | 0.27% | - |
| HSV(B) | 193.55º | 0.37% | 0.33% | - |
| XYZ | 5.72 | 6.7 | 9.38 | - |
| YUV | 70.62 | 135.55 | 115.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 77 | 84 | 0.37 | 0.08 | 0 | 0.67 | 193.55 | 0.23 | 0.27 |
| Hex | 35 | 4D | 54 | 25 | 8 | 0 | 43 | C2 | 17 | 1B |
| Octal | 65 | 115 | 124 | 45 | 10 | 0 | 103 | 302 | 27 | 33 |
| Binary | 110101 | 1001101 | 1010100 | 100101 | 1000 | 0 | 1000011 | 11000010 | 10111 | 11011 |
Color Harmonies of #354D54
Complementary color
Monochromatic Colors of #354D54
Black with #354D54
Text Example
Text Example
White with #354D54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354D54; }
p { color: rgb(53,77,84); }
H1.HeaderClassName
{
color: #354D54;
}
.AnyTagClassName
{
color: #354D54;
}
</style>
background-color css
<style>
a { background-color: #354D54; }
a { background-color: rgb(53,77,84); }
div.DivClassName
{
background-color: #354D54;
}
.BgClassName
{
background-color: #354D54;
}
</style>
border-color css
<style>
span { border-color: #354D54; }
span { border-color: rgb(53,77,84); }
td.TdClassName
{
border-color: #354D54;
}
.TagClassName
{
border-color: #354D54;
}
</style>