Shades of Blumine #325968
Tints of Blumine #325968
RGB
CMYK
RGB Variations
Color information
#325968 (or 0x325968) is known color: Blumine. HEX triplet: 32, 59 and 68. RGB value is (50,89,104). Sum of RGB (Red+Green+Blue) = 50+89+104=243 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.58% from 243); Green value is 89 (35.16% from 255 or 36.63% from 243); Blue value is 104 (41.02% from 255 or 42.80% from 243); Max value from RGB is 104 - color contains mainly: blue. Hex color #325968 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325968 is #CDA697. Grayscale: #4E4E4E. Windows color (decimal): -13477528 or 6838578. OLE color: 6838578.
HSL color Cylindrical-coordinate representation of color #325968: hue angle of 196.67º 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 #325968 is Cyan = 0.52, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 50 | 89 | 104 | - |
| CMYK | 0.52 | 0.14 | 0 | 0.59 |
| HSL | 196.67º | 0.35% | 0.3% | - |
| HSV(B) | 196.67º | 0.52% | 0.41% | - |
| XYZ | 7.39 | 8.82 | 14.41 | - |
| YUV | 79.05 | 142.08 | 107.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 89 | 104 | 0.52 | 0.14 | 0 | 0.59 | 196.67 | 0.35 | 0.3 |
| Hex | 32 | 59 | 68 | 34 | E | 0 | 3B | C5 | 23 | 1E |
| Octal | 62 | 131 | 150 | 64 | 16 | 0 | 73 | 305 | 43 | 36 |
| Binary | 110010 | 1011001 | 1101000 | 110100 | 1110 | 0 | 111011 | 11000101 | 100011 | 11110 |
Color Harmonies of #325968
Complementary color
Monochromatic Colors of #325968
Black with #325968
Text Example
Text Example
White with #325968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325968; }
p { color: rgb(50,89,104); }
H1.HeaderClassName
{
color: #325968;
}
.AnyTagClassName
{
color: #325968;
}
</style>
background-color css
<style>
a { background-color: #325968; }
a { background-color: rgb(50,89,104); }
div.DivClassName
{
background-color: #325968;
}
.BgClassName
{
background-color: #325968;
}
</style>
border-color css
<style>
span { border-color: #325968; }
span { border-color: rgb(50,89,104); }
td.TdClassName
{
border-color: #325968;
}
.TagClassName
{
border-color: #325968;
}
</style>