Shades of Blumine #315B72
Tints of Blumine #315B72
RGB
CMYK
RGB Variations
Color information
#315B72 (or 0x315B72) is known color: Blumine. HEX triplet: 31, 5B and 72. RGB value is (49,91,114). Sum of RGB (Red+Green+Blue) = 49+91+114=254 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.29% from 254); Green value is 91 (35.94% from 255 or 35.83% from 254); Blue value is 114 (44.92% from 255 or 44.88% from 254); Max value from RGB is 114 - color contains mainly: blue. Hex color #315B72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315B72 is #CEA48D. Grayscale: #505050. Windows color (decimal): -13542542 or 7494449. OLE color: 7494449.
HSL color Cylindrical-coordinate representation of color #315B72: hue angle of 201.23º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #315B72 is Cyan = 0.57, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 49 | 91 | 114 | - |
| CMYK | 0.57 | 0.20 | 0 | 0.55 |
| HSL | 201.23º | 0.4% | 0.32% | - |
| HSV(B) | 201.23º | 0.57% | 0.45% | - |
| XYZ | 8.04 | 9.35 | 17.3 | - |
| YUV | 81.06 | 146.59 | 105.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 91 | 114 | 0.57 | 0.20 | 0 | 0.55 | 201.23 | 0.4 | 0.32 |
| Hex | 31 | 5B | 72 | 39 | 14 | 0 | 37 | C9 | 28 | 20 |
| Octal | 61 | 133 | 162 | 71 | 24 | 0 | 67 | 311 | 50 | 40 |
| Binary | 110001 | 1011011 | 1110010 | 111001 | 10100 | 0 | 110111 | 11001001 | 101000 | 100000 |
Color Harmonies of #315B72
Complementary color
Monochromatic Colors of #315B72
Black with #315B72
Text Example
Text Example
White with #315B72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315B72; }
p { color: rgb(49,91,114); }
H1.HeaderClassName
{
color: #315B72;
}
.AnyTagClassName
{
color: #315B72;
}
</style>
background-color css
<style>
a { background-color: #315B72; }
a { background-color: rgb(49,91,114); }
div.DivClassName
{
background-color: #315B72;
}
.BgClassName
{
background-color: #315B72;
}
</style>
border-color css
<style>
span { border-color: #315B72; }
span { border-color: rgb(49,91,114); }
td.TdClassName
{
border-color: #315B72;
}
.TagClassName
{
border-color: #315B72;
}
</style>