Shades of Atomic #334C55
Tints of Atomic #334C55
RGB
CMYK
RGB Variations
Color information
#334C55 (or 0x334C55) is known color: Atomic. HEX triplet: 33, 4C and 55. RGB value is (51,76,85). Sum of RGB (Red+Green+Blue) = 51+76+85=212 (28% of max value = 765). Red value is 51 (20.31% from 255 or 24.06% from 212); Green value is 76 (30.08% from 255 or 35.85% from 212); Blue value is 85 (33.59% from 255 or 40.09% from 212); Max value from RGB is 85 - color contains mainly: blue. Hex color #334C55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334C55 is #CCB3AA. Grayscale: #454545. Windows color (decimal): -13415339 or 5590067. OLE color: 5590067.
HSL color Cylindrical-coordinate representation of color #334C55: hue angle of 195.88º degrees, saturation: 0.25, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #334C55 is Cyan = 0.40, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 51 | 76 | 85 | - |
| CMYK | 0.40 | 0.11 | 0 | 0.67 |
| HSL | 195.88º | 0.25% | 0.27% | - |
| HSV(B) | 195.88º | 0.4% | 0.33% | - |
| XYZ | 5.59 | 6.53 | 9.56 | - |
| YUV | 69.55 | 136.72 | 114.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 76 | 85 | 0.40 | 0.11 | 0 | 0.67 | 195.88 | 0.25 | 0.27 |
| Hex | 33 | 4C | 55 | 28 | B | 0 | 43 | C4 | 19 | 1B |
| Octal | 63 | 114 | 125 | 50 | 13 | 0 | 103 | 304 | 31 | 33 |
| Binary | 110011 | 1001100 | 1010101 | 101000 | 1011 | 0 | 1000011 | 11000100 | 11001 | 11011 |
Color Harmonies of #334C55
Complementary color
Monochromatic Colors of #334C55
Black with #334C55
Text Example
Text Example
White with #334C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334C55; }
p { color: rgb(51,76,85); }
H1.HeaderClassName
{
color: #334C55;
}
.AnyTagClassName
{
color: #334C55;
}
</style>
background-color css
<style>
a { background-color: #334C55; }
a { background-color: rgb(51,76,85); }
div.DivClassName
{
background-color: #334C55;
}
.BgClassName
{
background-color: #334C55;
}
</style>
border-color css
<style>
span { border-color: #334C55; }
span { border-color: rgb(51,76,85); }
td.TdClassName
{
border-color: #334C55;
}
.TagClassName
{
border-color: #334C55;
}
</style>