Shades of Atomic #354A4F
Tints of Atomic #354A4F
RGB
CMYK
RGB Variations
Color information
#354A4F (or 0x354A4F) is known color: Atomic. HEX triplet: 35, 4A and 4F. RGB value is (53,74,79). Sum of RGB (Red+Green+Blue) = 53+74+79=206 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.73% from 206); Green value is 74 (29.30% from 255 or 35.92% from 206); Blue value is 79 (31.25% from 255 or 38.35% from 206); Max value from RGB is 79 - color contains mainly: blue. Hex color #354A4F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354A4F is #CAB5B0. Grayscale: #444444. Windows color (decimal): -13284785 or 5196341. OLE color: 5196341.
HSL color Cylindrical-coordinate representation of color #354A4F: hue angle of 191.54º degrees, saturation: 0.2, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #354A4F is Cyan = 0.33, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 53 | 74 | 79 | - |
| CMYK | 0.33 | 0.06 | 0 | 0.69 |
| HSL | 191.54º | 0.2% | 0.26% | - |
| HSV(B) | 191.54º | 0.33% | 0.31% | - |
| XYZ | 5.33 | 6.22 | 8.32 | - |
| YUV | 68.29 | 134.04 | 117.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 74 | 79 | 0.33 | 0.06 | 0 | 0.69 | 191.54 | 0.2 | 0.26 |
| Hex | 35 | 4A | 4F | 21 | 6 | 0 | 45 | C0 | 14 | 1A |
| Octal | 65 | 112 | 117 | 41 | 6 | 0 | 105 | 300 | 24 | 32 |
| Binary | 110101 | 1001010 | 1001111 | 100001 | 110 | 0 | 1000101 | 11000000 | 10100 | 11010 |
Color Harmonies of #354A4F
Complementary color
Monochromatic Colors of #354A4F
Black with #354A4F
Text Example
Text Example
White with #354A4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354A4F; }
p { color: rgb(53,74,79); }
H1.HeaderClassName
{
color: #354A4F;
}
.AnyTagClassName
{
color: #354A4F;
}
</style>
background-color css
<style>
a { background-color: #354A4F; }
a { background-color: rgb(53,74,79); }
div.DivClassName
{
background-color: #354A4F;
}
.BgClassName
{
background-color: #354A4F;
}
</style>
border-color css
<style>
span { border-color: #354A4F; }
span { border-color: rgb(53,74,79); }
td.TdClassName
{
border-color: #354A4F;
}
.TagClassName
{
border-color: #354A4F;
}
</style>