Shades of Blumine #325E74
Tints of Blumine #325E74
RGB
CMYK
RGB Variations
Color information
#325E74 (or 0x325E74) is known color: Blumine. HEX triplet: 32, 5E and 74. RGB value is (50,94,116). Sum of RGB (Red+Green+Blue) = 50+94+116=260 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.23% from 260); Green value is 94 (37.11% from 255 or 36.15% from 260); Blue value is 116 (45.70% from 255 or 44.62% from 260); Max value from RGB is 116 - color contains mainly: blue. Hex color #325E74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325E74 is #CDA18B. Grayscale: #535353. Windows color (decimal): -13476236 or 7626290. OLE color: 7626290.
HSL color Cylindrical-coordinate representation of color #325E74: hue angle of 200º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #325E74 is Cyan = 0.57, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 50 | 94 | 116 | - |
| CMYK | 0.57 | 0.19 | 0 | 0.55 |
| HSL | 200º | 0.4% | 0.33% | - |
| HSV(B) | 200º | 0.57% | 0.45% | - |
| XYZ | 8.47 | 9.94 | 18 | - |
| YUV | 83.35 | 146.42 | 104.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 94 | 116 | 0.57 | 0.19 | 0 | 0.55 | 200 | 0.4 | 0.33 |
| Hex | 32 | 5E | 74 | 39 | 13 | 0 | 37 | C8 | 28 | 21 |
| Octal | 62 | 136 | 164 | 71 | 23 | 0 | 67 | 310 | 50 | 41 |
| Binary | 110010 | 1011110 | 1110100 | 111001 | 10011 | 0 | 110111 | 11001000 | 101000 | 100001 |
Color Harmonies of #325E74
Complementary color
Monochromatic Colors of #325E74
Black with #325E74
Text Example
Text Example
White with #325E74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325E74; }
p { color: rgb(50,94,116); }
H1.HeaderClassName
{
color: #325E74;
}
.AnyTagClassName
{
color: #325E74;
}
</style>
background-color css
<style>
a { background-color: #325E74; }
a { background-color: rgb(50,94,116); }
div.DivClassName
{
background-color: #325E74;
}
.BgClassName
{
background-color: #325E74;
}
</style>
border-color css
<style>
span { border-color: #325E74; }
span { border-color: rgb(50,94,116); }
td.TdClassName
{
border-color: #325E74;
}
.TagClassName
{
border-color: #325E74;
}
</style>