Shades of Blumine #336676
Tints of Blumine #336676
RGB
CMYK
RGB Variations
Color information
#336676 (or 0x336676) is known color: Blumine. HEX triplet: 33, 66 and 76. RGB value is (51,102,118). Sum of RGB (Red+Green+Blue) = 51+102+118=271 (35% of max value = 765). Red value is 51 (20.31% from 255 or 18.82% from 271); Green value is 102 (40.23% from 255 or 37.64% from 271); Blue value is 118 (46.48% from 255 or 43.54% from 271); Max value from RGB is 118 - color contains mainly: blue. Hex color #336676 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #336676 is #CC9989. Grayscale: #585858. Windows color (decimal): -13408650 or 7759411. OLE color: 7759411.
HSL color Cylindrical-coordinate representation of color #336676: hue angle of 194.33º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #336676 is Cyan = 0.57, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 51 | 102 | 118 | - |
| CMYK | 0.57 | 0.14 | 0 | 0.54 |
| HSL | 194.33º | 0.4% | 0.33% | - |
| HSV(B) | 194.33º | 0.57% | 0.46% | - |
| XYZ | 9.39 | 11.51 | 18.87 | - |
| YUV | 88.58 | 144.6 | 101.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 102 | 118 | 0.57 | 0.14 | 0 | 0.54 | 194.33 | 0.4 | 0.33 |
| Hex | 33 | 66 | 76 | 39 | E | 0 | 36 | C2 | 28 | 21 |
| Octal | 63 | 146 | 166 | 71 | 16 | 0 | 66 | 302 | 50 | 41 |
| Binary | 110011 | 1100110 | 1110110 | 111001 | 1110 | 0 | 110110 | 11000010 | 101000 | 100001 |
Color Harmonies of #336676
Complementary color
Monochromatic Colors of #336676
Black with #336676
Text Example
Text Example
White with #336676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #336676; }
p { color: rgb(51,102,118); }
H1.HeaderClassName
{
color: #336676;
}
.AnyTagClassName
{
color: #336676;
}
</style>
background-color css
<style>
a { background-color: #336676; }
a { background-color: rgb(51,102,118); }
div.DivClassName
{
background-color: #336676;
}
.BgClassName
{
background-color: #336676;
}
</style>
border-color css
<style>
span { border-color: #336676; }
span { border-color: rgb(51,102,118); }
td.TdClassName
{
border-color: #336676;
}
.TagClassName
{
border-color: #336676;
}
</style>