Shades of Blumine #37667B
Tints of Blumine #37667B
RGB
CMYK
RGB Variations
Color information
#37667B (or 0x37667B) is known color: Blumine. HEX triplet: 37, 66 and 7B. RGB value is (55,102,123). Sum of RGB (Red+Green+Blue) = 55+102+123=280 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.64% from 280); Green value is 102 (40.23% from 255 or 36.43% from 280); Blue value is 123 (48.44% from 255 or 43.93% from 280); Max value from RGB is 123 - color contains mainly: blue. Hex color #37667B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37667B is #C89984. Grayscale: #5A5A5A. Windows color (decimal): -13146501 or 8087095. OLE color: 8087095.
HSL color Cylindrical-coordinate representation of color #37667B: hue angle of 198.53º 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 #37667B is Cyan = 0.55, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 55 | 102 | 123 | - |
| CMYK | 0.55 | 0.17 | 0 | 0.52 |
| HSL | 198.53º | 0.38% | 0.35% | - |
| HSV(B) | 198.53º | 0.55% | 0.48% | - |
| XYZ | 9.9 | 11.75 | 20.48 | - |
| YUV | 90.34 | 146.43 | 102.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 102 | 123 | 0.55 | 0.17 | 0 | 0.52 | 198.53 | 0.38 | 0.35 |
| Hex | 37 | 66 | 7B | 37 | 11 | 0 | 34 | C7 | 26 | 23 |
| Octal | 67 | 146 | 173 | 67 | 21 | 0 | 64 | 307 | 46 | 43 |
| Binary | 110111 | 1100110 | 1111011 | 110111 | 10001 | 0 | 110100 | 11000111 | 100110 | 100011 |
Color Harmonies of #37667B
Complementary color
Monochromatic Colors of #37667B
Black with #37667B
Text Example
Text Example
White with #37667B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37667B; }
p { color: rgb(55,102,123); }
H1.HeaderClassName
{
color: #37667B;
}
.AnyTagClassName
{
color: #37667B;
}
</style>
background-color css
<style>
a { background-color: #37667B; }
a { background-color: rgb(55,102,123); }
div.DivClassName
{
background-color: #37667B;
}
.BgClassName
{
background-color: #37667B;
}
</style>
border-color css
<style>
span { border-color: #37667B; }
span { border-color: rgb(55,102,123); }
td.TdClassName
{
border-color: #37667B;
}
.TagClassName
{
border-color: #37667B;
}
</style>