Shades of Blumine #27616D
Tints of Blumine #27616D
RGB
CMYK
RGB Variations
Color information
#27616D (or 0x27616D) is known color: Blumine. HEX triplet: 27, 61 and 6D. RGB value is (39,97,109). Sum of RGB (Red+Green+Blue) = 39+97+109=245 (32% of max value = 765). Red value is 39 (15.62% from 255 or 15.92% from 245); Green value is 97 (38.28% from 255 or 39.59% from 245); Blue value is 109 (42.97% from 255 or 44.49% from 245); Max value from RGB is 109 - color contains mainly: blue. Hex color #27616D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #27616D is #D89E92. Grayscale: #505050. Windows color (decimal): -14196371 or 7168295. OLE color: 7168295.
HSL color Cylindrical-coordinate representation of color #27616D: hue angle of 190.29º degrees, saturation: 0.47, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #27616D is Cyan = 0.64, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 39 | 97 | 109 | - |
| CMYK | 0.64 | 0.11 | 0 | 0.57 |
| HSL | 190.29º | 0.47% | 0.29% | - |
| HSV(B) | 190.29º | 0.64% | 0.43% | - |
| XYZ | 7.87 | 10.08 | 16 | - |
| YUV | 81.03 | 143.78 | 98.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 97 | 109 | 0.64 | 0.11 | 0 | 0.57 | 190.29 | 0.47 | 0.29 |
| Hex | 27 | 61 | 6D | 40 | B | 0 | 39 | BE | 2F | 1D |
| Octal | 47 | 141 | 155 | 100 | 13 | 0 | 71 | 276 | 57 | 35 |
| Binary | 100111 | 1100001 | 1101101 | 1000000 | 1011 | 0 | 111001 | 10111110 | 101111 | 11101 |
Color Harmonies of #27616D
Complementary color
Monochromatic Colors of #27616D
Black with #27616D
Text Example
Text Example
White with #27616D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27616D; }
p { color: rgb(39,97,109); }
H1.HeaderClassName
{
color: #27616D;
}
.AnyTagClassName
{
color: #27616D;
}
</style>
background-color css
<style>
a { background-color: #27616D; }
a { background-color: rgb(39,97,109); }
div.DivClassName
{
background-color: #27616D;
}
.BgClassName
{
background-color: #27616D;
}
</style>
border-color css
<style>
span { border-color: #27616D; }
span { border-color: rgb(39,97,109); }
td.TdClassName
{
border-color: #27616D;
}
.TagClassName
{
border-color: #27616D;
}
</style>