Shades of Blumine #325F6A
Tints of Blumine #325F6A
RGB
CMYK
RGB Variations
Color information
#325F6A (or 0x325F6A) is known color: Blumine. HEX triplet: 32, 5F and 6A. RGB value is (50,95,106). Sum of RGB (Red+Green+Blue) = 50+95+106=251 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.92% from 251); Green value is 95 (37.5% from 255 or 37.85% from 251); Blue value is 106 (41.80% from 255 or 42.23% from 251); Max value from RGB is 106 - color contains mainly: blue. Hex color #325F6A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325F6A is #CDA095. Grayscale: #525252. Windows color (decimal): -13475990 or 6971186. OLE color: 6971186.
HSL color Cylindrical-coordinate representation of color #325F6A: hue angle of 191.79º degrees, saturation: 0.36, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #325F6A is Cyan = 0.53, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 50 | 95 | 106 | - |
| CMYK | 0.53 | 0.10 | 0 | 0.58 |
| HSL | 191.79º | 0.36% | 0.31% | - |
| HSV(B) | 191.79º | 0.53% | 0.42% | - |
| XYZ | 8.01 | 9.9 | 15.13 | - |
| YUV | 82.8 | 141.09 | 104.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 95 | 106 | 0.53 | 0.10 | 0 | 0.58 | 191.79 | 0.36 | 0.31 |
| Hex | 32 | 5F | 6A | 35 | A | 0 | 3A | C0 | 24 | 1F |
| Octal | 62 | 137 | 152 | 65 | 12 | 0 | 72 | 300 | 44 | 37 |
| Binary | 110010 | 1011111 | 1101010 | 110101 | 1010 | 0 | 111010 | 11000000 | 100100 | 11111 |
Color Harmonies of #325F6A
Complementary color
Monochromatic Colors of #325F6A
Black with #325F6A
Text Example
Text Example
White with #325F6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325F6A; }
p { color: rgb(50,95,106); }
H1.HeaderClassName
{
color: #325F6A;
}
.AnyTagClassName
{
color: #325F6A;
}
</style>
background-color css
<style>
a { background-color: #325F6A; }
a { background-color: rgb(50,95,106); }
div.DivClassName
{
background-color: #325F6A;
}
.BgClassName
{
background-color: #325F6A;
}
</style>
border-color css
<style>
span { border-color: #325F6A; }
span { border-color: rgb(50,95,106); }
td.TdClassName
{
border-color: #325F6A;
}
.TagClassName
{
border-color: #325F6A;
}
</style>