Shades of Blumine #32576C
Tints of Blumine #32576C
RGB
CMYK
RGB Variations
Color information
#32576C (or 0x32576C) is known color: Blumine. HEX triplet: 32, 57 and 6C. RGB value is (50,87,108). Sum of RGB (Red+Green+Blue) = 50+87+108=245 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.41% from 245); Green value is 87 (34.38% from 255 or 35.51% from 245); Blue value is 108 (42.58% from 255 or 44.08% from 245); Max value from RGB is 108 - color contains mainly: blue. Hex color #32576C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32576C is #CDA893. Grayscale: #4E4E4E. Windows color (decimal): -13478036 or 7100210. OLE color: 7100210.
HSL color Cylindrical-coordinate representation of color #32576C: hue angle of 201.72º degrees, saturation: 0.37, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #32576C is Cyan = 0.54, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 50 | 87 | 108 | - |
| CMYK | 0.54 | 0.19 | 0 | 0.58 |
| HSL | 201.72º | 0.37% | 0.31% | - |
| HSV(B) | 201.72º | 0.54% | 0.42% | - |
| XYZ | 7.43 | 8.58 | 15.45 | - |
| YUV | 78.33 | 144.74 | 107.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 87 | 108 | 0.54 | 0.19 | 0 | 0.58 | 201.72 | 0.37 | 0.31 |
| Hex | 32 | 57 | 6C | 36 | 13 | 0 | 3A | CA | 25 | 1F |
| Octal | 62 | 127 | 154 | 66 | 23 | 0 | 72 | 312 | 45 | 37 |
| Binary | 110010 | 1010111 | 1101100 | 110110 | 10011 | 0 | 111010 | 11001010 | 100101 | 11111 |
Color Harmonies of #32576C
Complementary color
Monochromatic Colors of #32576C
Black with #32576C
Text Example
Text Example
White with #32576C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32576C; }
p { color: rgb(50,87,108); }
H1.HeaderClassName
{
color: #32576C;
}
.AnyTagClassName
{
color: #32576C;
}
</style>
background-color css
<style>
a { background-color: #32576C; }
a { background-color: rgb(50,87,108); }
div.DivClassName
{
background-color: #32576C;
}
.BgClassName
{
background-color: #32576C;
}
</style>
border-color css
<style>
span { border-color: #32576C; }
span { border-color: rgb(50,87,108); }
td.TdClassName
{
border-color: #32576C;
}
.TagClassName
{
border-color: #32576C;
}
</style>