Shades of Atomic #354B57
Tints of Atomic #354B57
RGB
CMYK
RGB Variations
Color information
#354B57 (or 0x354B57) is known color: Atomic. HEX triplet: 35, 4B and 57. RGB value is (53,75,87). Sum of RGB (Red+Green+Blue) = 53+75+87=215 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.65% from 215); Green value is 75 (29.69% from 255 or 34.88% from 215); Blue value is 87 (34.38% from 255 or 40.47% from 215); Max value from RGB is 87 - color contains mainly: blue. Hex color #354B57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354B57 is #CAB4A8. Grayscale: #454545. Windows color (decimal): -13284521 or 5720885. OLE color: 5720885.
HSL color Cylindrical-coordinate representation of color #354B57: hue angle of 201.18º degrees, saturation: 0.24, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #354B57 is Cyan = 0.39, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 53 | 75 | 87 | - |
| CMYK | 0.39 | 0.14 | 0 | 0.66 |
| HSL | 201.18º | 0.24% | 0.27% | - |
| HSV(B) | 201.18º | 0.39% | 0.34% | - |
| XYZ | 5.7 | 6.48 | 9.97 | - |
| YUV | 69.79 | 137.71 | 116.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 75 | 87 | 0.39 | 0.14 | 0 | 0.66 | 201.18 | 0.24 | 0.27 |
| Hex | 35 | 4B | 57 | 27 | E | 0 | 42 | C9 | 18 | 1B |
| Octal | 65 | 113 | 127 | 47 | 16 | 0 | 102 | 311 | 30 | 33 |
| Binary | 110101 | 1001011 | 1010111 | 100111 | 1110 | 0 | 1000010 | 11001001 | 11000 | 11011 |
Color Harmonies of #354B57
Complementary color
Monochromatic Colors of #354B57
Black with #354B57
Text Example
Text Example
White with #354B57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354B57; }
p { color: rgb(53,75,87); }
H1.HeaderClassName
{
color: #354B57;
}
.AnyTagClassName
{
color: #354B57;
}
</style>
background-color css
<style>
a { background-color: #354B57; }
a { background-color: rgb(53,75,87); }
div.DivClassName
{
background-color: #354B57;
}
.BgClassName
{
background-color: #354B57;
}
</style>
border-color css
<style>
span { border-color: #354B57; }
span { border-color: rgb(53,75,87); }
td.TdClassName
{
border-color: #354B57;
}
.TagClassName
{
border-color: #354B57;
}
</style>