Shades of Blumine #325D66
Tints of Blumine #325D66
RGB
CMYK
RGB Variations
Color information
#325D66 (or 0x325D66) is known color: Blumine. HEX triplet: 32, 5D and 66. RGB value is (50,93,102). Sum of RGB (Red+Green+Blue) = 50+93+102=245 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.41% from 245); Green value is 93 (36.72% from 255 or 37.96% from 245); Blue value is 102 (40.23% from 255 or 41.63% from 245); Max value from RGB is 102 - color contains mainly: blue. Hex color #325D66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325D66 is #CDA299. Grayscale: #515151. Windows color (decimal): -13476506 or 6708530. OLE color: 6708530.
HSL color Cylindrical-coordinate representation of color #325D66: hue angle of 190.38º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #325D66 is Cyan = 0.51, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 50 | 93 | 102 | - |
| CMYK | 0.51 | 0.09 | 0 | 0.6 |
| HSL | 190.38º | 0.34% | 0.3% | - |
| HSV(B) | 190.38º | 0.51% | 0.4% | - |
| XYZ | 7.63 | 9.47 | 14 | - |
| YUV | 81.17 | 139.75 | 105.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 93 | 102 | 0.51 | 0.09 | 0 | 0.6 | 190.38 | 0.34 | 0.3 |
| Hex | 32 | 5D | 66 | 33 | 9 | 0 | 3C | BE | 22 | 1E |
| Octal | 62 | 135 | 146 | 63 | 11 | 0 | 74 | 276 | 42 | 36 |
| Binary | 110010 | 1011101 | 1100110 | 110011 | 1001 | 0 | 111100 | 10111110 | 100010 | 11110 |
Color Harmonies of #325D66
Complementary color
Monochromatic Colors of #325D66
Black with #325D66
Text Example
Text Example
White with #325D66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325D66; }
p { color: rgb(50,93,102); }
H1.HeaderClassName
{
color: #325D66;
}
.AnyTagClassName
{
color: #325D66;
}
</style>
background-color css
<style>
a { background-color: #325D66; }
a { background-color: rgb(50,93,102); }
div.DivClassName
{
background-color: #325D66;
}
.BgClassName
{
background-color: #325D66;
}
</style>
border-color css
<style>
span { border-color: #325D66; }
span { border-color: rgb(50,93,102); }
td.TdClassName
{
border-color: #325D66;
}
.TagClassName
{
border-color: #325D66;
}
</style>