Shades of Atomic #334E57
Tints of Atomic #334E57
RGB
CMYK
RGB Variations
Color information
#334E57 (or 0x334E57) is known color: Atomic. HEX triplet: 33, 4E and 57. RGB value is (51,78,87). Sum of RGB (Red+Green+Blue) = 51+78+87=216 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.61% from 216); Green value is 78 (30.86% from 255 or 36.11% from 216); Blue value is 87 (34.38% from 255 or 40.28% from 216); Max value from RGB is 87 - color contains mainly: blue. Hex color #334E57 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #334E57 is #CCB1A8. Grayscale: #464646. Windows color (decimal): -13414825 or 5721651. OLE color: 5721651.
HSL color Cylindrical-coordinate representation of color #334E57: hue angle of 195º 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 #334E57 is Cyan = 0.41, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 51 | 78 | 87 | - |
| CMYK | 0.41 | 0.10 | 0 | 0.66 |
| HSL | 195º | 0.26% | 0.27% | - |
| HSV(B) | 195º | 0.41% | 0.34% | - |
| XYZ | 5.81 | 6.84 | 10.03 | - |
| YUV | 70.95 | 137.05 | 113.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 78 | 87 | 0.41 | 0.10 | 0 | 0.66 | 195 | 0.26 | 0.27 |
| Hex | 33 | 4E | 57 | 29 | A | 0 | 42 | C3 | 1A | 1B |
| Octal | 63 | 116 | 127 | 51 | 12 | 0 | 102 | 303 | 32 | 33 |
| Binary | 110011 | 1001110 | 1010111 | 101001 | 1010 | 0 | 1000010 | 11000011 | 11010 | 11011 |
Color Harmonies of #334E57
Complementary color
Monochromatic Colors of #334E57
Black with #334E57
Text Example
Text Example
White with #334E57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334E57; }
p { color: rgb(51,78,87); }
H1.HeaderClassName
{
color: #334E57;
}
.AnyTagClassName
{
color: #334E57;
}
</style>
background-color css
<style>
a { background-color: #334E57; }
a { background-color: rgb(51,78,87); }
div.DivClassName
{
background-color: #334E57;
}
.BgClassName
{
background-color: #334E57;
}
</style>
border-color css
<style>
span { border-color: #334E57; }
span { border-color: rgb(51,78,87); }
td.TdClassName
{
border-color: #334E57;
}
.TagClassName
{
border-color: #334E57;
}
</style>