Shades of Blumine #325B65
Tints of Blumine #325B65
RGB
CMYK
RGB Variations
Color information
#325B65 (or 0x325B65) is known color: Blumine. HEX triplet: 32, 5B and 65. RGB value is (50,91,101). Sum of RGB (Red+Green+Blue) = 50+91+101=242 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.66% from 242); Green value is 91 (35.94% from 255 or 37.60% from 242); Blue value is 101 (39.84% from 255 or 41.74% from 242); Max value from RGB is 101 - color contains mainly: blue. Hex color #325B65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325B65 is #CDA49A. Grayscale: #4F4F4F. Windows color (decimal): -13477019 or 6642482. OLE color: 6642482.
HSL color Cylindrical-coordinate representation of color #325B65: hue angle of 191.76º 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 #325B65 is Cyan = 0.50, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 50 | 91 | 101 | - |
| CMYK | 0.50 | 0.10 | 0 | 0.60 |
| HSL | 191.76º | 0.34% | 0.3% | - |
| HSV(B) | 191.76º | 0.5% | 0.4% | - |
| XYZ | 7.41 | 9.1 | 13.68 | - |
| YUV | 79.88 | 139.92 | 106.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 91 | 101 | 0.50 | 0.10 | 0 | 0.60 | 191.76 | 0.34 | 0.3 |
| Hex | 32 | 5B | 65 | 32 | A | 0 | 3C | C0 | 22 | 1E |
| Octal | 62 | 133 | 145 | 62 | 12 | 0 | 74 | 300 | 42 | 36 |
| Binary | 110010 | 1011011 | 1100101 | 110010 | 1010 | 0 | 111100 | 11000000 | 100010 | 11110 |
Color Harmonies of #325B65
Complementary color
Monochromatic Colors of #325B65
Black with #325B65
Text Example
Text Example
White with #325B65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325B65; }
p { color: rgb(50,91,101); }
H1.HeaderClassName
{
color: #325B65;
}
.AnyTagClassName
{
color: #325B65;
}
</style>
background-color css
<style>
a { background-color: #325B65; }
a { background-color: rgb(50,91,101); }
div.DivClassName
{
background-color: #325B65;
}
.BgClassName
{
background-color: #325B65;
}
</style>
border-color css
<style>
span { border-color: #325B65; }
span { border-color: rgb(50,91,101); }
td.TdClassName
{
border-color: #325B65;
}
.TagClassName
{
border-color: #325B65;
}
</style>