Shades of Blumine #31677A
Tints of Blumine #31677A
RGB
CMYK
RGB Variations
Color information
#31677A (or 0x31677A) is known color: Blumine. HEX triplet: 31, 67 and 7A. RGB value is (49,103,122). Sum of RGB (Red+Green+Blue) = 49+103+122=274 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.88% from 274); Green value is 103 (40.62% from 255 or 37.59% from 274); Blue value is 122 (48.05% from 255 or 44.53% from 274); Max value from RGB is 122 - color contains mainly: blue. Hex color #31677A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31677A is #CE9885. Grayscale: #585858. Windows color (decimal): -13539462 or 8021809. OLE color: 8021809.
HSL color Cylindrical-coordinate representation of color #31677A: hue angle of 195.62º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #31677A is Cyan = 0.60, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 49 | 103 | 122 | - |
| CMYK | 0.60 | 0.16 | 0 | 0.52 |
| HSL | 195.62º | 0.43% | 0.34% | - |
| HSV(B) | 195.62º | 0.6% | 0.48% | - |
| XYZ | 9.63 | 11.76 | 20.17 | - |
| YUV | 89.02 | 146.61 | 99.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 103 | 122 | 0.60 | 0.16 | 0 | 0.52 | 195.62 | 0.43 | 0.34 |
| Hex | 31 | 67 | 7A | 3C | 10 | 0 | 34 | C4 | 2B | 22 |
| Octal | 61 | 147 | 172 | 74 | 20 | 0 | 64 | 304 | 53 | 42 |
| Binary | 110001 | 1100111 | 1111010 | 111100 | 10000 | 0 | 110100 | 11000100 | 101011 | 100010 |
Color Harmonies of #31677A
Complementary color
Monochromatic Colors of #31677A
Black with #31677A
Text Example
Text Example
White with #31677A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31677A; }
p { color: rgb(49,103,122); }
H1.HeaderClassName
{
color: #31677A;
}
.AnyTagClassName
{
color: #31677A;
}
</style>
background-color css
<style>
a { background-color: #31677A; }
a { background-color: rgb(49,103,122); }
div.DivClassName
{
background-color: #31677A;
}
.BgClassName
{
background-color: #31677A;
}
</style>
border-color css
<style>
span { border-color: #31677A; }
span { border-color: rgb(49,103,122); }
td.TdClassName
{
border-color: #31677A;
}
.TagClassName
{
border-color: #31677A;
}
</style>