Shades of Blumine #37666F
Tints of Blumine #37666F
RGB
CMYK
RGB Variations
Color information
#37666F (or 0x37666F) is known color: Blumine. HEX triplet: 37, 66 and 6F. RGB value is (55,102,111). Sum of RGB (Red+Green+Blue) = 55+102+111=268 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.52% from 268); Green value is 102 (40.23% from 255 or 38.06% from 268); Blue value is 111 (43.75% from 255 or 41.42% from 268); Max value from RGB is 111 - color contains mainly: blue. Hex color #37666F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37666F is #C89990. Grayscale: #585858. Windows color (decimal): -13146513 or 7300663. OLE color: 7300663.
HSL color Cylindrical-coordinate representation of color #37666F: hue angle of 189.64º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #37666F is Cyan = 0.50, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 55 | 102 | 111 | - |
| CMYK | 0.50 | 0.08 | 0 | 0.56 |
| HSL | 189.64º | 0.34% | 0.33% | - |
| HSV(B) | 189.64º | 0.5% | 0.44% | - |
| XYZ | 9.2 | 11.46 | 16.77 | - |
| YUV | 88.97 | 140.43 | 103.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 102 | 111 | 0.50 | 0.08 | 0 | 0.56 | 189.64 | 0.34 | 0.33 |
| Hex | 37 | 66 | 6F | 32 | 8 | 0 | 38 | BE | 22 | 21 |
| Octal | 67 | 146 | 157 | 62 | 10 | 0 | 70 | 276 | 42 | 41 |
| Binary | 110111 | 1100110 | 1101111 | 110010 | 1000 | 0 | 111000 | 10111110 | 100010 | 100001 |
Color Harmonies of #37666F
Complementary color
Monochromatic Colors of #37666F
Black with #37666F
Text Example
Text Example
White with #37666F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37666F; }
p { color: rgb(55,102,111); }
H1.HeaderClassName
{
color: #37666F;
}
.AnyTagClassName
{
color: #37666F;
}
</style>
background-color css
<style>
a { background-color: #37666F; }
a { background-color: rgb(55,102,111); }
div.DivClassName
{
background-color: #37666F;
}
.BgClassName
{
background-color: #37666F;
}
</style>
border-color css
<style>
span { border-color: #37666F; }
span { border-color: rgb(55,102,111); }
td.TdClassName
{
border-color: #37666F;
}
.TagClassName
{
border-color: #37666F;
}
</style>