Shades of Blumine #38616C
Tints of Blumine #38616C
RGB
CMYK
RGB Variations
Color information
#38616C (or 0x38616C) is known color: Blumine. HEX triplet: 38, 61 and 6C. RGB value is (56,97,108). Sum of RGB (Red+Green+Blue) = 56+97+108=261 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.46% from 261); Green value is 97 (38.28% from 255 or 37.16% from 261); Blue value is 108 (42.58% from 255 or 41.38% from 261); Max value from RGB is 108 - color contains mainly: blue. Hex color #38616C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38616C is #C79E93. Grayscale: #555555. Windows color (decimal): -13082260 or 7102776. OLE color: 7102776.
HSL color Cylindrical-coordinate representation of color #38616C: hue angle of 192.69º degrees, saturation: 0.32, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #38616C is Cyan = 0.48, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 56 | 97 | 108 | - |
| CMYK | 0.48 | 0.10 | 0 | 0.58 |
| HSL | 192.69º | 0.32% | 0.32% | - |
| HSV(B) | 192.69º | 0.48% | 0.42% | - |
| XYZ | 8.61 | 10.47 | 15.75 | - |
| YUV | 86 | 140.42 | 106.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 97 | 108 | 0.48 | 0.10 | 0 | 0.58 | 192.69 | 0.32 | 0.32 |
| Hex | 38 | 61 | 6C | 30 | A | 0 | 3A | C1 | 20 | 20 |
| Octal | 70 | 141 | 154 | 60 | 12 | 0 | 72 | 301 | 40 | 40 |
| Binary | 111000 | 1100001 | 1101100 | 110000 | 1010 | 0 | 111010 | 11000001 | 100000 | 100000 |
Color Harmonies of #38616C
Complementary color
Monochromatic Colors of #38616C
Black with #38616C
Text Example
Text Example
White with #38616C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38616C; }
p { color: rgb(56,97,108); }
H1.HeaderClassName
{
color: #38616C;
}
.AnyTagClassName
{
color: #38616C;
}
</style>
background-color css
<style>
a { background-color: #38616C; }
a { background-color: rgb(56,97,108); }
div.DivClassName
{
background-color: #38616C;
}
.BgClassName
{
background-color: #38616C;
}
</style>
border-color css
<style>
span { border-color: #38616C; }
span { border-color: rgb(56,97,108); }
td.TdClassName
{
border-color: #38616C;
}
.TagClassName
{
border-color: #38616C;
}
</style>