Shades of Blumine #27636C
Tints of Blumine #27636C
RGB
CMYK
RGB Variations
Color information
#27636C (or 0x27636C) is known color: Blumine. HEX triplet: 27, 63 and 6C. RGB value is (39,99,108). Sum of RGB (Red+Green+Blue) = 39+99+108=246 (32% of max value = 765). Red value is 39 (15.62% from 255 or 15.85% from 246); Green value is 99 (39.06% from 255 or 40.24% from 246); Blue value is 108 (42.58% from 255 or 43.90% from 246); Max value from RGB is 108 - color contains mainly: blue. Hex color #27636C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #27636C is #D89C93. Grayscale: #515151. Windows color (decimal): -14195860 or 7103271. OLE color: 7103271.
HSL color Cylindrical-coordinate representation of color #27636C: hue angle of 187.83º 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 #27636C is Cyan = 0.64, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 39 | 99 | 108 | - |
| CMYK | 0.64 | 0.08 | 0 | 0.58 |
| HSL | 187.83º | 0.47% | 0.29% | - |
| HSV(B) | 187.83º | 0.64% | 0.42% | - |
| XYZ | 8.01 | 10.44 | 15.78 | - |
| YUV | 82.09 | 142.62 | 97.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 99 | 108 | 0.64 | 0.08 | 0 | 0.58 | 187.83 | 0.47 | 0.29 |
| Hex | 27 | 63 | 6C | 40 | 8 | 0 | 3A | BC | 2F | 1D |
| Octal | 47 | 143 | 154 | 100 | 10 | 0 | 72 | 274 | 57 | 35 |
| Binary | 100111 | 1100011 | 1101100 | 1000000 | 1000 | 0 | 111010 | 10111100 | 101111 | 11101 |
Color Harmonies of #27636C
Complementary color
Monochromatic Colors of #27636C
Black with #27636C
Text Example
Text Example
White with #27636C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27636C; }
p { color: rgb(39,99,108); }
H1.HeaderClassName
{
color: #27636C;
}
.AnyTagClassName
{
color: #27636C;
}
</style>
background-color css
<style>
a { background-color: #27636C; }
a { background-color: rgb(39,99,108); }
div.DivClassName
{
background-color: #27636C;
}
.BgClassName
{
background-color: #27636C;
}
</style>
border-color css
<style>
span { border-color: #27636C; }
span { border-color: rgb(39,99,108); }
td.TdClassName
{
border-color: #27636C;
}
.TagClassName
{
border-color: #27636C;
}
</style>