Shades of Atomic #334753
Tints of Atomic #334753
RGB
CMYK
RGB Variations
Color information
#334753 (or 0x334753) is known color: Atomic. HEX triplet: 33, 47 and 53. RGB value is (51,71,83). Sum of RGB (Red+Green+Blue) = 51+71+83=205 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.88% from 205); Green value is 71 (28.12% from 255 or 34.63% from 205); Blue value is 83 (32.81% from 255 or 40.49% from 205); Max value from RGB is 83 - color contains mainly: blue. Hex color #334753 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334753 is #CCB8AC. Grayscale: #424242. Windows color (decimal): -13416621 or 5457715. OLE color: 5457715.
HSL color Cylindrical-coordinate representation of color #334753: hue angle of 202.5º degrees, saturation: 0.24, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #334753 is Cyan = 0.39, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 51 | 71 | 83 | - |
| CMYK | 0.39 | 0.14 | 0 | 0.67 |
| HSL | 202.5º | 0.24% | 0.26% | - |
| HSV(B) | 202.5º | 0.39% | 0.33% | - |
| XYZ | 5.18 | 5.83 | 9.04 | - |
| YUV | 66.39 | 137.37 | 117.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 71 | 83 | 0.39 | 0.14 | 0 | 0.67 | 202.5 | 0.24 | 0.26 |
| Hex | 33 | 47 | 53 | 27 | E | 0 | 43 | CA | 18 | 1A |
| Octal | 63 | 107 | 123 | 47 | 16 | 0 | 103 | 312 | 30 | 32 |
| Binary | 110011 | 1000111 | 1010011 | 100111 | 1110 | 0 | 1000011 | 11001010 | 11000 | 11010 |
Color Harmonies of #334753
Complementary color
Monochromatic Colors of #334753
Black with #334753
Text Example
Text Example
White with #334753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334753; }
p { color: rgb(51,71,83); }
H1.HeaderClassName
{
color: #334753;
}
.AnyTagClassName
{
color: #334753;
}
</style>
background-color css
<style>
a { background-color: #334753; }
a { background-color: rgb(51,71,83); }
div.DivClassName
{
background-color: #334753;
}
.BgClassName
{
background-color: #334753;
}
</style>
border-color css
<style>
span { border-color: #334753; }
span { border-color: rgb(51,71,83); }
td.TdClassName
{
border-color: #334753;
}
.TagClassName
{
border-color: #334753;
}
</style>