Shades of Atomic #334D54
Tints of Atomic #334D54
RGB
CMYK
RGB Variations
Color information
#334D54 (or 0x334D54) is known color: Atomic. HEX triplet: 33, 4D and 54. RGB value is (51,77,84). Sum of RGB (Red+Green+Blue) = 51+77+84=212 (28% of max value = 765). Red value is 51 (20.31% from 255 or 24.06% from 212); Green value is 77 (30.47% from 255 or 36.32% from 212); Blue value is 84 (33.20% from 255 or 39.62% from 212); Max value from RGB is 84 - color contains mainly: blue. Hex color #334D54 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #334D54 is #CCB2AB. Grayscale: #454545. Windows color (decimal): -13415084 or 5524787. OLE color: 5524787.
HSL color Cylindrical-coordinate representation of color #334D54: hue angle of 192.73º 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 #334D54 is Cyan = 0.39, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 51 | 77 | 84 | - |
| CMYK | 0.39 | 0.08 | 0 | 0.67 |
| HSL | 192.73º | 0.24% | 0.26% | - |
| HSV(B) | 192.73º | 0.39% | 0.33% | - |
| XYZ | 5.62 | 6.65 | 9.38 | - |
| YUV | 70.02 | 135.89 | 114.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 77 | 84 | 0.39 | 0.08 | 0 | 0.67 | 192.73 | 0.24 | 0.26 |
| Hex | 33 | 4D | 54 | 27 | 8 | 0 | 43 | C1 | 18 | 1A |
| Octal | 63 | 115 | 124 | 47 | 10 | 0 | 103 | 301 | 30 | 32 |
| Binary | 110011 | 1001101 | 1010100 | 100111 | 1000 | 0 | 1000011 | 11000001 | 11000 | 11010 |
Color Harmonies of #334D54
Complementary color
Monochromatic Colors of #334D54
Black with #334D54
Text Example
Text Example
White with #334D54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334D54; }
p { color: rgb(51,77,84); }
H1.HeaderClassName
{
color: #334D54;
}
.AnyTagClassName
{
color: #334D54;
}
</style>
background-color css
<style>
a { background-color: #334D54; }
a { background-color: rgb(51,77,84); }
div.DivClassName
{
background-color: #334D54;
}
.BgClassName
{
background-color: #334D54;
}
</style>
border-color css
<style>
span { border-color: #334D54; }
span { border-color: rgb(51,77,84); }
td.TdClassName
{
border-color: #334D54;
}
.TagClassName
{
border-color: #334D54;
}
</style>