Shades of Blumine #325C75
Tints of Blumine #325C75
RGB
CMYK
RGB Variations
Color information
#325C75 (or 0x325C75) is known color: Blumine. HEX triplet: 32, 5C and 75. RGB value is (50,92,117). Sum of RGB (Red+Green+Blue) = 50+92+117=259 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.31% from 259); Green value is 92 (36.33% from 255 or 35.52% from 259); Blue value is 117 (46.09% from 255 or 45.17% from 259); Max value from RGB is 117 - color contains mainly: blue. Hex color #325C75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325C75 is #CDA38A. Grayscale: #525252. Windows color (decimal): -13476747 or 7691314. OLE color: 7691314.
HSL color Cylindrical-coordinate representation of color #325C75: hue angle of 202.39º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #325C75 is Cyan = 0.57, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 50 | 92 | 117 | - |
| CMYK | 0.57 | 0.21 | 0 | 0.54 |
| HSL | 202.39º | 0.4% | 0.33% | - |
| HSV(B) | 202.39º | 0.57% | 0.46% | - |
| XYZ | 8.35 | 9.62 | 18.25 | - |
| YUV | 82.29 | 147.59 | 104.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 92 | 117 | 0.57 | 0.21 | 0 | 0.54 | 202.39 | 0.4 | 0.33 |
| Hex | 32 | 5C | 75 | 39 | 15 | 0 | 36 | CA | 28 | 21 |
| Octal | 62 | 134 | 165 | 71 | 25 | 0 | 66 | 312 | 50 | 41 |
| Binary | 110010 | 1011100 | 1110101 | 111001 | 10101 | 0 | 110110 | 11001010 | 101000 | 100001 |
Color Harmonies of #325C75
Complementary color
Monochromatic Colors of #325C75
Black with #325C75
Text Example
Text Example
White with #325C75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325C75; }
p { color: rgb(50,92,117); }
H1.HeaderClassName
{
color: #325C75;
}
.AnyTagClassName
{
color: #325C75;
}
</style>
background-color css
<style>
a { background-color: #325C75; }
a { background-color: rgb(50,92,117); }
div.DivClassName
{
background-color: #325C75;
}
.BgClassName
{
background-color: #325C75;
}
</style>
border-color css
<style>
span { border-color: #325C75; }
span { border-color: rgb(50,92,117); }
td.TdClassName
{
border-color: #325C75;
}
.TagClassName
{
border-color: #325C75;
}
</style>