Shades of Blumine #336672
Tints of Blumine #336672
RGB
CMYK
RGB Variations
Color information
#336672 (or 0x336672) is known color: Blumine. HEX triplet: 33, 66 and 72. RGB value is (51,102,114). Sum of RGB (Red+Green+Blue) = 51+102+114=267 (35% of max value = 765). Red value is 51 (20.31% from 255 or 19.10% from 267); Green value is 102 (40.23% from 255 or 38.20% from 267); Blue value is 114 (44.92% from 255 or 42.70% from 267); Max value from RGB is 114 - color contains mainly: blue. Hex color #336672 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #336672 is #CC998D. Grayscale: #585858. Windows color (decimal): -13408654 or 7497267. OLE color: 7497267.
HSL color Cylindrical-coordinate representation of color #336672: hue angle of 191.43º 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 #336672 is Cyan = 0.55, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 51 | 102 | 114 | - |
| CMYK | 0.55 | 0.11 | 0 | 0.55 |
| HSL | 191.43º | 0.38% | 0.32% | - |
| HSV(B) | 191.43º | 0.55% | 0.45% | - |
| XYZ | 9.15 | 11.42 | 17.64 | - |
| YUV | 88.12 | 142.6 | 101.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 102 | 114 | 0.55 | 0.11 | 0 | 0.55 | 191.43 | 0.38 | 0.32 |
| Hex | 33 | 66 | 72 | 37 | B | 0 | 37 | BF | 26 | 20 |
| Octal | 63 | 146 | 162 | 67 | 13 | 0 | 67 | 277 | 46 | 40 |
| Binary | 110011 | 1100110 | 1110010 | 110111 | 1011 | 0 | 110111 | 10111111 | 100110 | 100000 |
Color Harmonies of #336672
Complementary color
Monochromatic Colors of #336672
Black with #336672
Text Example
Text Example
White with #336672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #336672; }
p { color: rgb(51,102,114); }
H1.HeaderClassName
{
color: #336672;
}
.AnyTagClassName
{
color: #336672;
}
</style>
background-color css
<style>
a { background-color: #336672; }
a { background-color: rgb(51,102,114); }
div.DivClassName
{
background-color: #336672;
}
.BgClassName
{
background-color: #336672;
}
</style>
border-color css
<style>
span { border-color: #336672; }
span { border-color: rgb(51,102,114); }
td.TdClassName
{
border-color: #336672;
}
.TagClassName
{
border-color: #336672;
}
</style>