Shades of Blumine #325F6E
Tints of Blumine #325F6E
RGB
CMYK
RGB Variations
Color information
#325F6E (or 0x325F6E) is known color: Blumine. HEX triplet: 32, 5F and 6E. RGB value is (50,95,110). Sum of RGB (Red+Green+Blue) = 50+95+110=255 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.61% from 255); Green value is 95 (37.5% from 255 or 37.25% from 255); Blue value is 110 (43.36% from 255 or 43.14% from 255); Max value from RGB is 110 - color contains mainly: blue. Hex color #325F6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325F6E is #CDA091. Grayscale: #535353. Windows color (decimal): -13475986 or 7233330. OLE color: 7233330.
HSL color Cylindrical-coordinate representation of color #325F6E: hue angle of 195º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #325F6E is Cyan = 0.55, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 50 | 95 | 110 | - |
| CMYK | 0.55 | 0.14 | 0 | 0.57 |
| HSL | 195º | 0.38% | 0.31% | - |
| HSV(B) | 195º | 0.55% | 0.43% | - |
| XYZ | 8.22 | 9.99 | 16.25 | - |
| YUV | 83.26 | 143.09 | 104.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 95 | 110 | 0.55 | 0.14 | 0 | 0.57 | 195 | 0.38 | 0.31 |
| Hex | 32 | 5F | 6E | 37 | E | 0 | 39 | C3 | 26 | 1F |
| Octal | 62 | 137 | 156 | 67 | 16 | 0 | 71 | 303 | 46 | 37 |
| Binary | 110010 | 1011111 | 1101110 | 110111 | 1110 | 0 | 111001 | 11000011 | 100110 | 11111 |
Color Harmonies of #325F6E
Complementary color
Monochromatic Colors of #325F6E
Black with #325F6E
Text Example
Text Example
White with #325F6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325F6E; }
p { color: rgb(50,95,110); }
H1.HeaderClassName
{
color: #325F6E;
}
.AnyTagClassName
{
color: #325F6E;
}
</style>
background-color css
<style>
a { background-color: #325F6E; }
a { background-color: rgb(50,95,110); }
div.DivClassName
{
background-color: #325F6E;
}
.BgClassName
{
background-color: #325F6E;
}
</style>
border-color css
<style>
span { border-color: #325F6E; }
span { border-color: rgb(50,95,110); }
td.TdClassName
{
border-color: #325F6E;
}
.TagClassName
{
border-color: #325F6E;
}
</style>