Shades of Blumine #325F6C
Tints of Blumine #325F6C
RGB
CMYK
RGB Variations
Color information
#325F6C (or 0x325F6C) is known color: Blumine. HEX triplet: 32, 5F and 6C. RGB value is (50,95,108). Sum of RGB (Red+Green+Blue) = 50+95+108=253 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.76% from 253); Green value is 95 (37.5% from 255 or 37.55% from 253); Blue value is 108 (42.58% from 255 or 42.69% from 253); Max value from RGB is 108 - color contains mainly: blue. Hex color #325F6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325F6C is #CDA093. Grayscale: #525252. Windows color (decimal): -13475988 or 7102258. OLE color: 7102258.
HSL color Cylindrical-coordinate representation of color #325F6C: hue angle of 193.45º degrees, saturation: 0.37, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #325F6C is Cyan = 0.54, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 50 | 95 | 108 | - |
| CMYK | 0.54 | 0.12 | 0 | 0.58 |
| HSL | 193.45º | 0.37% | 0.31% | - |
| HSV(B) | 193.45º | 0.54% | 0.42% | - |
| XYZ | 8.11 | 9.95 | 15.68 | - |
| YUV | 83.03 | 142.09 | 104.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 95 | 108 | 0.54 | 0.12 | 0 | 0.58 | 193.45 | 0.37 | 0.31 |
| Hex | 32 | 5F | 6C | 36 | C | 0 | 3A | C1 | 25 | 1F |
| Octal | 62 | 137 | 154 | 66 | 14 | 0 | 72 | 301 | 45 | 37 |
| Binary | 110010 | 1011111 | 1101100 | 110110 | 1100 | 0 | 111010 | 11000001 | 100101 | 11111 |
Color Harmonies of #325F6C
Complementary color
Monochromatic Colors of #325F6C
Black with #325F6C
Text Example
Text Example
White with #325F6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325F6C; }
p { color: rgb(50,95,108); }
H1.HeaderClassName
{
color: #325F6C;
}
.AnyTagClassName
{
color: #325F6C;
}
</style>
background-color css
<style>
a { background-color: #325F6C; }
a { background-color: rgb(50,95,108); }
div.DivClassName
{
background-color: #325F6C;
}
.BgClassName
{
background-color: #325F6C;
}
</style>
border-color css
<style>
span { border-color: #325F6C; }
span { border-color: rgb(50,95,108); }
td.TdClassName
{
border-color: #325F6C;
}
.TagClassName
{
border-color: #325F6C;
}
</style>