Shades of Atomic #334850
Tints of Atomic #334850
RGB
CMYK
RGB Variations
Color information
#334850 (or 0x334850) is known color: Atomic. HEX triplet: 33, 48 and 50. RGB value is (51,72,80). Sum of RGB (Red+Green+Blue) = 51+72+80=203 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.12% from 203); Green value is 72 (28.52% from 255 or 35.47% from 203); Blue value is 80 (31.64% from 255 or 39.41% from 203); Max value from RGB is 80 - color contains mainly: blue. Hex color #334850 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334850 is #CCB7AF. Grayscale: #424242. Windows color (decimal): -13416368 or 5261363. OLE color: 5261363.
HSL color Cylindrical-coordinate representation of color #334850: hue angle of 196.55º degrees, saturation: 0.22, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #334850 is Cyan = 0.36, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 51 | 72 | 80 | - |
| CMYK | 0.36 | 0.10 | 0 | 0.69 |
| HSL | 196.55º | 0.22% | 0.26% | - |
| HSV(B) | 196.55º | 0.36% | 0.31% | - |
| XYZ | 5.13 | 5.92 | 8.46 | - |
| YUV | 66.63 | 135.54 | 116.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 72 | 80 | 0.36 | 0.10 | 0 | 0.69 | 196.55 | 0.22 | 0.26 |
| Hex | 33 | 48 | 50 | 24 | A | 0 | 45 | C5 | 16 | 1A |
| Octal | 63 | 110 | 120 | 44 | 12 | 0 | 105 | 305 | 26 | 32 |
| Binary | 110011 | 1001000 | 1010000 | 100100 | 1010 | 0 | 1000101 | 11000101 | 10110 | 11010 |
Color Harmonies of #334850
Complementary color
Monochromatic Colors of #334850
Black with #334850
Text Example
Text Example
White with #334850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334850; }
p { color: rgb(51,72,80); }
H1.HeaderClassName
{
color: #334850;
}
.AnyTagClassName
{
color: #334850;
}
</style>
background-color css
<style>
a { background-color: #334850; }
a { background-color: rgb(51,72,80); }
div.DivClassName
{
background-color: #334850;
}
.BgClassName
{
background-color: #334850;
}
</style>
border-color css
<style>
span { border-color: #334850; }
span { border-color: rgb(51,72,80); }
td.TdClassName
{
border-color: #334850;
}
.TagClassName
{
border-color: #334850;
}
</style>