Shades of Blumine #326374
Tints of Blumine #326374
RGB
CMYK
RGB Variations
Color information
#326374 (or 0x326374) is known color: Blumine. HEX triplet: 32, 63 and 74. RGB value is (50,99,116). Sum of RGB (Red+Green+Blue) = 50+99+116=265 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.87% from 265); Green value is 99 (39.06% from 255 or 37.36% from 265); Blue value is 116 (45.70% from 255 or 43.77% from 265); Max value from RGB is 116 - color contains mainly: blue. Hex color #326374 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326374 is #CD9C8B. Grayscale: #565656. Windows color (decimal): -13474956 or 7627570. OLE color: 7627570.
HSL color Cylindrical-coordinate representation of color #326374: hue angle of 195.45º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #326374 is Cyan = 0.57, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 50 | 99 | 116 | - |
| CMYK | 0.57 | 0.15 | 0 | 0.55 |
| HSL | 195.45º | 0.4% | 0.33% | - |
| HSV(B) | 195.45º | 0.57% | 0.45% | - |
| XYZ | 8.93 | 10.86 | 18.15 | - |
| YUV | 86.29 | 144.77 | 102.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 99 | 116 | 0.57 | 0.15 | 0 | 0.55 | 195.45 | 0.4 | 0.33 |
| Hex | 32 | 63 | 74 | 39 | F | 0 | 37 | C3 | 28 | 21 |
| Octal | 62 | 143 | 164 | 71 | 17 | 0 | 67 | 303 | 50 | 41 |
| Binary | 110010 | 1100011 | 1110100 | 111001 | 1111 | 0 | 110111 | 11000011 | 101000 | 100001 |
Color Harmonies of #326374
Complementary color
Monochromatic Colors of #326374
Black with #326374
Text Example
Text Example
White with #326374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326374; }
p { color: rgb(50,99,116); }
H1.HeaderClassName
{
color: #326374;
}
.AnyTagClassName
{
color: #326374;
}
</style>
background-color css
<style>
a { background-color: #326374; }
a { background-color: rgb(50,99,116); }
div.DivClassName
{
background-color: #326374;
}
.BgClassName
{
background-color: #326374;
}
</style>
border-color css
<style>
span { border-color: #326374; }
span { border-color: rgb(50,99,116); }
td.TdClassName
{
border-color: #326374;
}
.TagClassName
{
border-color: #326374;
}
</style>