Shades of Atomic #334B55
Tints of Atomic #334B55
RGB
CMYK
RGB Variations
Color information
#334B55 (or 0x334B55) is known color: Atomic. HEX triplet: 33, 4B and 55. RGB value is (51,75,85). Sum of RGB (Red+Green+Blue) = 51+75+85=211 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.17% from 211); Green value is 75 (29.69% from 255 or 35.55% from 211); Blue value is 85 (33.59% from 255 or 40.28% from 211); Max value from RGB is 85 - color contains mainly: blue. Hex color #334B55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334B55 is #CCB4AA. Grayscale: #444444. Windows color (decimal): -13415595 or 5589811. OLE color: 5589811.
HSL color Cylindrical-coordinate representation of color #334B55: hue angle of 197.65º degrees, saturation: 0.25, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #334B55 is Cyan = 0.40, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 51 | 75 | 85 | - |
| CMYK | 0.40 | 0.12 | 0 | 0.67 |
| HSL | 197.65º | 0.25% | 0.27% | - |
| HSV(B) | 197.65º | 0.4% | 0.33% | - |
| XYZ | 5.52 | 6.39 | 9.54 | - |
| YUV | 68.96 | 137.05 | 115.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 75 | 85 | 0.40 | 0.12 | 0 | 0.67 | 197.65 | 0.25 | 0.27 |
| Hex | 33 | 4B | 55 | 28 | C | 0 | 43 | C6 | 19 | 1B |
| Octal | 63 | 113 | 125 | 50 | 14 | 0 | 103 | 306 | 31 | 33 |
| Binary | 110011 | 1001011 | 1010101 | 101000 | 1100 | 0 | 1000011 | 11000110 | 11001 | 11011 |
Color Harmonies of #334B55
Complementary color
Monochromatic Colors of #334B55
Black with #334B55
Text Example
Text Example
White with #334B55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334B55; }
p { color: rgb(51,75,85); }
H1.HeaderClassName
{
color: #334B55;
}
.AnyTagClassName
{
color: #334B55;
}
</style>
background-color css
<style>
a { background-color: #334B55; }
a { background-color: rgb(51,75,85); }
div.DivClassName
{
background-color: #334B55;
}
.BgClassName
{
background-color: #334B55;
}
</style>
border-color css
<style>
span { border-color: #334B55; }
span { border-color: rgb(51,75,85); }
td.TdClassName
{
border-color: #334B55;
}
.TagClassName
{
border-color: #334B55;
}
</style>