Shades of Blumine #325B68
Tints of Blumine #325B68
RGB
CMYK
RGB Variations
Color information
#325B68 (or 0x325B68) is known color: Blumine. HEX triplet: 32, 5B and 68. RGB value is (50,91,104). Sum of RGB (Red+Green+Blue) = 50+91+104=245 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.41% from 245); Green value is 91 (35.94% from 255 or 37.14% from 245); Blue value is 104 (41.02% from 255 or 42.45% from 245); Max value from RGB is 104 - color contains mainly: blue. Hex color #325B68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325B68 is #CDA497. Grayscale: #505050. Windows color (decimal): -13477016 or 6839090. OLE color: 6839090.
HSL color Cylindrical-coordinate representation of color #325B68: hue angle of 194.44º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #325B68 is Cyan = 0.52, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 50 | 91 | 104 | - |
| CMYK | 0.52 | 0.12 | 0 | 0.59 |
| HSL | 194.44º | 0.35% | 0.3% | - |
| HSV(B) | 194.44º | 0.52% | 0.41% | - |
| XYZ | 7.56 | 9.16 | 14.47 | - |
| YUV | 80.22 | 141.42 | 106.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 91 | 104 | 0.52 | 0.12 | 0 | 0.59 | 194.44 | 0.35 | 0.3 |
| Hex | 32 | 5B | 68 | 34 | C | 0 | 3B | C2 | 23 | 1E |
| Octal | 62 | 133 | 150 | 64 | 14 | 0 | 73 | 302 | 43 | 36 |
| Binary | 110010 | 1011011 | 1101000 | 110100 | 1100 | 0 | 111011 | 11000010 | 100011 | 11110 |
Color Harmonies of #325B68
Complementary color
Monochromatic Colors of #325B68
Black with #325B68
Text Example
Text Example
White with #325B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325B68; }
p { color: rgb(50,91,104); }
H1.HeaderClassName
{
color: #325B68;
}
.AnyTagClassName
{
color: #325B68;
}
</style>
background-color css
<style>
a { background-color: #325B68; }
a { background-color: rgb(50,91,104); }
div.DivClassName
{
background-color: #325B68;
}
.BgClassName
{
background-color: #325B68;
}
</style>
border-color css
<style>
span { border-color: #325B68; }
span { border-color: rgb(50,91,104); }
td.TdClassName
{
border-color: #325B68;
}
.TagClassName
{
border-color: #325B68;
}
</style>