Shades of Blumine #336875
Tints of Blumine #336875
RGB
CMYK
RGB Variations
Color information
#336875 (or 0x336875) is known color: Blumine. HEX triplet: 33, 68 and 75. RGB value is (51,104,117). Sum of RGB (Red+Green+Blue) = 51+104+117=272 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.75% from 272); Green value is 104 (41.02% from 255 or 38.24% from 272); Blue value is 117 (46.09% from 255 or 43.01% from 272); Max value from RGB is 117 - color contains mainly: blue. Hex color #336875 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #336875 is #CC978A. Grayscale: #595959. Windows color (decimal): -13408139 or 7694387. OLE color: 7694387.
HSL color Cylindrical-coordinate representation of color #336875: hue angle of 191.82º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #336875 is Cyan = 0.56, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 51 | 104 | 117 | - |
| CMYK | 0.56 | 0.11 | 0 | 0.54 |
| HSL | 191.82º | 0.39% | 0.33% | - |
| HSV(B) | 191.82º | 0.56% | 0.46% | - |
| XYZ | 9.53 | 11.89 | 18.62 | - |
| YUV | 89.64 | 143.44 | 100.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 104 | 117 | 0.56 | 0.11 | 0 | 0.54 | 191.82 | 0.39 | 0.33 |
| Hex | 33 | 68 | 75 | 38 | B | 0 | 36 | C0 | 27 | 21 |
| Octal | 63 | 150 | 165 | 70 | 13 | 0 | 66 | 300 | 47 | 41 |
| Binary | 110011 | 1101000 | 1110101 | 111000 | 1011 | 0 | 110110 | 11000000 | 100111 | 100001 |
Color Harmonies of #336875
Complementary color
Monochromatic Colors of #336875
Black with #336875
Text Example
Text Example
White with #336875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #336875; }
p { color: rgb(51,104,117); }
H1.HeaderClassName
{
color: #336875;
}
.AnyTagClassName
{
color: #336875;
}
</style>
background-color css
<style>
a { background-color: #336875; }
a { background-color: rgb(51,104,117); }
div.DivClassName
{
background-color: #336875;
}
.BgClassName
{
background-color: #336875;
}
</style>
border-color css
<style>
span { border-color: #336875; }
span { border-color: rgb(51,104,117); }
td.TdClassName
{
border-color: #336875;
}
.TagClassName
{
border-color: #336875;
}
</style>