Shades of Blumine #336772
Tints of Blumine #336772
RGB
CMYK
RGB Variations
Color information
#336772 (or 0x336772) is known color: Blumine. HEX triplet: 33, 67 and 72. RGB value is (51,103,114). Sum of RGB (Red+Green+Blue) = 51+103+114=268 (35% of max value = 765). Red value is 51 (20.31% from 255 or 19.03% from 268); Green value is 103 (40.62% from 255 or 38.43% from 268); Blue value is 114 (44.92% from 255 or 42.54% from 268); Max value from RGB is 114 - color contains mainly: blue. Hex color #336772 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #336772 is #CC988D. Grayscale: #585858. Windows color (decimal): -13408398 or 7497523. OLE color: 7497523.
HSL color Cylindrical-coordinate representation of color #336772: hue angle of 190.48º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #336772 is Cyan = 0.55, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 51 | 103 | 114 | - |
| CMYK | 0.55 | 0.10 | 0 | 0.55 |
| HSL | 190.48º | 0.38% | 0.32% | - |
| HSV(B) | 190.48º | 0.55% | 0.45% | - |
| XYZ | 9.25 | 11.62 | 17.67 | - |
| YUV | 88.71 | 142.27 | 101.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 103 | 114 | 0.55 | 0.10 | 0 | 0.55 | 190.48 | 0.38 | 0.32 |
| Hex | 33 | 67 | 72 | 37 | A | 0 | 37 | BE | 26 | 20 |
| Octal | 63 | 147 | 162 | 67 | 12 | 0 | 67 | 276 | 46 | 40 |
| Binary | 110011 | 1100111 | 1110010 | 110111 | 1010 | 0 | 110111 | 10111110 | 100110 | 100000 |
Color Harmonies of #336772
Complementary color
Monochromatic Colors of #336772
Black with #336772
Text Example
Text Example
White with #336772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #336772; }
p { color: rgb(51,103,114); }
H1.HeaderClassName
{
color: #336772;
}
.AnyTagClassName
{
color: #336772;
}
</style>
background-color css
<style>
a { background-color: #336772; }
a { background-color: rgb(51,103,114); }
div.DivClassName
{
background-color: #336772;
}
.BgClassName
{
background-color: #336772;
}
</style>
border-color css
<style>
span { border-color: #336772; }
span { border-color: rgb(51,103,114); }
td.TdClassName
{
border-color: #336772;
}
.TagClassName
{
border-color: #336772;
}
</style>