Shades of Atomic #334A53
Tints of Atomic #334A53
RGB
CMYK
RGB Variations
Color information
#334A53 (or 0x334A53) is known color: Atomic. HEX triplet: 33, 4A and 53. RGB value is (51,74,83). Sum of RGB (Red+Green+Blue) = 51+74+83=208 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.52% from 208); Green value is 74 (29.30% from 255 or 35.58% from 208); Blue value is 83 (32.81% from 255 or 39.90% from 208); Max value from RGB is 83 - color contains mainly: blue. Hex color #334A53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334A53 is #CCB5AC. Grayscale: #444444. Windows color (decimal): -13415853 or 5458483. OLE color: 5458483.
HSL color Cylindrical-coordinate representation of color #334A53: hue angle of 196.88º 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 #334A53 is Cyan = 0.39, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 51 | 74 | 83 | - |
| CMYK | 0.39 | 0.11 | 0 | 0.67 |
| HSL | 196.88º | 0.24% | 0.26% | - |
| HSV(B) | 196.88º | 0.39% | 0.33% | - |
| XYZ | 5.38 | 6.23 | 9.1 | - |
| YUV | 68.15 | 136.38 | 115.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 74 | 83 | 0.39 | 0.11 | 0 | 0.67 | 196.88 | 0.24 | 0.26 |
| Hex | 33 | 4A | 53 | 27 | B | 0 | 43 | C5 | 18 | 1A |
| Octal | 63 | 112 | 123 | 47 | 13 | 0 | 103 | 305 | 30 | 32 |
| Binary | 110011 | 1001010 | 1010011 | 100111 | 1011 | 0 | 1000011 | 11000101 | 11000 | 11010 |
Color Harmonies of #334A53
Complementary color
Monochromatic Colors of #334A53
Black with #334A53
Text Example
Text Example
White with #334A53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334A53; }
p { color: rgb(51,74,83); }
H1.HeaderClassName
{
color: #334A53;
}
.AnyTagClassName
{
color: #334A53;
}
</style>
background-color css
<style>
a { background-color: #334A53; }
a { background-color: rgb(51,74,83); }
div.DivClassName
{
background-color: #334A53;
}
.BgClassName
{
background-color: #334A53;
}
</style>
border-color css
<style>
span { border-color: #334A53; }
span { border-color: rgb(51,74,83); }
td.TdClassName
{
border-color: #334A53;
}
.TagClassName
{
border-color: #334A53;
}
</style>