Shades of Blumine #325D75
Tints of Blumine #325D75
RGB
CMYK
RGB Variations
Color information
#325D75 (or 0x325D75) is known color: Blumine. HEX triplet: 32, 5D and 75. RGB value is (50,93,117). Sum of RGB (Red+Green+Blue) = 50+93+117=260 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.23% from 260); Green value is 93 (36.72% from 255 or 35.77% from 260); Blue value is 117 (46.09% from 255 or 45% from 260); Max value from RGB is 117 - color contains mainly: blue. Hex color #325D75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325D75 is #CDA28A. Grayscale: #525252. Windows color (decimal): -13476491 or 7691570. OLE color: 7691570.
HSL color Cylindrical-coordinate representation of color #325D75: hue angle of 201.49º 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 #325D75 is Cyan = 0.57, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 50 | 93 | 117 | - |
| CMYK | 0.57 | 0.21 | 0 | 0.54 |
| HSL | 201.49º | 0.4% | 0.33% | - |
| HSV(B) | 201.49º | 0.57% | 0.46% | - |
| XYZ | 8.44 | 9.79 | 18.27 | - |
| YUV | 82.88 | 147.25 | 104.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 93 | 117 | 0.57 | 0.21 | 0 | 0.54 | 201.49 | 0.4 | 0.33 |
| Hex | 32 | 5D | 75 | 39 | 15 | 0 | 36 | C9 | 28 | 21 |
| Octal | 62 | 135 | 165 | 71 | 25 | 0 | 66 | 311 | 50 | 41 |
| Binary | 110010 | 1011101 | 1110101 | 111001 | 10101 | 0 | 110110 | 11001001 | 101000 | 100001 |
Color Harmonies of #325D75
Complementary color
Monochromatic Colors of #325D75
Black with #325D75
Text Example
Text Example
White with #325D75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325D75; }
p { color: rgb(50,93,117); }
H1.HeaderClassName
{
color: #325D75;
}
.AnyTagClassName
{
color: #325D75;
}
</style>
background-color css
<style>
a { background-color: #325D75; }
a { background-color: rgb(50,93,117); }
div.DivClassName
{
background-color: #325D75;
}
.BgClassName
{
background-color: #325D75;
}
</style>
border-color css
<style>
span { border-color: #325D75; }
span { border-color: rgb(50,93,117); }
td.TdClassName
{
border-color: #325D75;
}
.TagClassName
{
border-color: #325D75;
}
</style>