Shades of Blumine #386371
Tints of Blumine #386371
RGB
CMYK
RGB Variations
Color information
#386371 (or 0x386371) is known color: Blumine. HEX triplet: 38, 63 and 71. RGB value is (56,99,113). Sum of RGB (Red+Green+Blue) = 56+99+113=268 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.90% from 268); Green value is 99 (39.06% from 255 or 36.94% from 268); Blue value is 113 (44.53% from 255 or 42.16% from 268); Max value from RGB is 113 - color contains mainly: blue. Hex color #386371 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386371 is #C79C8E. Grayscale: #575757. Windows color (decimal): -13081743 or 7430968. OLE color: 7430968.
HSL color Cylindrical-coordinate representation of color #386371: hue angle of 194.74º 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 #386371 is Cyan = 0.50, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 56 | 99 | 113 | - |
| CMYK | 0.50 | 0.12 | 0 | 0.56 |
| HSL | 194.74º | 0.34% | 0.33% | - |
| HSV(B) | 194.74º | 0.5% | 0.44% | - |
| XYZ | 9.07 | 10.96 | 17.26 | - |
| YUV | 87.74 | 142.25 | 105.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 99 | 113 | 0.50 | 0.12 | 0 | 0.56 | 194.74 | 0.34 | 0.33 |
| Hex | 38 | 63 | 71 | 32 | C | 0 | 38 | C3 | 22 | 21 |
| Octal | 70 | 143 | 161 | 62 | 14 | 0 | 70 | 303 | 42 | 41 |
| Binary | 111000 | 1100011 | 1110001 | 110010 | 1100 | 0 | 111000 | 11000011 | 100010 | 100001 |
Color Harmonies of #386371
Complementary color
Monochromatic Colors of #386371
Black with #386371
Text Example
Text Example
White with #386371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #386371; }
p { color: rgb(56,99,113); }
H1.HeaderClassName
{
color: #386371;
}
.AnyTagClassName
{
color: #386371;
}
</style>
background-color css
<style>
a { background-color: #386371; }
a { background-color: rgb(56,99,113); }
div.DivClassName
{
background-color: #386371;
}
.BgClassName
{
background-color: #386371;
}
</style>
border-color css
<style>
span { border-color: #386371; }
span { border-color: rgb(56,99,113); }
td.TdClassName
{
border-color: #386371;
}
.TagClassName
{
border-color: #386371;
}
</style>