Shades of Blumine #366175
Tints of Blumine #366175
RGB
CMYK
RGB Variations
Color information
#366175 (or 0x366175) is known color: Blumine. HEX triplet: 36, 61 and 75. RGB value is (54,97,117). Sum of RGB (Red+Green+Blue) = 54+97+117=268 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20.15% from 268); Green value is 97 (38.28% from 255 or 36.19% from 268); Blue value is 117 (46.09% from 255 or 43.66% from 268); Max value from RGB is 117 - color contains mainly: blue. Hex color #366175 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #366175 is #C99E8A. Grayscale: #565656. Windows color (decimal): -13213323 or 7692598. OLE color: 7692598.
HSL color Cylindrical-coordinate representation of color #366175: hue angle of 199.05º 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 #366175 is Cyan = 0.54, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 54 | 97 | 117 | - |
| CMYK | 0.54 | 0.17 | 0 | 0.54 |
| HSL | 199.05º | 0.37% | 0.34% | - |
| HSV(B) | 199.05º | 0.54% | 0.46% | - |
| XYZ | 9.01 | 10.62 | 18.4 | - |
| YUV | 86.42 | 145.25 | 104.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 97 | 117 | 0.54 | 0.17 | 0 | 0.54 | 199.05 | 0.37 | 0.34 |
| Hex | 36 | 61 | 75 | 36 | 11 | 0 | 36 | C7 | 25 | 22 |
| Octal | 66 | 141 | 165 | 66 | 21 | 0 | 66 | 307 | 45 | 42 |
| Binary | 110110 | 1100001 | 1110101 | 110110 | 10001 | 0 | 110110 | 11000111 | 100101 | 100010 |
Color Harmonies of #366175
Complementary color
Monochromatic Colors of #366175
Black with #366175
Text Example
Text Example
White with #366175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #366175; }
p { color: rgb(54,97,117); }
H1.HeaderClassName
{
color: #366175;
}
.AnyTagClassName
{
color: #366175;
}
</style>
background-color css
<style>
a { background-color: #366175; }
a { background-color: rgb(54,97,117); }
div.DivClassName
{
background-color: #366175;
}
.BgClassName
{
background-color: #366175;
}
</style>
border-color css
<style>
span { border-color: #366175; }
span { border-color: rgb(54,97,117); }
td.TdClassName
{
border-color: #366175;
}
.TagClassName
{
border-color: #366175;
}
</style>