Shades of Blumine #315D6B
Tints of Blumine #315D6B
RGB
CMYK
RGB Variations
Color information
#315D6B (or 0x315D6B) is known color: Blumine. HEX triplet: 31, 5D and 6B. RGB value is (49,93,107). Sum of RGB (Red+Green+Blue) = 49+93+107=249 (32% of max value = 765). Red value is 49 (19.53% from 255 or 19.68% from 249); Green value is 93 (36.72% from 255 or 37.35% from 249); Blue value is 107 (42.19% from 255 or 42.97% from 249); Max value from RGB is 107 - color contains mainly: blue. Hex color #315D6B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315D6B is #CEA294. Grayscale: #515151. Windows color (decimal): -13542037 or 7036209. OLE color: 7036209.
HSL color Cylindrical-coordinate representation of color #315D6B: hue angle of 194.48º degrees, saturation: 0.37, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #315D6B is Cyan = 0.54, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 49 | 93 | 107 | - |
| CMYK | 0.54 | 0.13 | 0 | 0.58 |
| HSL | 194.48º | 0.37% | 0.31% | - |
| HSV(B) | 194.48º | 0.54% | 0.42% | - |
| XYZ | 7.83 | 9.54 | 15.34 | - |
| YUV | 81.44 | 142.42 | 104.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 93 | 107 | 0.54 | 0.13 | 0 | 0.58 | 194.48 | 0.37 | 0.31 |
| Hex | 31 | 5D | 6B | 36 | D | 0 | 3A | C2 | 25 | 1F |
| Octal | 61 | 135 | 153 | 66 | 15 | 0 | 72 | 302 | 45 | 37 |
| Binary | 110001 | 1011101 | 1101011 | 110110 | 1101 | 0 | 111010 | 11000010 | 100101 | 11111 |
Color Harmonies of #315D6B
Complementary color
Monochromatic Colors of #315D6B
Black with #315D6B
Text Example
Text Example
White with #315D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315D6B; }
p { color: rgb(49,93,107); }
H1.HeaderClassName
{
color: #315D6B;
}
.AnyTagClassName
{
color: #315D6B;
}
</style>
background-color css
<style>
a { background-color: #315D6B; }
a { background-color: rgb(49,93,107); }
div.DivClassName
{
background-color: #315D6B;
}
.BgClassName
{
background-color: #315D6B;
}
</style>
border-color css
<style>
span { border-color: #315D6B; }
span { border-color: rgb(49,93,107); }
td.TdClassName
{
border-color: #315D6B;
}
.TagClassName
{
border-color: #315D6B;
}
</style>