Shades of Blumine #386372
Tints of Blumine #386372
RGB
CMYK
RGB Variations
Color information
#386372 (or 0x386372) is known color: Blumine. HEX triplet: 38, 63 and 72. RGB value is (56,99,114). Sum of RGB (Red+Green+Blue) = 56+99+114=269 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.82% from 269); Green value is 99 (39.06% from 255 or 36.80% from 269); Blue value is 114 (44.92% from 255 or 42.38% from 269); Max value from RGB is 114 - color contains mainly: blue. Hex color #386372 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386372 is #C79C8D. Grayscale: #575757. Windows color (decimal): -13081742 or 7496504. OLE color: 7496504.
HSL color Cylindrical-coordinate representation of color #386372: hue angle of 195.52º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #386372 is Cyan = 0.51, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 56 | 99 | 114 | - |
| CMYK | 0.51 | 0.13 | 0 | 0.55 |
| HSL | 195.52º | 0.34% | 0.33% | - |
| HSV(B) | 195.52º | 0.51% | 0.45% | - |
| XYZ | 9.13 | 10.98 | 17.56 | - |
| YUV | 87.85 | 142.75 | 105.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 99 | 114 | 0.51 | 0.13 | 0 | 0.55 | 195.52 | 0.34 | 0.33 |
| Hex | 38 | 63 | 72 | 33 | D | 0 | 37 | C4 | 22 | 21 |
| Octal | 70 | 143 | 162 | 63 | 15 | 0 | 67 | 304 | 42 | 41 |
| Binary | 111000 | 1100011 | 1110010 | 110011 | 1101 | 0 | 110111 | 11000100 | 100010 | 100001 |
Color Harmonies of #386372
Complementary color
Monochromatic Colors of #386372
Black with #386372
Text Example
Text Example
White with #386372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #386372; }
p { color: rgb(56,99,114); }
H1.HeaderClassName
{
color: #386372;
}
.AnyTagClassName
{
color: #386372;
}
</style>
background-color css
<style>
a { background-color: #386372; }
a { background-color: rgb(56,99,114); }
div.DivClassName
{
background-color: #386372;
}
.BgClassName
{
background-color: #386372;
}
</style>
border-color css
<style>
span { border-color: #386372; }
span { border-color: rgb(56,99,114); }
td.TdClassName
{
border-color: #386372;
}
.TagClassName
{
border-color: #386372;
}
</style>