Shades of Blumine #315C74
Tints of Blumine #315C74
RGB
CMYK
RGB Variations
Color information
#315C74 (or 0x315C74) is known color: Blumine. HEX triplet: 31, 5C and 74. RGB value is (49,92,116). Sum of RGB (Red+Green+Blue) = 49+92+116=257 (34% of max value = 765). Red value is 49 (19.53% from 255 or 19.07% from 257); Green value is 92 (36.33% from 255 or 35.80% from 257); Blue value is 116 (45.70% from 255 or 45.14% from 257); Max value from RGB is 116 - color contains mainly: blue. Hex color #315C74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315C74 is #CEA38B. Grayscale: #515151. Windows color (decimal): -13542284 or 7625777. OLE color: 7625777.
HSL color Cylindrical-coordinate representation of color #315C74: hue angle of 201.49º 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 #315C74 is Cyan = 0.58, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 49 | 92 | 116 | - |
| CMYK | 0.58 | 0.21 | 0 | 0.55 |
| HSL | 201.49º | 0.41% | 0.32% | - |
| HSV(B) | 201.49º | 0.58% | 0.45% | - |
| XYZ | 8.25 | 9.57 | 17.94 | - |
| YUV | 81.88 | 147.25 | 104.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 92 | 116 | 0.58 | 0.21 | 0 | 0.55 | 201.49 | 0.41 | 0.32 |
| Hex | 31 | 5C | 74 | 3A | 15 | 0 | 37 | C9 | 29 | 20 |
| Octal | 61 | 134 | 164 | 72 | 25 | 0 | 67 | 311 | 51 | 40 |
| Binary | 110001 | 1011100 | 1110100 | 111010 | 10101 | 0 | 110111 | 11001001 | 101001 | 100000 |
Color Harmonies of #315C74
Complementary color
Monochromatic Colors of #315C74
Black with #315C74
Text Example
Text Example
White with #315C74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315C74; }
p { color: rgb(49,92,116); }
H1.HeaderClassName
{
color: #315C74;
}
.AnyTagClassName
{
color: #315C74;
}
</style>
background-color css
<style>
a { background-color: #315C74; }
a { background-color: rgb(49,92,116); }
div.DivClassName
{
background-color: #315C74;
}
.BgClassName
{
background-color: #315C74;
}
</style>
border-color css
<style>
span { border-color: #315C74; }
span { border-color: rgb(49,92,116); }
td.TdClassName
{
border-color: #315C74;
}
.TagClassName
{
border-color: #315C74;
}
</style>