Shades of Atomic #334C52
Tints of Atomic #334C52
RGB
CMYK
RGB Variations
Color information
#334C52 (or 0x334C52) is known color: Atomic. HEX triplet: 33, 4C and 52. RGB value is (51,76,82). Sum of RGB (Red+Green+Blue) = 51+76+82=209 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.40% from 209); Green value is 76 (30.08% from 255 or 36.36% from 209); Blue value is 82 (32.42% from 255 or 39.23% from 209); Max value from RGB is 82 - color contains mainly: blue. Hex color #334C52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334C52 is #CCB3AD. Grayscale: #454545. Windows color (decimal): -13415342 or 5393459. OLE color: 5393459.
HSL color Cylindrical-coordinate representation of color #334C52: hue angle of 191.61º degrees, saturation: 0.23, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #334C52 is Cyan = 0.38, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 51 | 76 | 82 | - |
| CMYK | 0.38 | 0.07 | 0 | 0.68 |
| HSL | 191.61º | 0.23% | 0.26% | - |
| HSV(B) | 191.61º | 0.38% | 0.32% | - |
| XYZ | 5.47 | 6.48 | 8.95 | - |
| YUV | 69.21 | 135.22 | 115.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 76 | 82 | 0.38 | 0.07 | 0 | 0.68 | 191.61 | 0.23 | 0.26 |
| Hex | 33 | 4C | 52 | 26 | 7 | 0 | 44 | C0 | 17 | 1A |
| Octal | 63 | 114 | 122 | 46 | 7 | 0 | 104 | 300 | 27 | 32 |
| Binary | 110011 | 1001100 | 1010010 | 100110 | 111 | 0 | 1000100 | 11000000 | 10111 | 11010 |
Color Harmonies of #334C52
Complementary color
Monochromatic Colors of #334C52
Black with #334C52
Text Example
Text Example
White with #334C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334C52; }
p { color: rgb(51,76,82); }
H1.HeaderClassName
{
color: #334C52;
}
.AnyTagClassName
{
color: #334C52;
}
</style>
background-color css
<style>
a { background-color: #334C52; }
a { background-color: rgb(51,76,82); }
div.DivClassName
{
background-color: #334C52;
}
.BgClassName
{
background-color: #334C52;
}
</style>
border-color css
<style>
span { border-color: #334C52; }
span { border-color: rgb(51,76,82); }
td.TdClassName
{
border-color: #334C52;
}
.TagClassName
{
border-color: #334C52;
}
</style>