Shades of Atomic #334D59
Tints of Atomic #334D59
RGB
CMYK
RGB Variations
Color information
#334D59 (or 0x334D59) is known color: Atomic. HEX triplet: 33, 4D and 59. RGB value is (51,77,89). Sum of RGB (Red+Green+Blue) = 51+77+89=217 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.50% from 217); Green value is 77 (30.47% from 255 or 35.48% from 217); Blue value is 89 (35.16% from 255 or 41.01% from 217); Max value from RGB is 89 - color contains mainly: blue. Hex color #334D59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #334D59 is #CCB2A6. Grayscale: #464646. Windows color (decimal): -13415079 or 5852467. OLE color: 5852467.
HSL color Cylindrical-coordinate representation of color #334D59: hue angle of 198.95º degrees, saturation: 0.27, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #334D59 is Cyan = 0.43, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 51 | 77 | 89 | - |
| CMYK | 0.43 | 0.13 | 0 | 0.65 |
| HSL | 198.95º | 0.27% | 0.27% | - |
| HSV(B) | 198.95º | 0.43% | 0.35% | - |
| XYZ | 5.82 | 6.73 | 10.44 | - |
| YUV | 70.59 | 138.39 | 114.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 77 | 89 | 0.43 | 0.13 | 0 | 0.65 | 198.95 | 0.27 | 0.27 |
| Hex | 33 | 4D | 59 | 2B | D | 0 | 41 | C7 | 1B | 1B |
| Octal | 63 | 115 | 131 | 53 | 15 | 0 | 101 | 307 | 33 | 33 |
| Binary | 110011 | 1001101 | 1011001 | 101011 | 1101 | 0 | 1000001 | 11000111 | 11011 | 11011 |
Color Harmonies of #334D59
Complementary color
Monochromatic Colors of #334D59
Black with #334D59
Text Example
Text Example
White with #334D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334D59; }
p { color: rgb(51,77,89); }
H1.HeaderClassName
{
color: #334D59;
}
.AnyTagClassName
{
color: #334D59;
}
</style>
background-color css
<style>
a { background-color: #334D59; }
a { background-color: rgb(51,77,89); }
div.DivClassName
{
background-color: #334D59;
}
.BgClassName
{
background-color: #334D59;
}
</style>
border-color css
<style>
span { border-color: #334D59; }
span { border-color: rgb(51,77,89); }
td.TdClassName
{
border-color: #334D59;
}
.TagClassName
{
border-color: #334D59;
}
</style>