Shades of Atomic #354B50
Tints of Atomic #354B50
RGB
CMYK
RGB Variations
Color information
#354B50 (or 0x354B50) is known color: Atomic. HEX triplet: 35, 4B and 50. RGB value is (53,75,80). Sum of RGB (Red+Green+Blue) = 53+75+80=208 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.48% from 208); Green value is 75 (29.69% from 255 or 36.06% from 208); Blue value is 80 (31.64% from 255 or 38.46% from 208); Max value from RGB is 80 - color contains mainly: blue. Hex color #354B50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354B50 is #CAB4AF. Grayscale: #444444. Windows color (decimal): -13284528 or 5262133. OLE color: 5262133.
HSL color Cylindrical-coordinate representation of color #354B50: hue angle of 191.11º degrees, saturation: 0.2, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #354B50 is Cyan = 0.34, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 53 | 75 | 80 | - |
| CMYK | 0.34 | 0.06 | 0 | 0.69 |
| HSL | 191.11º | 0.2% | 0.26% | - |
| HSV(B) | 191.11º | 0.34% | 0.31% | - |
| XYZ | 5.43 | 6.37 | 8.53 | - |
| YUV | 68.99 | 134.21 | 116.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 75 | 80 | 0.34 | 0.06 | 0 | 0.69 | 191.11 | 0.2 | 0.26 |
| Hex | 35 | 4B | 50 | 22 | 6 | 0 | 45 | BF | 14 | 1A |
| Octal | 65 | 113 | 120 | 42 | 6 | 0 | 105 | 277 | 24 | 32 |
| Binary | 110101 | 1001011 | 1010000 | 100010 | 110 | 0 | 1000101 | 10111111 | 10100 | 11010 |
Color Harmonies of #354B50
Complementary color
Monochromatic Colors of #354B50
Black with #354B50
Text Example
Text Example
White with #354B50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354B50; }
p { color: rgb(53,75,80); }
H1.HeaderClassName
{
color: #354B50;
}
.AnyTagClassName
{
color: #354B50;
}
</style>
background-color css
<style>
a { background-color: #354B50; }
a { background-color: rgb(53,75,80); }
div.DivClassName
{
background-color: #354B50;
}
.BgClassName
{
background-color: #354B50;
}
</style>
border-color css
<style>
span { border-color: #354B50; }
span { border-color: rgb(53,75,80); }
td.TdClassName
{
border-color: #354B50;
}
.TagClassName
{
border-color: #354B50;
}
</style>