Shades of Blumine #336677
Tints of Blumine #336677
RGB
CMYK
RGB Variations
Color information
#336677 (or 0x336677) is known color: Blumine. HEX triplet: 33, 66 and 77. RGB value is (51,102,119). Sum of RGB (Red+Green+Blue) = 51+102+119=272 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.75% from 272); Green value is 102 (40.23% from 255 or 37.5% from 272); Blue value is 119 (46.88% from 255 or 43.75% from 272); Max value from RGB is 119 - color contains mainly: blue. Hex color #336677 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #336677 is #CC9988. Grayscale: #585858. Windows color (decimal): -13408649 or 7824947. OLE color: 7824947.
HSL color Cylindrical-coordinate representation of color #336677: hue angle of 195º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #336677 is Cyan = 0.57, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 51 | 102 | 119 | - |
| CMYK | 0.57 | 0.14 | 0 | 0.53 |
| HSL | 195º | 0.4% | 0.33% | - |
| HSV(B) | 195º | 0.57% | 0.47% | - |
| XYZ | 9.45 | 11.54 | 19.18 | - |
| YUV | 88.69 | 145.1 | 101.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 102 | 119 | 0.57 | 0.14 | 0 | 0.53 | 195 | 0.4 | 0.33 |
| Hex | 33 | 66 | 77 | 39 | E | 0 | 35 | C3 | 28 | 21 |
| Octal | 63 | 146 | 167 | 71 | 16 | 0 | 65 | 303 | 50 | 41 |
| Binary | 110011 | 1100110 | 1110111 | 111001 | 1110 | 0 | 110101 | 11000011 | 101000 | 100001 |
Color Harmonies of #336677
Complementary color
Monochromatic Colors of #336677
Black with #336677
Text Example
Text Example
White with #336677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #336677; }
p { color: rgb(51,102,119); }
H1.HeaderClassName
{
color: #336677;
}
.AnyTagClassName
{
color: #336677;
}
</style>
background-color css
<style>
a { background-color: #336677; }
a { background-color: rgb(51,102,119); }
div.DivClassName
{
background-color: #336677;
}
.BgClassName
{
background-color: #336677;
}
</style>
border-color css
<style>
span { border-color: #336677; }
span { border-color: rgb(51,102,119); }
td.TdClassName
{
border-color: #336677;
}
.TagClassName
{
border-color: #336677;
}
</style>