Shades of Blumine #38636D
Tints of Blumine #38636D
RGB
CMYK
RGB Variations
Color information
#38636D (or 0x38636D) is known color: Blumine. HEX triplet: 38, 63 and 6D. RGB value is (56,99,109). Sum of RGB (Red+Green+Blue) = 56+99+109=264 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.21% from 264); Green value is 99 (39.06% from 255 or 37.5% from 264); Blue value is 109 (42.97% from 255 or 41.29% from 264); Max value from RGB is 109 - color contains mainly: blue. Hex color #38636D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38636D is #C79C92. Grayscale: #575757. Windows color (decimal): -13081747 or 7168824. OLE color: 7168824.
HSL color Cylindrical-coordinate representation of color #38636D: hue angle of 191.32º degrees, saturation: 0.32, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #38636D is Cyan = 0.49, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 56 | 99 | 109 | - |
| CMYK | 0.49 | 0.09 | 0 | 0.57 |
| HSL | 191.32º | 0.32% | 0.32% | - |
| HSV(B) | 191.32º | 0.49% | 0.43% | - |
| XYZ | 8.85 | 10.87 | 16.1 | - |
| YUV | 87.28 | 140.25 | 105.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 99 | 109 | 0.49 | 0.09 | 0 | 0.57 | 191.32 | 0.32 | 0.32 |
| Hex | 38 | 63 | 6D | 31 | 9 | 0 | 39 | BF | 20 | 20 |
| Octal | 70 | 143 | 155 | 61 | 11 | 0 | 71 | 277 | 40 | 40 |
| Binary | 111000 | 1100011 | 1101101 | 110001 | 1001 | 0 | 111001 | 10111111 | 100000 | 100000 |
Color Harmonies of #38636D
Complementary color
Monochromatic Colors of #38636D
Black with #38636D
Text Example
Text Example
White with #38636D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38636D; }
p { color: rgb(56,99,109); }
H1.HeaderClassName
{
color: #38636D;
}
.AnyTagClassName
{
color: #38636D;
}
</style>
background-color css
<style>
a { background-color: #38636D; }
a { background-color: rgb(56,99,109); }
div.DivClassName
{
background-color: #38636D;
}
.BgClassName
{
background-color: #38636D;
}
</style>
border-color css
<style>
span { border-color: #38636D; }
span { border-color: rgb(56,99,109); }
td.TdClassName
{
border-color: #38636D;
}
.TagClassName
{
border-color: #38636D;
}
</style>