Shades of Blumine #325D70
Tints of Blumine #325D70
RGB
CMYK
RGB Variations
Color information
#325D70 (or 0x325D70) is known color: Blumine. HEX triplet: 32, 5D and 70. RGB value is (50,93,112). Sum of RGB (Red+Green+Blue) = 50+93+112=255 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.61% from 255); Green value is 93 (36.72% from 255 or 36.47% from 255); Blue value is 112 (44.14% from 255 or 43.92% from 255); Max value from RGB is 112 - color contains mainly: blue. Hex color #325D70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325D70 is #CDA28F. Grayscale: #525252. Windows color (decimal): -13476496 or 7363890. OLE color: 7363890.
HSL color Cylindrical-coordinate representation of color #325D70: hue angle of 198.39º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #325D70 is Cyan = 0.55, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 50 | 93 | 112 | - |
| CMYK | 0.55 | 0.17 | 0 | 0.56 |
| HSL | 198.39º | 0.38% | 0.32% | - |
| HSV(B) | 198.39º | 0.55% | 0.44% | - |
| XYZ | 8.15 | 9.68 | 16.77 | - |
| YUV | 82.31 | 144.75 | 104.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 93 | 112 | 0.55 | 0.17 | 0 | 0.56 | 198.39 | 0.38 | 0.32 |
| Hex | 32 | 5D | 70 | 37 | 11 | 0 | 38 | C6 | 26 | 20 |
| Octal | 62 | 135 | 160 | 67 | 21 | 0 | 70 | 306 | 46 | 40 |
| Binary | 110010 | 1011101 | 1110000 | 110111 | 10001 | 0 | 111000 | 11000110 | 100110 | 100000 |
Color Harmonies of #325D70
Complementary color
Monochromatic Colors of #325D70
Black with #325D70
Text Example
Text Example
White with #325D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325D70; }
p { color: rgb(50,93,112); }
H1.HeaderClassName
{
color: #325D70;
}
.AnyTagClassName
{
color: #325D70;
}
</style>
background-color css
<style>
a { background-color: #325D70; }
a { background-color: rgb(50,93,112); }
div.DivClassName
{
background-color: #325D70;
}
.BgClassName
{
background-color: #325D70;
}
</style>
border-color css
<style>
span { border-color: #325D70; }
span { border-color: rgb(50,93,112); }
td.TdClassName
{
border-color: #325D70;
}
.TagClassName
{
border-color: #325D70;
}
</style>