Shades of Blumine #336079
Tints of Blumine #336079
RGB
CMYK
RGB Variations
Color information
#336079 (or 0x336079) is known color: Blumine. HEX triplet: 33, 60 and 79. RGB value is (51,96,121). Sum of RGB (Red+Green+Blue) = 51+96+121=268 (35% of max value = 765). Red value is 51 (20.31% from 255 or 19.03% from 268); Green value is 96 (37.89% from 255 or 35.82% from 268); Blue value is 121 (47.66% from 255 or 45.15% from 268); Max value from RGB is 121 - color contains mainly: blue. Hex color #336079 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #336079 is #CC9F86. Grayscale: #555555. Windows color (decimal): -13410183 or 7954483. OLE color: 7954483.
HSL color Cylindrical-coordinate representation of color #336079: hue angle of 201.43º degrees, saturation: 0.41, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #336079 is Cyan = 0.58, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 51 | 96 | 121 | - |
| CMYK | 0.58 | 0.21 | 0 | 0.53 |
| HSL | 201.43º | 0.41% | 0.34% | - |
| HSV(B) | 201.43º | 0.58% | 0.47% | - |
| XYZ | 9 | 10.45 | 19.63 | - |
| YUV | 85.4 | 148.09 | 103.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 96 | 121 | 0.58 | 0.21 | 0 | 0.53 | 201.43 | 0.41 | 0.34 |
| Hex | 33 | 60 | 79 | 3A | 15 | 0 | 35 | C9 | 29 | 22 |
| Octal | 63 | 140 | 171 | 72 | 25 | 0 | 65 | 311 | 51 | 42 |
| Binary | 110011 | 1100000 | 1111001 | 111010 | 10101 | 0 | 110101 | 11001001 | 101001 | 100010 |
Color Harmonies of #336079
Complementary color
Monochromatic Colors of #336079
Black with #336079
Text Example
Text Example
White with #336079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #336079; }
p { color: rgb(51,96,121); }
H1.HeaderClassName
{
color: #336079;
}
.AnyTagClassName
{
color: #336079;
}
</style>
background-color css
<style>
a { background-color: #336079; }
a { background-color: rgb(51,96,121); }
div.DivClassName
{
background-color: #336079;
}
.BgClassName
{
background-color: #336079;
}
</style>
border-color css
<style>
span { border-color: #336079; }
span { border-color: rgb(51,96,121); }
td.TdClassName
{
border-color: #336079;
}
.TagClassName
{
border-color: #336079;
}
</style>