Shades of Blumine #325869
Tints of Blumine #325869
RGB
CMYK
RGB Variations
Color information
#325869 (or 0x325869) is known color: Blumine. HEX triplet: 32, 58 and 69. RGB value is (50,88,105). Sum of RGB (Red+Green+Blue) = 50+88+105=243 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.58% from 243); Green value is 88 (34.77% from 255 or 36.21% from 243); Blue value is 105 (41.41% from 255 or 43.21% from 243); Max value from RGB is 105 - color contains mainly: blue. Hex color #325869 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325869 is #CDA796. Grayscale: #4E4E4E. Windows color (decimal): -13477783 or 6903858. OLE color: 6903858.
HSL color Cylindrical-coordinate representation of color #325869: hue angle of 198.55º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #325869 is Cyan = 0.52, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 50 | 88 | 105 | - |
| CMYK | 0.52 | 0.16 | 0 | 0.59 |
| HSL | 198.55º | 0.35% | 0.3% | - |
| HSV(B) | 198.55º | 0.52% | 0.41% | - |
| XYZ | 7.35 | 8.68 | 14.65 | - |
| YUV | 78.58 | 142.91 | 107.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 88 | 105 | 0.52 | 0.16 | 0 | 0.59 | 198.55 | 0.35 | 0.3 |
| Hex | 32 | 58 | 69 | 34 | 10 | 0 | 3B | C7 | 23 | 1E |
| Octal | 62 | 130 | 151 | 64 | 20 | 0 | 73 | 307 | 43 | 36 |
| Binary | 110010 | 1011000 | 1101001 | 110100 | 10000 | 0 | 111011 | 11000111 | 100011 | 11110 |
Color Harmonies of #325869
Complementary color
Monochromatic Colors of #325869
Black with #325869
Text Example
Text Example
White with #325869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325869; }
p { color: rgb(50,88,105); }
H1.HeaderClassName
{
color: #325869;
}
.AnyTagClassName
{
color: #325869;
}
</style>
background-color css
<style>
a { background-color: #325869; }
a { background-color: rgb(50,88,105); }
div.DivClassName
{
background-color: #325869;
}
.BgClassName
{
background-color: #325869;
}
</style>
border-color css
<style>
span { border-color: #325869; }
span { border-color: rgb(50,88,105); }
td.TdClassName
{
border-color: #325869;
}
.TagClassName
{
border-color: #325869;
}
</style>