Shades of Blumine #366675
Tints of Blumine #366675
RGB
CMYK
RGB Variations
Color information
#366675 (or 0x366675) is known color: Blumine. HEX triplet: 36, 66 and 75. RGB value is (54,102,117). Sum of RGB (Red+Green+Blue) = 54+102+117=273 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.78% from 273); Green value is 102 (40.23% from 255 or 37.36% from 273); Blue value is 117 (46.09% from 255 or 42.86% from 273); Max value from RGB is 117 - color contains mainly: blue. Hex color #366675 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #366675 is #C9998A. Grayscale: #595959. Windows color (decimal): -13212043 or 7693878. OLE color: 7693878.
HSL color Cylindrical-coordinate representation of color #366675: hue angle of 194.29º degrees, saturation: 0.37, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #366675 is Cyan = 0.54, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 54 | 102 | 117 | - |
| CMYK | 0.54 | 0.13 | 0 | 0.54 |
| HSL | 194.29º | 0.37% | 0.34% | - |
| HSV(B) | 194.29º | 0.54% | 0.46% | - |
| XYZ | 9.48 | 11.57 | 18.56 | - |
| YUV | 89.36 | 143.6 | 102.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 102 | 117 | 0.54 | 0.13 | 0 | 0.54 | 194.29 | 0.37 | 0.34 |
| Hex | 36 | 66 | 75 | 36 | D | 0 | 36 | C2 | 25 | 22 |
| Octal | 66 | 146 | 165 | 66 | 15 | 0 | 66 | 302 | 45 | 42 |
| Binary | 110110 | 1100110 | 1110101 | 110110 | 1101 | 0 | 110110 | 11000010 | 100101 | 100010 |
Color Harmonies of #366675
Complementary color
Monochromatic Colors of #366675
Black with #366675
Text Example
Text Example
White with #366675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #366675; }
p { color: rgb(54,102,117); }
H1.HeaderClassName
{
color: #366675;
}
.AnyTagClassName
{
color: #366675;
}
</style>
background-color css
<style>
a { background-color: #366675; }
a { background-color: rgb(54,102,117); }
div.DivClassName
{
background-color: #366675;
}
.BgClassName
{
background-color: #366675;
}
</style>
border-color css
<style>
span { border-color: #366675; }
span { border-color: rgb(54,102,117); }
td.TdClassName
{
border-color: #366675;
}
.TagClassName
{
border-color: #366675;
}
</style>