Shades of Blumine #27626C
Tints of Blumine #27626C
RGB
CMYK
RGB Variations
Color information
#27626C (or 0x27626C) is known color: Blumine. HEX triplet: 27, 62 and 6C. RGB value is (39,98,108). Sum of RGB (Red+Green+Blue) = 39+98+108=245 (32% of max value = 765). Red value is 39 (15.62% from 255 or 15.92% from 245); Green value is 98 (38.67% from 255 or 40% from 245); Blue value is 108 (42.58% from 255 or 44.08% from 245); Max value from RGB is 108 - color contains mainly: blue. Hex color #27626C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #27626C is #D89D93. Grayscale: #515151. Windows color (decimal): -14196116 or 7103015. OLE color: 7103015.
HSL color Cylindrical-coordinate representation of color #27626C: hue angle of 188.7º degrees, saturation: 0.47, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #27626C is Cyan = 0.64, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 39 | 98 | 108 | - |
| CMYK | 0.64 | 0.09 | 0 | 0.58 |
| HSL | 188.7º | 0.47% | 0.29% | - |
| HSV(B) | 188.7º | 0.64% | 0.42% | - |
| XYZ | 7.91 | 10.25 | 15.75 | - |
| YUV | 81.5 | 142.95 | 97.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 98 | 108 | 0.64 | 0.09 | 0 | 0.58 | 188.7 | 0.47 | 0.29 |
| Hex | 27 | 62 | 6C | 40 | 9 | 0 | 3A | BD | 2F | 1D |
| Octal | 47 | 142 | 154 | 100 | 11 | 0 | 72 | 275 | 57 | 35 |
| Binary | 100111 | 1100010 | 1101100 | 1000000 | 1001 | 0 | 111010 | 10111101 | 101111 | 11101 |
Color Harmonies of #27626C
Complementary color
Monochromatic Colors of #27626C
Black with #27626C
Text Example
Text Example
White with #27626C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27626C; }
p { color: rgb(39,98,108); }
H1.HeaderClassName
{
color: #27626C;
}
.AnyTagClassName
{
color: #27626C;
}
</style>
background-color css
<style>
a { background-color: #27626C; }
a { background-color: rgb(39,98,108); }
div.DivClassName
{
background-color: #27626C;
}
.BgClassName
{
background-color: #27626C;
}
</style>
border-color css
<style>
span { border-color: #27626C; }
span { border-color: rgb(39,98,108); }
td.TdClassName
{
border-color: #27626C;
}
.TagClassName
{
border-color: #27626C;
}
</style>