Shades of Blumine #325C74
Tints of Blumine #325C74
RGB
CMYK
RGB Variations
Color information
#325C74 (or 0x325C74) is known color: Blumine. HEX triplet: 32, 5C and 74. RGB value is (50,92,116). Sum of RGB (Red+Green+Blue) = 50+92+116=258 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.38% from 258); Green value is 92 (36.33% from 255 or 35.66% from 258); Blue value is 116 (45.70% from 255 or 44.96% from 258); Max value from RGB is 116 - color contains mainly: blue. Hex color #325C74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325C74 is #CDA38B. Grayscale: #525252. Windows color (decimal): -13476748 or 7625778. OLE color: 7625778.
HSL color Cylindrical-coordinate representation of color #325C74: hue angle of 201.82º 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 #325C74 is Cyan = 0.57, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 50 | 92 | 116 | - |
| CMYK | 0.57 | 0.21 | 0 | 0.55 |
| HSL | 201.82º | 0.4% | 0.33% | - |
| HSV(B) | 201.82º | 0.57% | 0.45% | - |
| XYZ | 8.29 | 9.59 | 17.94 | - |
| YUV | 82.18 | 147.09 | 105.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 92 | 116 | 0.57 | 0.21 | 0 | 0.55 | 201.82 | 0.4 | 0.33 |
| Hex | 32 | 5C | 74 | 39 | 15 | 0 | 37 | CA | 28 | 21 |
| Octal | 62 | 134 | 164 | 71 | 25 | 0 | 67 | 312 | 50 | 41 |
| Binary | 110010 | 1011100 | 1110100 | 111001 | 10101 | 0 | 110111 | 11001010 | 101000 | 100001 |
Color Harmonies of #325C74
Complementary color
Monochromatic Colors of #325C74
Black with #325C74
Text Example
Text Example
White with #325C74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325C74; }
p { color: rgb(50,92,116); }
H1.HeaderClassName
{
color: #325C74;
}
.AnyTagClassName
{
color: #325C74;
}
</style>
background-color css
<style>
a { background-color: #325C74; }
a { background-color: rgb(50,92,116); }
div.DivClassName
{
background-color: #325C74;
}
.BgClassName
{
background-color: #325C74;
}
</style>
border-color css
<style>
span { border-color: #325C74; }
span { border-color: rgb(50,92,116); }
td.TdClassName
{
border-color: #325C74;
}
.TagClassName
{
border-color: #325C74;
}
</style>