Shades of Blumine #386479
Tints of Blumine #386479
RGB
CMYK
RGB Variations
Color information
#386479 (or 0x386479) is known color: Blumine. HEX triplet: 38, 64 and 79. RGB value is (56,100,121). Sum of RGB (Red+Green+Blue) = 56+100+121=277 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.22% from 277); Green value is 100 (39.45% from 255 or 36.10% from 277); Blue value is 121 (47.66% from 255 or 43.68% from 277); Max value from RGB is 121 - color contains mainly: blue. Hex color #386479 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386479 is #C79B86. Grayscale: #595959. Windows color (decimal): -13081479 or 7955512. OLE color: 7955512.
HSL color Cylindrical-coordinate representation of color #386479: hue angle of 199.38º 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 #386479 is Cyan = 0.54, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 56 | 100 | 121 | - |
| CMYK | 0.54 | 0.17 | 0 | 0.53 |
| HSL | 199.38º | 0.37% | 0.35% | - |
| HSV(B) | 199.38º | 0.54% | 0.47% | - |
| XYZ | 9.64 | 11.34 | 19.77 | - |
| YUV | 89.24 | 145.92 | 104.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 100 | 121 | 0.54 | 0.17 | 0 | 0.53 | 199.38 | 0.37 | 0.35 |
| Hex | 38 | 64 | 79 | 36 | 11 | 0 | 35 | C7 | 25 | 23 |
| Octal | 70 | 144 | 171 | 66 | 21 | 0 | 65 | 307 | 45 | 43 |
| Binary | 111000 | 1100100 | 1111001 | 110110 | 10001 | 0 | 110101 | 11000111 | 100101 | 100011 |
Color Harmonies of #386479
Complementary color
Monochromatic Colors of #386479
Black with #386479
Text Example
Text Example
White with #386479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #386479; }
p { color: rgb(56,100,121); }
H1.HeaderClassName
{
color: #386479;
}
.AnyTagClassName
{
color: #386479;
}
</style>
background-color css
<style>
a { background-color: #386479; }
a { background-color: rgb(56,100,121); }
div.DivClassName
{
background-color: #386479;
}
.BgClassName
{
background-color: #386479;
}
</style>
border-color css
<style>
span { border-color: #386479; }
span { border-color: rgb(56,100,121); }
td.TdClassName
{
border-color: #386479;
}
.TagClassName
{
border-color: #386479;
}
</style>