Shades of Blumine #315C6B
Tints of Blumine #315C6B
RGB
CMYK
RGB Variations
Color information
#315C6B (or 0x315C6B) is known color: Blumine. HEX triplet: 31, 5C and 6B. RGB value is (49,92,107). Sum of RGB (Red+Green+Blue) = 49+92+107=248 (32% of max value = 765). Red value is 49 (19.53% from 255 or 19.76% from 248); Green value is 92 (36.33% from 255 or 37.10% from 248); Blue value is 107 (42.19% from 255 or 43.15% from 248); Max value from RGB is 107 - color contains mainly: blue. Hex color #315C6B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315C6B is #CEA394. Grayscale: #505050. Windows color (decimal): -13542293 or 7035953. OLE color: 7035953.
HSL color Cylindrical-coordinate representation of color #315C6B: hue angle of 195.52º 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 #315C6B is Cyan = 0.54, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 49 | 92 | 107 | - |
| CMYK | 0.54 | 0.14 | 0 | 0.58 |
| HSL | 195.52º | 0.37% | 0.31% | - |
| HSV(B) | 195.52º | 0.54% | 0.42% | - |
| XYZ | 7.75 | 9.37 | 15.31 | - |
| YUV | 80.85 | 142.75 | 105.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 92 | 107 | 0.54 | 0.14 | 0 | 0.58 | 195.52 | 0.37 | 0.31 |
| Hex | 31 | 5C | 6B | 36 | E | 0 | 3A | C4 | 25 | 1F |
| Octal | 61 | 134 | 153 | 66 | 16 | 0 | 72 | 304 | 45 | 37 |
| Binary | 110001 | 1011100 | 1101011 | 110110 | 1110 | 0 | 111010 | 11000100 | 100101 | 11111 |
Color Harmonies of #315C6B
Complementary color
Monochromatic Colors of #315C6B
Black with #315C6B
Text Example
Text Example
White with #315C6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315C6B; }
p { color: rgb(49,92,107); }
H1.HeaderClassName
{
color: #315C6B;
}
.AnyTagClassName
{
color: #315C6B;
}
</style>
background-color css
<style>
a { background-color: #315C6B; }
a { background-color: rgb(49,92,107); }
div.DivClassName
{
background-color: #315C6B;
}
.BgClassName
{
background-color: #315C6B;
}
</style>
border-color css
<style>
span { border-color: #315C6B; }
span { border-color: rgb(49,92,107); }
td.TdClassName
{
border-color: #315C6B;
}
.TagClassName
{
border-color: #315C6B;
}
</style>