Shades of Blumine #336177
Tints of Blumine #336177
RGB
CMYK
RGB Variations
Color information
#336177 (or 0x336177) is known color: Blumine. HEX triplet: 33, 61 and 77. RGB value is (51,97,119). Sum of RGB (Red+Green+Blue) = 51+97+119=267 (35% of max value = 765). Red value is 51 (20.31% from 255 or 19.10% from 267); Green value is 97 (38.28% from 255 or 36.33% from 267); Blue value is 119 (46.88% from 255 or 44.57% from 267); Max value from RGB is 119 - color contains mainly: blue. Hex color #336177 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #336177 is #CC9E88. Grayscale: #555555. Windows color (decimal): -13409929 or 7823667. OLE color: 7823667.
HSL color Cylindrical-coordinate representation of color #336177: hue angle of 199.41º 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 #336177 is Cyan = 0.57, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 51 | 97 | 119 | - |
| CMYK | 0.57 | 0.18 | 0 | 0.53 |
| HSL | 199.41º | 0.4% | 0.33% | - |
| HSV(B) | 199.41º | 0.57% | 0.47% | - |
| XYZ | 8.97 | 10.59 | 19.02 | - |
| YUV | 85.75 | 146.76 | 103.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 97 | 119 | 0.57 | 0.18 | 0 | 0.53 | 199.41 | 0.4 | 0.33 |
| Hex | 33 | 61 | 77 | 39 | 12 | 0 | 35 | C7 | 28 | 21 |
| Octal | 63 | 141 | 167 | 71 | 22 | 0 | 65 | 307 | 50 | 41 |
| Binary | 110011 | 1100001 | 1110111 | 111001 | 10010 | 0 | 110101 | 11000111 | 101000 | 100001 |
Color Harmonies of #336177
Complementary color
Monochromatic Colors of #336177
Black with #336177
Text Example
Text Example
White with #336177
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #336177; }
p { color: rgb(51,97,119); }
H1.HeaderClassName
{
color: #336177;
}
.AnyTagClassName
{
color: #336177;
}
</style>
background-color css
<style>
a { background-color: #336177; }
a { background-color: rgb(51,97,119); }
div.DivClassName
{
background-color: #336177;
}
.BgClassName
{
background-color: #336177;
}
</style>
border-color css
<style>
span { border-color: #336177; }
span { border-color: rgb(51,97,119); }
td.TdClassName
{
border-color: #336177;
}
.TagClassName
{
border-color: #336177;
}
</style>