Shades of Blumine #366371
Tints of Blumine #366371
RGB
CMYK
RGB Variations
Color information
#366371 (or 0x366371) is known color: Blumine. HEX triplet: 36, 63 and 71. RGB value is (54,99,113). Sum of RGB (Red+Green+Blue) = 54+99+113=266 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20.30% from 266); Green value is 99 (39.06% from 255 or 37.22% from 266); Blue value is 113 (44.53% from 255 or 42.48% from 266); Max value from RGB is 113 - color contains mainly: blue. Hex color #366371 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #366371 is #C99C8E. Grayscale: #575757. Windows color (decimal): -13212815 or 7430966. OLE color: 7430966.
HSL color Cylindrical-coordinate representation of color #366371: hue angle of 194.24º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #366371 is Cyan = 0.52, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 54 | 99 | 113 | - |
| CMYK | 0.52 | 0.12 | 0 | 0.56 |
| HSL | 194.24º | 0.35% | 0.33% | - |
| HSV(B) | 194.24º | 0.52% | 0.44% | - |
| XYZ | 8.96 | 10.9 | 17.25 | - |
| YUV | 87.14 | 142.59 | 104.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 99 | 113 | 0.52 | 0.12 | 0 | 0.56 | 194.24 | 0.35 | 0.33 |
| Hex | 36 | 63 | 71 | 34 | C | 0 | 38 | C2 | 23 | 21 |
| Octal | 66 | 143 | 161 | 64 | 14 | 0 | 70 | 302 | 43 | 41 |
| Binary | 110110 | 1100011 | 1110001 | 110100 | 1100 | 0 | 111000 | 11000010 | 100011 | 100001 |
Color Harmonies of #366371
Complementary color
Monochromatic Colors of #366371
Black with #366371
Text Example
Text Example
White with #366371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #366371; }
p { color: rgb(54,99,113); }
H1.HeaderClassName
{
color: #366371;
}
.AnyTagClassName
{
color: #366371;
}
</style>
background-color css
<style>
a { background-color: #366371; }
a { background-color: rgb(54,99,113); }
div.DivClassName
{
background-color: #366371;
}
.BgClassName
{
background-color: #366371;
}
</style>
border-color css
<style>
span { border-color: #366371; }
span { border-color: rgb(54,99,113); }
td.TdClassName
{
border-color: #366371;
}
.TagClassName
{
border-color: #366371;
}
</style>