Shades of Blumine #325665
Tints of Blumine #325665
RGB
CMYK
RGB Variations
Color information
#325665 (or 0x325665) is known color: Blumine. HEX triplet: 32, 56 and 65. RGB value is (50,86,101). Sum of RGB (Red+Green+Blue) = 50+86+101=237 (31% of max value = 765). Red value is 50 (19.92% from 255 or 21.10% from 237); Green value is 86 (33.98% from 255 or 36.29% from 237); Blue value is 101 (39.84% from 255 or 42.62% from 237); Max value from RGB is 101 - color contains mainly: blue. Hex color #325665 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325665 is #CDA99A. Grayscale: #4C4C4C. Windows color (decimal): -13478299 or 6641202. OLE color: 6641202.
HSL color Cylindrical-coordinate representation of color #325665: hue angle of 197.65º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #325665 is Cyan = 0.50, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 50 | 86 | 101 | - |
| CMYK | 0.50 | 0.15 | 0 | 0.60 |
| HSL | 197.65º | 0.34% | 0.3% | - |
| HSV(B) | 197.65º | 0.5% | 0.4% | - |
| XYZ | 6.99 | 8.27 | 13.54 | - |
| YUV | 76.95 | 141.57 | 108.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 86 | 101 | 0.50 | 0.15 | 0 | 0.60 | 197.65 | 0.34 | 0.3 |
| Hex | 32 | 56 | 65 | 32 | F | 0 | 3C | C6 | 22 | 1E |
| Octal | 62 | 126 | 145 | 62 | 17 | 0 | 74 | 306 | 42 | 36 |
| Binary | 110010 | 1010110 | 1100101 | 110010 | 1111 | 0 | 111100 | 11000110 | 100010 | 11110 |
Color Harmonies of #325665
Complementary color
Monochromatic Colors of #325665
Black with #325665
Text Example
Text Example
White with #325665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325665; }
p { color: rgb(50,86,101); }
H1.HeaderClassName
{
color: #325665;
}
.AnyTagClassName
{
color: #325665;
}
</style>
background-color css
<style>
a { background-color: #325665; }
a { background-color: rgb(50,86,101); }
div.DivClassName
{
background-color: #325665;
}
.BgClassName
{
background-color: #325665;
}
</style>
border-color css
<style>
span { border-color: #325665; }
span { border-color: rgb(50,86,101); }
td.TdClassName
{
border-color: #325665;
}
.TagClassName
{
border-color: #325665;
}
</style>