Shades of Blumine #325E67
Tints of Blumine #325E67
RGB
CMYK
RGB Variations
Color information
#325E67 (or 0x325E67) is known color: Blumine. HEX triplet: 32, 5E and 67. RGB value is (50,94,103). Sum of RGB (Red+Green+Blue) = 50+94+103=247 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.24% from 247); Green value is 94 (37.11% from 255 or 38.06% from 247); Blue value is 103 (40.62% from 255 or 41.70% from 247); Max value from RGB is 103 - color contains mainly: blue. Hex color #325E67 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325E67 is #CDA198. Grayscale: #515151. Windows color (decimal): -13476249 or 6774322. OLE color: 6774322.
HSL color Cylindrical-coordinate representation of color #325E67: hue angle of 190.19º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #325E67 is Cyan = 0.51, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 50 | 94 | 103 | - |
| CMYK | 0.51 | 0.09 | 0 | 0.60 |
| HSL | 190.19º | 0.35% | 0.3% | - |
| HSV(B) | 190.19º | 0.51% | 0.4% | - |
| XYZ | 7.77 | 9.66 | 14.29 | - |
| YUV | 81.87 | 139.92 | 105.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 94 | 103 | 0.51 | 0.09 | 0 | 0.60 | 190.19 | 0.35 | 0.3 |
| Hex | 32 | 5E | 67 | 33 | 9 | 0 | 3C | BE | 23 | 1E |
| Octal | 62 | 136 | 147 | 63 | 11 | 0 | 74 | 276 | 43 | 36 |
| Binary | 110010 | 1011110 | 1100111 | 110011 | 1001 | 0 | 111100 | 10111110 | 100011 | 11110 |
Color Harmonies of #325E67
Complementary color
Monochromatic Colors of #325E67
Black with #325E67
Text Example
Text Example
White with #325E67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325E67; }
p { color: rgb(50,94,103); }
H1.HeaderClassName
{
color: #325E67;
}
.AnyTagClassName
{
color: #325E67;
}
</style>
background-color css
<style>
a { background-color: #325E67; }
a { background-color: rgb(50,94,103); }
div.DivClassName
{
background-color: #325E67;
}
.BgClassName
{
background-color: #325E67;
}
</style>
border-color css
<style>
span { border-color: #325E67; }
span { border-color: rgb(50,94,103); }
td.TdClassName
{
border-color: #325E67;
}
.TagClassName
{
border-color: #325E67;
}
</style>