Shades of Blumine #386379
Tints of Blumine #386379
RGB
CMYK
RGB Variations
Color information
#386379 (or 0x386379) is known color: Blumine. HEX triplet: 38, 63 and 79. RGB value is (56,99,121). Sum of RGB (Red+Green+Blue) = 56+99+121=276 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.29% from 276); Green value is 99 (39.06% from 255 or 35.87% from 276); Blue value is 121 (47.66% from 255 or 43.84% from 276); Max value from RGB is 121 - color contains mainly: blue. Hex color #386379 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386379 is #C79C86. Grayscale: #585858. Windows color (decimal): -13081735 or 7955256. OLE color: 7955256.
HSL color Cylindrical-coordinate representation of color #386379: hue angle of 200.31º degrees, saturation: 0.37, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #386379 is Cyan = 0.54, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 56 | 99 | 121 | - |
| CMYK | 0.54 | 0.18 | 0 | 0.53 |
| HSL | 200.31º | 0.37% | 0.35% | - |
| HSV(B) | 200.31º | 0.54% | 0.47% | - |
| XYZ | 9.54 | 11.14 | 19.74 | - |
| YUV | 88.65 | 146.25 | 104.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 99 | 121 | 0.54 | 0.18 | 0 | 0.53 | 200.31 | 0.37 | 0.35 |
| Hex | 38 | 63 | 79 | 36 | 12 | 0 | 35 | C8 | 25 | 23 |
| Octal | 70 | 143 | 171 | 66 | 22 | 0 | 65 | 310 | 45 | 43 |
| Binary | 111000 | 1100011 | 1111001 | 110110 | 10010 | 0 | 110101 | 11001000 | 100101 | 100011 |
Color Harmonies of #386379
Complementary color
Monochromatic Colors of #386379
Black with #386379
Text Example
Text Example
White with #386379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #386379; }
p { color: rgb(56,99,121); }
H1.HeaderClassName
{
color: #386379;
}
.AnyTagClassName
{
color: #386379;
}
</style>
background-color css
<style>
a { background-color: #386379; }
a { background-color: rgb(56,99,121); }
div.DivClassName
{
background-color: #386379;
}
.BgClassName
{
background-color: #386379;
}
</style>
border-color css
<style>
span { border-color: #386379; }
span { border-color: rgb(56,99,121); }
td.TdClassName
{
border-color: #386379;
}
.TagClassName
{
border-color: #386379;
}
</style>