Shades of Blumine #316378
Tints of Blumine #316378
RGB
CMYK
RGB Variations
Color information
#316378 (or 0x316378) is known color: Blumine. HEX triplet: 31, 63 and 78. RGB value is (49,99,120). Sum of RGB (Red+Green+Blue) = 49+99+120=268 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.28% from 268); Green value is 99 (39.06% from 255 or 36.94% from 268); Blue value is 120 (47.27% from 255 or 44.78% from 268); Max value from RGB is 120 - color contains mainly: blue. Hex color #316378 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316378 is #CE9C87. Grayscale: #565656. Windows color (decimal): -13540488 or 7889713. OLE color: 7889713.
HSL color Cylindrical-coordinate representation of color #316378: hue angle of 197.75º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #316378 is Cyan = 0.59, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 49 | 99 | 120 | - |
| CMYK | 0.59 | 0.17 | 0 | 0.53 |
| HSL | 197.75º | 0.42% | 0.33% | - |
| HSV(B) | 197.75º | 0.59% | 0.47% | - |
| XYZ | 9.12 | 10.93 | 19.4 | - |
| YUV | 86.44 | 146.94 | 101.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 99 | 120 | 0.59 | 0.17 | 0 | 0.53 | 197.75 | 0.42 | 0.33 |
| Hex | 31 | 63 | 78 | 3B | 11 | 0 | 35 | C6 | 2A | 21 |
| Octal | 61 | 143 | 170 | 73 | 21 | 0 | 65 | 306 | 52 | 41 |
| Binary | 110001 | 1100011 | 1111000 | 111011 | 10001 | 0 | 110101 | 11000110 | 101010 | 100001 |
Color Harmonies of #316378
Complementary color
Monochromatic Colors of #316378
Black with #316378
Text Example
Text Example
White with #316378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #316378; }
p { color: rgb(49,99,120); }
H1.HeaderClassName
{
color: #316378;
}
.AnyTagClassName
{
color: #316378;
}
</style>
background-color css
<style>
a { background-color: #316378; }
a { background-color: rgb(49,99,120); }
div.DivClassName
{
background-color: #316378;
}
.BgClassName
{
background-color: #316378;
}
</style>
border-color css
<style>
span { border-color: #316378; }
span { border-color: rgb(49,99,120); }
td.TdClassName
{
border-color: #316378;
}
.TagClassName
{
border-color: #316378;
}
</style>