Shades of Blumine #325769
Tints of Blumine #325769
RGB
CMYK
RGB Variations
Color information
#325769 (or 0x325769) is known color: Blumine. HEX triplet: 32, 57 and 69. RGB value is (50,87,105). Sum of RGB (Red+Green+Blue) = 50+87+105=242 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.66% from 242); Green value is 87 (34.38% from 255 or 35.95% from 242); Blue value is 105 (41.41% from 255 or 43.39% from 242); Max value from RGB is 105 - color contains mainly: blue. Hex color #325769 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325769 is #CDA896. Grayscale: #4D4D4D. Windows color (decimal): -13478039 or 6903602. OLE color: 6903602.
HSL color Cylindrical-coordinate representation of color #325769: hue angle of 199.64º 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 #325769 is Cyan = 0.52, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 50 | 87 | 105 | - |
| CMYK | 0.52 | 0.17 | 0 | 0.59 |
| HSL | 199.64º | 0.35% | 0.3% | - |
| HSV(B) | 199.64º | 0.52% | 0.41% | - |
| XYZ | 7.27 | 8.51 | 14.62 | - |
| YUV | 77.99 | 143.24 | 108.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 87 | 105 | 0.52 | 0.17 | 0 | 0.59 | 199.64 | 0.35 | 0.3 |
| Hex | 32 | 57 | 69 | 34 | 11 | 0 | 3B | C8 | 23 | 1E |
| Octal | 62 | 127 | 151 | 64 | 21 | 0 | 73 | 310 | 43 | 36 |
| Binary | 110010 | 1010111 | 1101001 | 110100 | 10001 | 0 | 111011 | 11001000 | 100011 | 11110 |
Color Harmonies of #325769
Complementary color
Monochromatic Colors of #325769
Black with #325769
Text Example
Text Example
White with #325769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325769; }
p { color: rgb(50,87,105); }
H1.HeaderClassName
{
color: #325769;
}
.AnyTagClassName
{
color: #325769;
}
</style>
background-color css
<style>
a { background-color: #325769; }
a { background-color: rgb(50,87,105); }
div.DivClassName
{
background-color: #325769;
}
.BgClassName
{
background-color: #325769;
}
</style>
border-color css
<style>
span { border-color: #325769; }
span { border-color: rgb(50,87,105); }
td.TdClassName
{
border-color: #325769;
}
.TagClassName
{
border-color: #325769;
}
</style>