Shades of Blumine #366172
Tints of Blumine #366172
RGB
CMYK
RGB Variations
Color information
#366172 (or 0x366172) is known color: Blumine. HEX triplet: 36, 61 and 72. RGB value is (54,97,114). Sum of RGB (Red+Green+Blue) = 54+97+114=265 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20.38% from 265); Green value is 97 (38.28% from 255 or 36.60% from 265); Blue value is 114 (44.92% from 255 or 43.02% from 265); Max value from RGB is 114 - color contains mainly: blue. Hex color #366172 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #366172 is #C99E8D. Grayscale: #555555. Windows color (decimal): -13213326 or 7495990. OLE color: 7495990.
HSL color Cylindrical-coordinate representation of color #366172: hue angle of 197º degrees, saturation: 0.36, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #366172 is Cyan = 0.53, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 54 | 97 | 114 | - |
| CMYK | 0.53 | 0.15 | 0 | 0.55 |
| HSL | 197º | 0.36% | 0.33% | - |
| HSV(B) | 197º | 0.53% | 0.45% | - |
| XYZ | 8.83 | 10.55 | 17.49 | - |
| YUV | 86.08 | 143.75 | 105.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 97 | 114 | 0.53 | 0.15 | 0 | 0.55 | 197 | 0.36 | 0.33 |
| Hex | 36 | 61 | 72 | 35 | F | 0 | 37 | C5 | 24 | 21 |
| Octal | 66 | 141 | 162 | 65 | 17 | 0 | 67 | 305 | 44 | 41 |
| Binary | 110110 | 1100001 | 1110010 | 110101 | 1111 | 0 | 110111 | 11000101 | 100100 | 100001 |
Color Harmonies of #366172
Complementary color
Monochromatic Colors of #366172
Black with #366172
Text Example
Text Example
White with #366172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #366172; }
p { color: rgb(54,97,114); }
H1.HeaderClassName
{
color: #366172;
}
.AnyTagClassName
{
color: #366172;
}
</style>
background-color css
<style>
a { background-color: #366172; }
a { background-color: rgb(54,97,114); }
div.DivClassName
{
background-color: #366172;
}
.BgClassName
{
background-color: #366172;
}
</style>
border-color css
<style>
span { border-color: #366172; }
span { border-color: rgb(54,97,114); }
td.TdClassName
{
border-color: #366172;
}
.TagClassName
{
border-color: #366172;
}
</style>