Shades of Atomic #334955
Tints of Atomic #334955
RGB
CMYK
RGB Variations
Color information
#334955 (or 0x334955) is known color: Atomic. HEX triplet: 33, 49 and 55. RGB value is (51,73,85). Sum of RGB (Red+Green+Blue) = 51+73+85=209 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.40% from 209); Green value is 73 (28.91% from 255 or 34.93% from 209); Blue value is 85 (33.59% from 255 or 40.67% from 209); Max value from RGB is 85 - color contains mainly: blue. Hex color #334955 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334955 is #CCB6AA. Grayscale: #434343. Windows color (decimal): -13416107 or 5589299. OLE color: 5589299.
HSL color Cylindrical-coordinate representation of color #334955: hue angle of 201.18º degrees, saturation: 0.25, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #334955 is Cyan = 0.40, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 51 | 73 | 85 | - |
| CMYK | 0.40 | 0.14 | 0 | 0.67 |
| HSL | 201.18º | 0.25% | 0.27% | - |
| HSV(B) | 201.18º | 0.4% | 0.33% | - |
| XYZ | 5.39 | 6.12 | 9.49 | - |
| YUV | 67.79 | 137.71 | 116.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 73 | 85 | 0.40 | 0.14 | 0 | 0.67 | 201.18 | 0.25 | 0.27 |
| Hex | 33 | 49 | 55 | 28 | E | 0 | 43 | C9 | 19 | 1B |
| Octal | 63 | 111 | 125 | 50 | 16 | 0 | 103 | 311 | 31 | 33 |
| Binary | 110011 | 1001001 | 1010101 | 101000 | 1110 | 0 | 1000011 | 11001001 | 11001 | 11011 |
Color Harmonies of #334955
Complementary color
Monochromatic Colors of #334955
Black with #334955
Text Example
Text Example
White with #334955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334955; }
p { color: rgb(51,73,85); }
H1.HeaderClassName
{
color: #334955;
}
.AnyTagClassName
{
color: #334955;
}
</style>
background-color css
<style>
a { background-color: #334955; }
a { background-color: rgb(51,73,85); }
div.DivClassName
{
background-color: #334955;
}
.BgClassName
{
background-color: #334955;
}
</style>
border-color css
<style>
span { border-color: #334955; }
span { border-color: rgb(51,73,85); }
td.TdClassName
{
border-color: #334955;
}
.TagClassName
{
border-color: #334955;
}
</style>