Shades of Blumine #37566D
Tints of Blumine #37566D
RGB
CMYK
RGB Variations
Color information
#37566D (or 0x37566D) is known color: Blumine. HEX triplet: 37, 56 and 6D. RGB value is (55,86,109). Sum of RGB (Red+Green+Blue) = 55+86+109=250 (33% of max value = 765). Red value is 55 (21.88% from 255 or 22% from 250); Green value is 86 (33.98% from 255 or 34.4% from 250); Blue value is 109 (42.97% from 255 or 43.6% from 250); Max value from RGB is 109 - color contains mainly: blue. Hex color #37566D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37566D is #C8A992. Grayscale: #4F4F4F. Windows color (decimal): -13150611 or 7165495. OLE color: 7165495.
HSL color Cylindrical-coordinate representation of color #37566D: hue angle of 205.56º degrees, saturation: 0.33, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #37566D is Cyan = 0.50, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 55 | 86 | 109 | - |
| CMYK | 0.50 | 0.21 | 0 | 0.57 |
| HSL | 205.56º | 0.33% | 0.32% | - |
| HSV(B) | 205.56º | 0.5% | 0.43% | - |
| XYZ | 7.66 | 8.57 | 15.72 | - |
| YUV | 79.35 | 144.73 | 110.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 86 | 109 | 0.50 | 0.21 | 0 | 0.57 | 205.56 | 0.33 | 0.32 |
| Hex | 37 | 56 | 6D | 32 | 15 | 0 | 39 | CE | 21 | 20 |
| Octal | 67 | 126 | 155 | 62 | 25 | 0 | 71 | 316 | 41 | 40 |
| Binary | 110111 | 1010110 | 1101101 | 110010 | 10101 | 0 | 111001 | 11001110 | 100001 | 100000 |
Color Harmonies of #37566D
Complementary color
Monochromatic Colors of #37566D
Black with #37566D
Text Example
Text Example
White with #37566D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37566D; }
p { color: rgb(55,86,109); }
H1.HeaderClassName
{
color: #37566D;
}
.AnyTagClassName
{
color: #37566D;
}
</style>
background-color css
<style>
a { background-color: #37566D; }
a { background-color: rgb(55,86,109); }
div.DivClassName
{
background-color: #37566D;
}
.BgClassName
{
background-color: #37566D;
}
</style>
border-color css
<style>
span { border-color: #37566D; }
span { border-color: rgb(55,86,109); }
td.TdClassName
{
border-color: #37566D;
}
.TagClassName
{
border-color: #37566D;
}
</style>