Shades of Blumine #315F67
Tints of Blumine #315F67
RGB
CMYK
RGB Variations
Color information
#315F67 (or 0x315F67) is known color: Blumine. HEX triplet: 31, 5F and 67. RGB value is (49,95,103). Sum of RGB (Red+Green+Blue) = 49+95+103=247 (32% of max value = 765). Red value is 49 (19.53% from 255 or 19.84% from 247); Green value is 95 (37.5% from 255 or 38.46% from 247); Blue value is 103 (40.62% from 255 or 41.70% from 247); Max value from RGB is 103 - color contains mainly: blue. Hex color #315F67 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315F67 is #CEA098. Grayscale: #525252. Windows color (decimal): -13541529 or 6774577. OLE color: 6774577.
HSL color Cylindrical-coordinate representation of color #315F67: hue angle of 188.89º degrees, saturation: 0.36, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #315F67 is Cyan = 0.52, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 49 | 95 | 103 | - |
| CMYK | 0.52 | 0.08 | 0 | 0.60 |
| HSL | 188.89º | 0.36% | 0.3% | - |
| HSV(B) | 188.89º | 0.52% | 0.4% | - |
| XYZ | 7.81 | 9.82 | 14.32 | - |
| YUV | 82.16 | 139.76 | 104.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 95 | 103 | 0.52 | 0.08 | 0 | 0.60 | 188.89 | 0.36 | 0.3 |
| Hex | 31 | 5F | 67 | 34 | 8 | 0 | 3C | BD | 24 | 1E |
| Octal | 61 | 137 | 147 | 64 | 10 | 0 | 74 | 275 | 44 | 36 |
| Binary | 110001 | 1011111 | 1100111 | 110100 | 1000 | 0 | 111100 | 10111101 | 100100 | 11110 |
Color Harmonies of #315F67
Complementary color
Monochromatic Colors of #315F67
Black with #315F67
Text Example
Text Example
White with #315F67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315F67; }
p { color: rgb(49,95,103); }
H1.HeaderClassName
{
color: #315F67;
}
.AnyTagClassName
{
color: #315F67;
}
</style>
background-color css
<style>
a { background-color: #315F67; }
a { background-color: rgb(49,95,103); }
div.DivClassName
{
background-color: #315F67;
}
.BgClassName
{
background-color: #315F67;
}
</style>
border-color css
<style>
span { border-color: #315F67; }
span { border-color: rgb(49,95,103); }
td.TdClassName
{
border-color: #315F67;
}
.TagClassName
{
border-color: #315F67;
}
</style>