Shades of Blumine #325B74
Tints of Blumine #325B74
RGB
CMYK
RGB Variations
Color information
#325B74 (or 0x325B74) is known color: Blumine. HEX triplet: 32, 5B and 74. RGB value is (50,91,116). Sum of RGB (Red+Green+Blue) = 50+91+116=257 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.46% from 257); Green value is 91 (35.94% from 255 or 35.41% from 257); Blue value is 116 (45.70% from 255 or 45.14% from 257); Max value from RGB is 116 - color contains mainly: blue. Hex color #325B74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325B74 is #CDA48B. Grayscale: #515151. Windows color (decimal): -13477004 or 7625522. OLE color: 7625522.
HSL color Cylindrical-coordinate representation of color #325B74: hue angle of 202.73º 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 #325B74 is Cyan = 0.57, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 50 | 91 | 116 | - |
| CMYK | 0.57 | 0.22 | 0 | 0.55 |
| HSL | 202.73º | 0.4% | 0.33% | - |
| HSV(B) | 202.73º | 0.57% | 0.45% | - |
| XYZ | 8.21 | 9.42 | 17.91 | - |
| YUV | 81.59 | 147.42 | 105.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 91 | 116 | 0.57 | 0.22 | 0 | 0.55 | 202.73 | 0.4 | 0.33 |
| Hex | 32 | 5B | 74 | 39 | 16 | 0 | 37 | CB | 28 | 21 |
| Octal | 62 | 133 | 164 | 71 | 26 | 0 | 67 | 313 | 50 | 41 |
| Binary | 110010 | 1011011 | 1110100 | 111001 | 10110 | 0 | 110111 | 11001011 | 101000 | 100001 |
Color Harmonies of #325B74
Complementary color
Monochromatic Colors of #325B74
Black with #325B74
Text Example
Text Example
White with #325B74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325B74; }
p { color: rgb(50,91,116); }
H1.HeaderClassName
{
color: #325B74;
}
.AnyTagClassName
{
color: #325B74;
}
</style>
background-color css
<style>
a { background-color: #325B74; }
a { background-color: rgb(50,91,116); }
div.DivClassName
{
background-color: #325B74;
}
.BgClassName
{
background-color: #325B74;
}
</style>
border-color css
<style>
span { border-color: #325B74; }
span { border-color: rgb(50,91,116); }
td.TdClassName
{
border-color: #325B74;
}
.TagClassName
{
border-color: #325B74;
}
</style>