Shades of Atomic #334B56
Tints of Atomic #334B56
RGB
CMYK
RGB Variations
Color information
#334B56 (or 0x334B56) is known color: Atomic. HEX triplet: 33, 4B and 56. RGB value is (51,75,86). Sum of RGB (Red+Green+Blue) = 51+75+86=212 (28% of max value = 765). Red value is 51 (20.31% from 255 or 24.06% from 212); Green value is 75 (29.69% from 255 or 35.38% from 212); Blue value is 86 (33.98% from 255 or 40.57% from 212); Max value from RGB is 86 - color contains mainly: blue. Hex color #334B56 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334B56 is #CCB4A9. Grayscale: #454545. Windows color (decimal): -13415594 or 5655347. OLE color: 5655347.
HSL color Cylindrical-coordinate representation of color #334B56: hue angle of 198.86º degrees, saturation: 0.26, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #334B56 is Cyan = 0.41, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 51 | 75 | 86 | - |
| CMYK | 0.41 | 0.13 | 0 | 0.66 |
| HSL | 198.86º | 0.26% | 0.27% | - |
| HSV(B) | 198.86º | 0.41% | 0.34% | - |
| XYZ | 5.56 | 6.41 | 9.75 | - |
| YUV | 69.08 | 137.55 | 115.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 75 | 86 | 0.41 | 0.13 | 0 | 0.66 | 198.86 | 0.26 | 0.27 |
| Hex | 33 | 4B | 56 | 29 | D | 0 | 42 | C7 | 1A | 1B |
| Octal | 63 | 113 | 126 | 51 | 15 | 0 | 102 | 307 | 32 | 33 |
| Binary | 110011 | 1001011 | 1010110 | 101001 | 1101 | 0 | 1000010 | 11000111 | 11010 | 11011 |
Color Harmonies of #334B56
Complementary color
Monochromatic Colors of #334B56
Black with #334B56
Text Example
Text Example
White with #334B56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334B56; }
p { color: rgb(51,75,86); }
H1.HeaderClassName
{
color: #334B56;
}
.AnyTagClassName
{
color: #334B56;
}
</style>
background-color css
<style>
a { background-color: #334B56; }
a { background-color: rgb(51,75,86); }
div.DivClassName
{
background-color: #334B56;
}
.BgClassName
{
background-color: #334B56;
}
</style>
border-color css
<style>
span { border-color: #334B56; }
span { border-color: rgb(51,75,86); }
td.TdClassName
{
border-color: #334B56;
}
.TagClassName
{
border-color: #334B56;
}
</style>