Shades of Blumine #325A69
Tints of Blumine #325A69
RGB
CMYK
RGB Variations
Color information
#325A69 (or 0x325A69) is known color: Blumine. HEX triplet: 32, 5A and 69. RGB value is (50,90,105). Sum of RGB (Red+Green+Blue) = 50+90+105=245 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.41% from 245); Green value is 90 (35.55% from 255 or 36.73% from 245); Blue value is 105 (41.41% from 255 or 42.86% from 245); Max value from RGB is 105 - color contains mainly: blue. Hex color #325A69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325A69 is #CDA596. Grayscale: #4F4F4F. Windows color (decimal): -13477271 or 6904370. OLE color: 6904370.
HSL color Cylindrical-coordinate representation of color #325A69: hue angle of 196.36º 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 #325A69 is Cyan = 0.52, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 50 | 90 | 105 | - |
| CMYK | 0.52 | 0.14 | 0 | 0.59 |
| HSL | 196.36º | 0.35% | 0.3% | - |
| HSV(B) | 196.36º | 0.52% | 0.41% | - |
| XYZ | 7.52 | 9.01 | 14.71 | - |
| YUV | 79.75 | 142.25 | 106.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 90 | 105 | 0.52 | 0.14 | 0 | 0.59 | 196.36 | 0.35 | 0.3 |
| Hex | 32 | 5A | 69 | 34 | E | 0 | 3B | C4 | 23 | 1E |
| Octal | 62 | 132 | 151 | 64 | 16 | 0 | 73 | 304 | 43 | 36 |
| Binary | 110010 | 1011010 | 1101001 | 110100 | 1110 | 0 | 111011 | 11000100 | 100011 | 11110 |
Color Harmonies of #325A69
Complementary color
Monochromatic Colors of #325A69
Black with #325A69
Text Example
Text Example
White with #325A69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325A69; }
p { color: rgb(50,90,105); }
H1.HeaderClassName
{
color: #325A69;
}
.AnyTagClassName
{
color: #325A69;
}
</style>
background-color css
<style>
a { background-color: #325A69; }
a { background-color: rgb(50,90,105); }
div.DivClassName
{
background-color: #325A69;
}
.BgClassName
{
background-color: #325A69;
}
</style>
border-color css
<style>
span { border-color: #325A69; }
span { border-color: rgb(50,90,105); }
td.TdClassName
{
border-color: #325A69;
}
.TagClassName
{
border-color: #325A69;
}
</style>