Shades of Blumine #315E78
Tints of Blumine #315E78
RGB
CMYK
RGB Variations
Color information
#315E78 (or 0x315E78) is known color: Blumine. HEX triplet: 31, 5E and 78. RGB value is (49,94,120). Sum of RGB (Red+Green+Blue) = 49+94+120=263 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.63% from 263); Green value is 94 (37.11% from 255 or 35.74% from 263); Blue value is 120 (47.27% from 255 or 45.63% from 263); Max value from RGB is 120 - color contains mainly: blue. Hex color #315E78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315E78 is #CEA187. Grayscale: #535353. Windows color (decimal): -13541768 or 7888433. OLE color: 7888433.
HSL color Cylindrical-coordinate representation of color #315E78: hue angle of 201.97º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #315E78 is Cyan = 0.59, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 49 | 94 | 120 | - |
| CMYK | 0.59 | 0.22 | 0 | 0.53 |
| HSL | 201.97º | 0.42% | 0.33% | - |
| HSV(B) | 201.97º | 0.59% | 0.47% | - |
| XYZ | 8.66 | 10.01 | 19.25 | - |
| YUV | 83.51 | 148.59 | 103.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 94 | 120 | 0.59 | 0.22 | 0 | 0.53 | 201.97 | 0.42 | 0.33 |
| Hex | 31 | 5E | 78 | 3B | 16 | 0 | 35 | CA | 2A | 21 |
| Octal | 61 | 136 | 170 | 73 | 26 | 0 | 65 | 312 | 52 | 41 |
| Binary | 110001 | 1011110 | 1111000 | 111011 | 10110 | 0 | 110101 | 11001010 | 101010 | 100001 |
Color Harmonies of #315E78
Complementary color
Monochromatic Colors of #315E78
Black with #315E78
Text Example
Text Example
White with #315E78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315E78; }
p { color: rgb(49,94,120); }
H1.HeaderClassName
{
color: #315E78;
}
.AnyTagClassName
{
color: #315E78;
}
</style>
background-color css
<style>
a { background-color: #315E78; }
a { background-color: rgb(49,94,120); }
div.DivClassName
{
background-color: #315E78;
}
.BgClassName
{
background-color: #315E78;
}
</style>
border-color css
<style>
span { border-color: #315E78; }
span { border-color: rgb(49,94,120); }
td.TdClassName
{
border-color: #315E78;
}
.TagClassName
{
border-color: #315E78;
}
</style>