Shades of Atomic #354A53
Tints of Atomic #354A53
RGB
CMYK
RGB Variations
Color information
#354A53 (or 0x354A53) is known color: Atomic. HEX triplet: 35, 4A and 53. RGB value is (53,74,83). Sum of RGB (Red+Green+Blue) = 53+74+83=210 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.24% from 210); Green value is 74 (29.30% from 255 or 35.24% from 210); Blue value is 83 (32.81% from 255 or 39.52% from 210); Max value from RGB is 83 - color contains mainly: blue. Hex color #354A53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354A53 is #CAB5AC. Grayscale: #444444. Windows color (decimal): -13284781 or 5458485. OLE color: 5458485.
HSL color Cylindrical-coordinate representation of color #354A53: hue angle of 198º degrees, saturation: 0.22, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #354A53 is Cyan = 0.36, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 53 | 74 | 83 | - |
| CMYK | 0.36 | 0.11 | 0 | 0.67 |
| HSL | 198º | 0.22% | 0.27% | - |
| HSV(B) | 198º | 0.36% | 0.33% | - |
| XYZ | 5.48 | 6.28 | 9.11 | - |
| YUV | 68.75 | 136.04 | 116.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 74 | 83 | 0.36 | 0.11 | 0 | 0.67 | 198 | 0.22 | 0.27 |
| Hex | 35 | 4A | 53 | 24 | B | 0 | 43 | C6 | 16 | 1B |
| Octal | 65 | 112 | 123 | 44 | 13 | 0 | 103 | 306 | 26 | 33 |
| Binary | 110101 | 1001010 | 1010011 | 100100 | 1011 | 0 | 1000011 | 11000110 | 10110 | 11011 |
Color Harmonies of #354A53
Complementary color
Monochromatic Colors of #354A53
Black with #354A53
Text Example
Text Example
White with #354A53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354A53; }
p { color: rgb(53,74,83); }
H1.HeaderClassName
{
color: #354A53;
}
.AnyTagClassName
{
color: #354A53;
}
</style>
background-color css
<style>
a { background-color: #354A53; }
a { background-color: rgb(53,74,83); }
div.DivClassName
{
background-color: #354A53;
}
.BgClassName
{
background-color: #354A53;
}
</style>
border-color css
<style>
span { border-color: #354A53; }
span { border-color: rgb(53,74,83); }
td.TdClassName
{
border-color: #354A53;
}
.TagClassName
{
border-color: #354A53;
}
</style>