Shades of Blumine #315B74
Tints of Blumine #315B74
RGB
CMYK
RGB Variations
Color information
#315B74 (or 0x315B74) is known color: Blumine. HEX triplet: 31, 5B and 74. RGB value is (49,91,116). Sum of RGB (Red+Green+Blue) = 49+91+116=256 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.14% from 256); Green value is 91 (35.94% from 255 or 35.55% from 256); Blue value is 116 (45.70% from 255 or 45.31% from 256); Max value from RGB is 116 - color contains mainly: blue. Hex color #315B74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315B74 is #CEA48B. Grayscale: #515151. Windows color (decimal): -13542540 or 7625521. OLE color: 7625521.
HSL color Cylindrical-coordinate representation of color #315B74: hue angle of 202.39º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #315B74 is Cyan = 0.58, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 49 | 91 | 116 | - |
| CMYK | 0.58 | 0.22 | 0 | 0.55 |
| HSL | 202.39º | 0.41% | 0.32% | - |
| HSV(B) | 202.39º | 0.58% | 0.45% | - |
| XYZ | 8.16 | 9.4 | 17.91 | - |
| YUV | 81.29 | 147.59 | 104.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 91 | 116 | 0.58 | 0.22 | 0 | 0.55 | 202.39 | 0.41 | 0.32 |
| Hex | 31 | 5B | 74 | 3A | 16 | 0 | 37 | CA | 29 | 20 |
| Octal | 61 | 133 | 164 | 72 | 26 | 0 | 67 | 312 | 51 | 40 |
| Binary | 110001 | 1011011 | 1110100 | 111010 | 10110 | 0 | 110111 | 11001010 | 101001 | 100000 |
Color Harmonies of #315B74
Complementary color
Monochromatic Colors of #315B74
Black with #315B74
Text Example
Text Example
White with #315B74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315B74; }
p { color: rgb(49,91,116); }
H1.HeaderClassName
{
color: #315B74;
}
.AnyTagClassName
{
color: #315B74;
}
</style>
background-color css
<style>
a { background-color: #315B74; }
a { background-color: rgb(49,91,116); }
div.DivClassName
{
background-color: #315B74;
}
.BgClassName
{
background-color: #315B74;
}
</style>
border-color css
<style>
span { border-color: #315B74; }
span { border-color: rgb(49,91,116); }
td.TdClassName
{
border-color: #315B74;
}
.TagClassName
{
border-color: #315B74;
}
</style>