Shades of Atomic #334C57
Tints of Atomic #334C57
RGB
CMYK
RGB Variations
Color information
#334C57 (or 0x334C57) is known color: Atomic. HEX triplet: 33, 4C and 57. RGB value is (51,76,87). Sum of RGB (Red+Green+Blue) = 51+76+87=214 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.83% from 214); Green value is 76 (30.08% from 255 or 35.51% from 214); Blue value is 87 (34.38% from 255 or 40.65% from 214); Max value from RGB is 87 - color contains mainly: blue. Hex color #334C57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334C57 is #CCB3A8. Grayscale: #454545. Windows color (decimal): -13415337 or 5721139. OLE color: 5721139.
HSL color Cylindrical-coordinate representation of color #334C57: hue angle of 198.33º 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 #334C57 is Cyan = 0.41, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 51 | 76 | 87 | - |
| CMYK | 0.41 | 0.13 | 0 | 0.66 |
| HSL | 198.33º | 0.26% | 0.27% | - |
| HSV(B) | 198.33º | 0.41% | 0.34% | - |
| XYZ | 5.67 | 6.56 | 9.98 | - |
| YUV | 69.78 | 137.72 | 114.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 76 | 87 | 0.41 | 0.13 | 0 | 0.66 | 198.33 | 0.26 | 0.27 |
| Hex | 33 | 4C | 57 | 29 | D | 0 | 42 | C6 | 1A | 1B |
| Octal | 63 | 114 | 127 | 51 | 15 | 0 | 102 | 306 | 32 | 33 |
| Binary | 110011 | 1001100 | 1010111 | 101001 | 1101 | 0 | 1000010 | 11000110 | 11010 | 11011 |
Color Harmonies of #334C57
Complementary color
Monochromatic Colors of #334C57
Black with #334C57
Text Example
Text Example
White with #334C57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334C57; }
p { color: rgb(51,76,87); }
H1.HeaderClassName
{
color: #334C57;
}
.AnyTagClassName
{
color: #334C57;
}
</style>
background-color css
<style>
a { background-color: #334C57; }
a { background-color: rgb(51,76,87); }
div.DivClassName
{
background-color: #334C57;
}
.BgClassName
{
background-color: #334C57;
}
</style>
border-color css
<style>
span { border-color: #334C57; }
span { border-color: rgb(51,76,87); }
td.TdClassName
{
border-color: #334C57;
}
.TagClassName
{
border-color: #334C57;
}
</style>