Shades of Atomic #334C53
Tints of Atomic #334C53
RGB
CMYK
RGB Variations
Color information
#334C53 (or 0x334C53) is known color: Atomic. HEX triplet: 33, 4C and 53. RGB value is (51,76,83). Sum of RGB (Red+Green+Blue) = 51+76+83=210 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.29% from 210); Green value is 76 (30.08% from 255 or 36.19% from 210); Blue value is 83 (32.81% from 255 or 39.52% from 210); Max value from RGB is 83 - color contains mainly: blue. Hex color #334C53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334C53 is #CCB3AC. Grayscale: #454545. Windows color (decimal): -13415341 or 5458995. OLE color: 5458995.
HSL color Cylindrical-coordinate representation of color #334C53: hue angle of 193.12º 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 #334C53 is Cyan = 0.39, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 51 | 76 | 83 | - |
| CMYK | 0.39 | 0.08 | 0 | 0.67 |
| HSL | 193.13º | 0.24% | 0.26% | - |
| HSV(B) | 193.13º | 0.39% | 0.33% | - |
| XYZ | 5.51 | 6.5 | 9.15 | - |
| YUV | 69.32 | 135.72 | 114.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 76 | 83 | 0.39 | 0.08 | 0 | 0.67 | 193.13 | 0.24 | 0.26 |
| Hex | 33 | 4C | 53 | 27 | 8 | 0 | 43 | C1 | 18 | 1A |
| Octal | 63 | 114 | 123 | 47 | 10 | 0 | 103 | 301 | 30 | 32 |
| Binary | 110011 | 1001100 | 1010011 | 100111 | 1000 | 0 | 1000011 | 11000001 | 11000 | 11010 |
Color Harmonies of #334C53
Complementary color
Monochromatic Colors of #334C53
Black with #334C53
Text Example
Text Example
White with #334C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334C53; }
p { color: rgb(51,76,83); }
H1.HeaderClassName
{
color: #334C53;
}
.AnyTagClassName
{
color: #334C53;
}
</style>
background-color css
<style>
a { background-color: #334C53; }
a { background-color: rgb(51,76,83); }
div.DivClassName
{
background-color: #334C53;
}
.BgClassName
{
background-color: #334C53;
}
</style>
border-color css
<style>
span { border-color: #334C53; }
span { border-color: rgb(51,76,83); }
td.TdClassName
{
border-color: #334C53;
}
.TagClassName
{
border-color: #334C53;
}
</style>