Shades of Atomic #334752
Tints of Atomic #334752
RGB
CMYK
RGB Variations
Color information
#334752 (or 0x334752) is known color: Atomic. HEX triplet: 33, 47 and 52. RGB value is (51,71,82). Sum of RGB (Red+Green+Blue) = 51+71+82=204 (27% of max value = 765). Red value is 51 (20.31% from 255 or 25% from 204); Green value is 71 (28.12% from 255 or 34.80% from 204); Blue value is 82 (32.42% from 255 or 40.20% from 204); Max value from RGB is 82 - color contains mainly: blue. Hex color #334752 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334752 is #CCB8AD. Grayscale: #424242. Windows color (decimal): -13416622 or 5392179. OLE color: 5392179.
HSL color Cylindrical-coordinate representation of color #334752: hue angle of 201.29º degrees, saturation: 0.23, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #334752 is Cyan = 0.38, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 51 | 71 | 82 | - |
| CMYK | 0.38 | 0.13 | 0 | 0.68 |
| HSL | 201.29º | 0.23% | 0.26% | - |
| HSV(B) | 201.29º | 0.38% | 0.32% | - |
| XYZ | 5.14 | 5.82 | 8.83 | - |
| YUV | 66.27 | 136.87 | 117.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 71 | 82 | 0.38 | 0.13 | 0 | 0.68 | 201.29 | 0.23 | 0.26 |
| Hex | 33 | 47 | 52 | 26 | D | 0 | 44 | C9 | 17 | 1A |
| Octal | 63 | 107 | 122 | 46 | 15 | 0 | 104 | 311 | 27 | 32 |
| Binary | 110011 | 1000111 | 1010010 | 100110 | 1101 | 0 | 1000100 | 11001001 | 10111 | 11010 |
Color Harmonies of #334752
Complementary color
Monochromatic Colors of #334752
Black with #334752
Text Example
Text Example
White with #334752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334752; }
p { color: rgb(51,71,82); }
H1.HeaderClassName
{
color: #334752;
}
.AnyTagClassName
{
color: #334752;
}
</style>
background-color css
<style>
a { background-color: #334752; }
a { background-color: rgb(51,71,82); }
div.DivClassName
{
background-color: #334752;
}
.BgClassName
{
background-color: #334752;
}
</style>
border-color css
<style>
span { border-color: #334752; }
span { border-color: rgb(51,71,82); }
td.TdClassName
{
border-color: #334752;
}
.TagClassName
{
border-color: #334752;
}
</style>