Shades of Atomic #334754
Tints of Atomic #334754
RGB
CMYK
RGB Variations
Color information
#334754 (or 0x334754) is known color: Atomic. HEX triplet: 33, 47 and 54. RGB value is (51,71,84). Sum of RGB (Red+Green+Blue) = 51+71+84=206 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.76% from 206); Green value is 71 (28.12% from 255 or 34.47% from 206); Blue value is 84 (33.20% from 255 or 40.78% from 206); Max value from RGB is 84 - color contains mainly: blue. Hex color #334754 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334754 is #CCB8AB. Grayscale: #424242. Windows color (decimal): -13416620 or 5523251. OLE color: 5523251.
HSL color Cylindrical-coordinate representation of color #334754: hue angle of 203.64º 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 #334754 is Cyan = 0.39, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 51 | 71 | 84 | - |
| CMYK | 0.39 | 0.15 | 0 | 0.67 |
| HSL | 203.64º | 0.24% | 0.26% | - |
| HSV(B) | 203.64º | 0.39% | 0.33% | - |
| XYZ | 5.22 | 5.85 | 9.24 | - |
| YUV | 66.5 | 137.87 | 116.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 71 | 84 | 0.39 | 0.15 | 0 | 0.67 | 203.64 | 0.24 | 0.26 |
| Hex | 33 | 47 | 54 | 27 | F | 0 | 43 | CC | 18 | 1A |
| Octal | 63 | 107 | 124 | 47 | 17 | 0 | 103 | 314 | 30 | 32 |
| Binary | 110011 | 1000111 | 1010100 | 100111 | 1111 | 0 | 1000011 | 11001100 | 11000 | 11010 |
Color Harmonies of #334754
Complementary color
Monochromatic Colors of #334754
Black with #334754
Text Example
Text Example
White with #334754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334754; }
p { color: rgb(51,71,84); }
H1.HeaderClassName
{
color: #334754;
}
.AnyTagClassName
{
color: #334754;
}
</style>
background-color css
<style>
a { background-color: #334754; }
a { background-color: rgb(51,71,84); }
div.DivClassName
{
background-color: #334754;
}
.BgClassName
{
background-color: #334754;
}
</style>
border-color css
<style>
span { border-color: #334754; }
span { border-color: rgb(51,71,84); }
td.TdClassName
{
border-color: #334754;
}
.TagClassName
{
border-color: #334754;
}
</style>