Shades of Blumine #37667A
Tints of Blumine #37667A
RGB
CMYK
RGB Variations
Color information
#37667A (or 0x37667A) is known color: Blumine. HEX triplet: 37, 66 and 7A. RGB value is (55,102,122). Sum of RGB (Red+Green+Blue) = 55+102+122=279 (36% of max value = 765). Red value is 55 (21.88% from 255 or 19.71% from 279); Green value is 102 (40.23% from 255 or 36.56% from 279); Blue value is 122 (48.05% from 255 or 43.73% from 279); Max value from RGB is 122 - color contains mainly: blue. Hex color #37667A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37667A is #C89985. Grayscale: #5A5A5A. Windows color (decimal): -13146502 or 8021559. OLE color: 8021559.
HSL color Cylindrical-coordinate representation of color #37667A: hue angle of 197.91º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #37667A is Cyan = 0.55, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 55 | 102 | 122 | - |
| CMYK | 0.55 | 0.16 | 0 | 0.52 |
| HSL | 197.91º | 0.38% | 0.35% | - |
| HSV(B) | 197.91º | 0.55% | 0.48% | - |
| XYZ | 9.84 | 11.72 | 20.16 | - |
| YUV | 90.23 | 145.93 | 102.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 102 | 122 | 0.55 | 0.16 | 0 | 0.52 | 197.91 | 0.38 | 0.35 |
| Hex | 37 | 66 | 7A | 37 | 10 | 0 | 34 | C6 | 26 | 23 |
| Octal | 67 | 146 | 172 | 67 | 20 | 0 | 64 | 306 | 46 | 43 |
| Binary | 110111 | 1100110 | 1111010 | 110111 | 10000 | 0 | 110100 | 11000110 | 100110 | 100011 |
Color Harmonies of #37667A
Complementary color
Monochromatic Colors of #37667A
Black with #37667A
Text Example
Text Example
White with #37667A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37667A; }
p { color: rgb(55,102,122); }
H1.HeaderClassName
{
color: #37667A;
}
.AnyTagClassName
{
color: #37667A;
}
</style>
background-color css
<style>
a { background-color: #37667A; }
a { background-color: rgb(55,102,122); }
div.DivClassName
{
background-color: #37667A;
}
.BgClassName
{
background-color: #37667A;
}
</style>
border-color css
<style>
span { border-color: #37667A; }
span { border-color: rgb(55,102,122); }
td.TdClassName
{
border-color: #37667A;
}
.TagClassName
{
border-color: #37667A;
}
</style>