Shades of Atomic #334A50
Tints of Atomic #334A50
RGB
CMYK
RGB Variations
Color information
#334A50 (or 0x334A50) is known color: Atomic. HEX triplet: 33, 4A and 50. RGB value is (51,74,80). Sum of RGB (Red+Green+Blue) = 51+74+80=205 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.88% from 205); Green value is 74 (29.30% from 255 or 36.10% from 205); Blue value is 80 (31.64% from 255 or 39.02% from 205); Max value from RGB is 80 - color contains mainly: blue. Hex color #334A50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334A50 is #CCB5AF. Grayscale: #434343. Windows color (decimal): -13415856 or 5261875. OLE color: 5261875.
HSL color Cylindrical-coordinate representation of color #334A50: hue angle of 192.41º degrees, saturation: 0.22, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #334A50 is Cyan = 0.36, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 51 | 74 | 80 | - |
| CMYK | 0.36 | 0.08 | 0 | 0.69 |
| HSL | 192.41º | 0.22% | 0.26% | - |
| HSV(B) | 192.41º | 0.36% | 0.31% | - |
| XYZ | 5.26 | 6.18 | 8.51 | - |
| YUV | 67.81 | 134.88 | 116.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 74 | 80 | 0.36 | 0.08 | 0 | 0.69 | 192.41 | 0.22 | 0.26 |
| Hex | 33 | 4A | 50 | 24 | 8 | 0 | 45 | C0 | 16 | 1A |
| Octal | 63 | 112 | 120 | 44 | 10 | 0 | 105 | 300 | 26 | 32 |
| Binary | 110011 | 1001010 | 1010000 | 100100 | 1000 | 0 | 1000101 | 11000000 | 10110 | 11010 |
Color Harmonies of #334A50
Complementary color
Monochromatic Colors of #334A50
Black with #334A50
Text Example
Text Example
White with #334A50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334A50; }
p { color: rgb(51,74,80); }
H1.HeaderClassName
{
color: #334A50;
}
.AnyTagClassName
{
color: #334A50;
}
</style>
background-color css
<style>
a { background-color: #334A50; }
a { background-color: rgb(51,74,80); }
div.DivClassName
{
background-color: #334A50;
}
.BgClassName
{
background-color: #334A50;
}
</style>
border-color css
<style>
span { border-color: #334A50; }
span { border-color: rgb(51,74,80); }
td.TdClassName
{
border-color: #334A50;
}
.TagClassName
{
border-color: #334A50;
}
</style>