Shades of Atomic #354B53
Tints of Atomic #354B53
RGB
CMYK
RGB Variations
Color information
#354B53 (or 0x354B53) is known color: Atomic. HEX triplet: 35, 4B and 53. RGB value is (53,75,83). Sum of RGB (Red+Green+Blue) = 53+75+83=211 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.12% from 211); Green value is 75 (29.69% from 255 or 35.55% from 211); Blue value is 83 (32.81% from 255 or 39.34% from 211); Max value from RGB is 83 - color contains mainly: blue. Hex color #354B53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354B53 is #CAB4AC. Grayscale: #454545. Windows color (decimal): -13284525 or 5458741. OLE color: 5458741.
HSL color Cylindrical-coordinate representation of color #354B53: hue angle of 196º 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 #354B53 is Cyan = 0.36, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 53 | 75 | 83 | - |
| CMYK | 0.36 | 0.10 | 0 | 0.67 |
| HSL | 196º | 0.22% | 0.27% | - |
| HSV(B) | 196º | 0.36% | 0.33% | - |
| XYZ | 5.55 | 6.41 | 9.13 | - |
| YUV | 69.33 | 135.71 | 116.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 75 | 83 | 0.36 | 0.10 | 0 | 0.67 | 196 | 0.22 | 0.27 |
| Hex | 35 | 4B | 53 | 24 | A | 0 | 43 | C4 | 16 | 1B |
| Octal | 65 | 113 | 123 | 44 | 12 | 0 | 103 | 304 | 26 | 33 |
| Binary | 110101 | 1001011 | 1010011 | 100100 | 1010 | 0 | 1000011 | 11000100 | 10110 | 11011 |
Color Harmonies of #354B53
Complementary color
Monochromatic Colors of #354B53
Black with #354B53
Text Example
Text Example
White with #354B53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354B53; }
p { color: rgb(53,75,83); }
H1.HeaderClassName
{
color: #354B53;
}
.AnyTagClassName
{
color: #354B53;
}
</style>
background-color css
<style>
a { background-color: #354B53; }
a { background-color: rgb(53,75,83); }
div.DivClassName
{
background-color: #354B53;
}
.BgClassName
{
background-color: #354B53;
}
</style>
border-color css
<style>
span { border-color: #354B53; }
span { border-color: rgb(53,75,83); }
td.TdClassName
{
border-color: #354B53;
}
.TagClassName
{
border-color: #354B53;
}
</style>