Shades of Atomic #334C56
Tints of Atomic #334C56
RGB
CMYK
RGB Variations
Color information
#334C56 (or 0x334C56) is known color: Atomic. HEX triplet: 33, 4C and 56. RGB value is (51,76,86). Sum of RGB (Red+Green+Blue) = 51+76+86=213 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.94% from 213); Green value is 76 (30.08% from 255 or 35.68% from 213); Blue value is 86 (33.98% from 255 or 40.38% from 213); Max value from RGB is 86 - color contains mainly: blue. Hex color #334C56 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334C56 is #CCB3A9. Grayscale: #454545. Windows color (decimal): -13415338 or 5655603. OLE color: 5655603.
HSL color Cylindrical-coordinate representation of color #334C56: hue angle of 197.14º degrees, saturation: 0.26, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #334C56 is Cyan = 0.41, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 51 | 76 | 86 | - |
| CMYK | 0.41 | 0.12 | 0 | 0.66 |
| HSL | 197.14º | 0.26% | 0.27% | - |
| HSV(B) | 197.14º | 0.41% | 0.34% | - |
| XYZ | 5.63 | 6.54 | 9.77 | - |
| YUV | 69.67 | 137.22 | 114.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 76 | 86 | 0.41 | 0.12 | 0 | 0.66 | 197.14 | 0.26 | 0.27 |
| Hex | 33 | 4C | 56 | 29 | C | 0 | 42 | C5 | 1A | 1B |
| Octal | 63 | 114 | 126 | 51 | 14 | 0 | 102 | 305 | 32 | 33 |
| Binary | 110011 | 1001100 | 1010110 | 101001 | 1100 | 0 | 1000010 | 11000101 | 11010 | 11011 |
Color Harmonies of #334C56
Complementary color
Monochromatic Colors of #334C56
Black with #334C56
Text Example
Text Example
White with #334C56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334C56; }
p { color: rgb(51,76,86); }
H1.HeaderClassName
{
color: #334C56;
}
.AnyTagClassName
{
color: #334C56;
}
</style>
background-color css
<style>
a { background-color: #334C56; }
a { background-color: rgb(51,76,86); }
div.DivClassName
{
background-color: #334C56;
}
.BgClassName
{
background-color: #334C56;
}
</style>
border-color css
<style>
span { border-color: #334C56; }
span { border-color: rgb(51,76,86); }
td.TdClassName
{
border-color: #334C56;
}
.TagClassName
{
border-color: #334C56;
}
</style>