Shades of Blumine #36676F
Tints of Blumine #36676F
RGB
CMYK
RGB Variations
Color information
#36676F (or 0x36676F) is known color: Blumine. HEX triplet: 36, 67 and 6F. RGB value is (54,103,111). Sum of RGB (Red+Green+Blue) = 54+103+111=268 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20.15% from 268); Green value is 103 (40.62% from 255 or 38.43% 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 #36676F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36676F is #C99890. Grayscale: #595959. Windows color (decimal): -13211793 or 7300918. OLE color: 7300918.
HSL color Cylindrical-coordinate representation of color #36676F: hue angle of 188.42º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #36676F is Cyan = 0.51, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 54 | 103 | 111 | - |
| CMYK | 0.51 | 0.07 | 0 | 0.56 |
| HSL | 188.42º | 0.35% | 0.32% | - |
| HSV(B) | 188.42º | 0.51% | 0.44% | - |
| XYZ | 9.24 | 11.63 | 16.8 | - |
| YUV | 89.26 | 140.27 | 102.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 103 | 111 | 0.51 | 0.07 | 0 | 0.56 | 188.42 | 0.35 | 0.32 |
| Hex | 36 | 67 | 6F | 33 | 7 | 0 | 38 | BC | 23 | 20 |
| Octal | 66 | 147 | 157 | 63 | 7 | 0 | 70 | 274 | 43 | 40 |
| Binary | 110110 | 1100111 | 1101111 | 110011 | 111 | 0 | 111000 | 10111100 | 100011 | 100000 |
Color Harmonies of #36676F
Complementary color
Monochromatic Colors of #36676F
Black with #36676F
Text Example
Text Example
White with #36676F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36676F; }
p { color: rgb(54,103,111); }
H1.HeaderClassName
{
color: #36676F;
}
.AnyTagClassName
{
color: #36676F;
}
</style>
background-color css
<style>
a { background-color: #36676F; }
a { background-color: rgb(54,103,111); }
div.DivClassName
{
background-color: #36676F;
}
.BgClassName
{
background-color: #36676F;
}
</style>
border-color css
<style>
span { border-color: #36676F; }
span { border-color: rgb(54,103,111); }
td.TdClassName
{
border-color: #36676F;
}
.TagClassName
{
border-color: #36676F;
}
</style>