Shades of Blumine #32666B
Tints of Blumine #32666B
RGB
CMYK
RGB Variations
Color information
#32666B (or 0x32666B) is known color: Blumine. HEX triplet: 32, 66 and 6B. RGB value is (50,102,107). Sum of RGB (Red+Green+Blue) = 50+102+107=259 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.31% from 259); Green value is 102 (40.23% from 255 or 39.38% from 259); Blue value is 107 (42.19% from 255 or 41.31% from 259); Max value from RGB is 107 - color contains mainly: blue. Hex color #32666B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32666B is #CD9994. Grayscale: #565656. Windows color (decimal): -13474197 or 7038514. OLE color: 7038514.
HSL color Cylindrical-coordinate representation of color #32666B: hue angle of 185.26º degrees, saturation: 0.36, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #32666B is Cyan = 0.53, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 50 | 102 | 107 | - |
| CMYK | 0.53 | 0.05 | 0 | 0.58 |
| HSL | 185.26º | 0.36% | 0.31% | - |
| HSV(B) | 185.26º | 0.53% | 0.42% | - |
| XYZ | 8.72 | 11.24 | 15.62 | - |
| YUV | 87.02 | 139.27 | 101.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 102 | 107 | 0.53 | 0.05 | 0 | 0.58 | 185.26 | 0.36 | 0.31 |
| Hex | 32 | 66 | 6B | 35 | 5 | 0 | 3A | B9 | 24 | 1F |
| Octal | 62 | 146 | 153 | 65 | 5 | 0 | 72 | 271 | 44 | 37 |
| Binary | 110010 | 1100110 | 1101011 | 110101 | 101 | 0 | 111010 | 10111001 | 100100 | 11111 |
Color Harmonies of #32666B
Complementary color
Monochromatic Colors of #32666B
Black with #32666B
Text Example
Text Example
White with #32666B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32666B; }
p { color: rgb(50,102,107); }
H1.HeaderClassName
{
color: #32666B;
}
.AnyTagClassName
{
color: #32666B;
}
</style>
background-color css
<style>
a { background-color: #32666B; }
a { background-color: rgb(50,102,107); }
div.DivClassName
{
background-color: #32666B;
}
.BgClassName
{
background-color: #32666B;
}
</style>
border-color css
<style>
span { border-color: #32666B; }
span { border-color: rgb(50,102,107); }
td.TdClassName
{
border-color: #32666B;
}
.TagClassName
{
border-color: #32666B;
}
</style>