Shades of Atomic #334D57
Tints of Atomic #334D57
RGB
CMYK
RGB Variations
Color information
#334D57 (or 0x334D57) is known color: Atomic. HEX triplet: 33, 4D and 57. RGB value is (51,77,87). Sum of RGB (Red+Green+Blue) = 51+77+87=215 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.72% from 215); Green value is 77 (30.47% from 255 or 35.81% from 215); Blue value is 87 (34.38% from 255 or 40.47% from 215); Max value from RGB is 87 - color contains mainly: blue. Hex color #334D57 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #334D57 is #CCB2A8. Grayscale: #464646. Windows color (decimal): -13415081 or 5721395. OLE color: 5721395.
HSL color Cylindrical-coordinate representation of color #334D57: hue angle of 196.67º degrees, saturation: 0.26, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #334D57 is Cyan = 0.41, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 51 | 77 | 87 | - |
| CMYK | 0.41 | 0.11 | 0 | 0.66 |
| HSL | 196.67º | 0.26% | 0.27% | - |
| HSV(B) | 196.67º | 0.41% | 0.34% | - |
| XYZ | 5.74 | 6.7 | 10.01 | - |
| YUV | 70.37 | 137.39 | 114.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 77 | 87 | 0.41 | 0.11 | 0 | 0.66 | 196.67 | 0.26 | 0.27 |
| Hex | 33 | 4D | 57 | 29 | B | 0 | 42 | C5 | 1A | 1B |
| Octal | 63 | 115 | 127 | 51 | 13 | 0 | 102 | 305 | 32 | 33 |
| Binary | 110011 | 1001101 | 1010111 | 101001 | 1011 | 0 | 1000010 | 11000101 | 11010 | 11011 |
Color Harmonies of #334D57
Complementary color
Monochromatic Colors of #334D57
Black with #334D57
Text Example
Text Example
White with #334D57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334D57; }
p { color: rgb(51,77,87); }
H1.HeaderClassName
{
color: #334D57;
}
.AnyTagClassName
{
color: #334D57;
}
</style>
background-color css
<style>
a { background-color: #334D57; }
a { background-color: rgb(51,77,87); }
div.DivClassName
{
background-color: #334D57;
}
.BgClassName
{
background-color: #334D57;
}
</style>
border-color css
<style>
span { border-color: #334D57; }
span { border-color: rgb(51,77,87); }
td.TdClassName
{
border-color: #334D57;
}
.TagClassName
{
border-color: #334D57;
}
</style>