Shades of Atomic #334651
Tints of Atomic #334651
RGB
CMYK
RGB Variations
Color information
#334651 (or 0x334651) is known color: Atomic. HEX triplet: 33, 46 and 51. RGB value is (51,70,81). Sum of RGB (Red+Green+Blue) = 51+70+81=202 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.25% from 202); Green value is 70 (27.73% from 255 or 34.65% from 202); Blue value is 81 (32.03% from 255 or 40.10% from 202); Max value from RGB is 81 - color contains mainly: blue. Hex color #334651 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334651 is #CCB9AE. Grayscale: #414141. Windows color (decimal): -13416879 or 5326387. OLE color: 5326387.
HSL color Cylindrical-coordinate representation of color #334651: hue angle of 202º degrees, saturation: 0.23, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #334651 is Cyan = 0.37, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 51 | 70 | 81 | - |
| CMYK | 0.37 | 0.14 | 0 | 0.68 |
| HSL | 202º | 0.23% | 0.26% | - |
| HSV(B) | 202º | 0.37% | 0.32% | - |
| XYZ | 5.04 | 5.68 | 8.61 | - |
| YUV | 65.57 | 136.71 | 117.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 70 | 81 | 0.37 | 0.14 | 0 | 0.68 | 202 | 0.23 | 0.26 |
| Hex | 33 | 46 | 51 | 25 | E | 0 | 44 | CA | 17 | 1A |
| Octal | 63 | 106 | 121 | 45 | 16 | 0 | 104 | 312 | 27 | 32 |
| Binary | 110011 | 1000110 | 1010001 | 100101 | 1110 | 0 | 1000100 | 11001010 | 10111 | 11010 |
Color Harmonies of #334651
Complementary color
Monochromatic Colors of #334651
Black with #334651
Text Example
Text Example
White with #334651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334651; }
p { color: rgb(51,70,81); }
H1.HeaderClassName
{
color: #334651;
}
.AnyTagClassName
{
color: #334651;
}
</style>
background-color css
<style>
a { background-color: #334651; }
a { background-color: rgb(51,70,81); }
div.DivClassName
{
background-color: #334651;
}
.BgClassName
{
background-color: #334651;
}
</style>
border-color css
<style>
span { border-color: #334651; }
span { border-color: rgb(51,70,81); }
td.TdClassName
{
border-color: #334651;
}
.TagClassName
{
border-color: #334651;
}
</style>