Shades of Blumine #31667D
Tints of Blumine #31667D
RGB
CMYK
RGB Variations
Color information
#31667D (or 0x31667D) is known color: Blumine. HEX triplet: 31, 66 and 7D. RGB value is (49,102,125). Sum of RGB (Red+Green+Blue) = 49+102+125=276 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.75% from 276); Green value is 102 (40.23% from 255 or 36.96% from 276); Blue value is 125 (49.22% from 255 or 45.29% from 276); Max value from RGB is 125 - color contains mainly: blue. Hex color #31667D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31667D is #CE9982. Grayscale: #585858. Windows color (decimal): -13539715 or 8218161. OLE color: 8218161.
HSL color Cylindrical-coordinate representation of color #31667D: hue angle of 198.16º degrees, saturation: 0.44, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #31667D is Cyan = 0.61, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 49 | 102 | 125 | - |
| CMYK | 0.61 | 0.18 | 0 | 0.51 |
| HSL | 198.16º | 0.44% | 0.34% | - |
| HSV(B) | 198.16º | 0.61% | 0.49% | - |
| XYZ | 9.72 | 11.64 | 21.14 | - |
| YUV | 88.78 | 148.44 | 99.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 102 | 125 | 0.61 | 0.18 | 0 | 0.51 | 198.16 | 0.44 | 0.34 |
| Hex | 31 | 66 | 7D | 3D | 12 | 0 | 33 | C6 | 2C | 22 |
| Octal | 61 | 146 | 175 | 75 | 22 | 0 | 63 | 306 | 54 | 42 |
| Binary | 110001 | 1100110 | 1111101 | 111101 | 10010 | 0 | 110011 | 11000110 | 101100 | 100010 |
Color Harmonies of #31667D
Complementary color
Monochromatic Colors of #31667D
Black with #31667D
Text Example
Text Example
White with #31667D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31667D; }
p { color: rgb(49,102,125); }
H1.HeaderClassName
{
color: #31667D;
}
.AnyTagClassName
{
color: #31667D;
}
</style>
background-color css
<style>
a { background-color: #31667D; }
a { background-color: rgb(49,102,125); }
div.DivClassName
{
background-color: #31667D;
}
.BgClassName
{
background-color: #31667D;
}
</style>
border-color css
<style>
span { border-color: #31667D; }
span { border-color: rgb(49,102,125); }
td.TdClassName
{
border-color: #31667D;
}
.TagClassName
{
border-color: #31667D;
}
</style>