Shades of Blumine #386172
Tints of Blumine #386172
RGB
CMYK
RGB Variations
Color information
#386172 (or 0x386172) is known color: Blumine. HEX triplet: 38, 61 and 72. RGB value is (56,97,114). Sum of RGB (Red+Green+Blue) = 56+97+114=267 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.97% from 267); Green value is 97 (38.28% from 255 or 36.33% from 267); Blue value is 114 (44.92% from 255 or 42.70% from 267); Max value from RGB is 114 - color contains mainly: blue. Hex color #386172 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386172 is #C79E8D. Grayscale: #565656. Windows color (decimal): -13082254 or 7495992. OLE color: 7495992.
HSL color Cylindrical-coordinate representation of color #386172: hue angle of 197.59º 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 #386172 is Cyan = 0.51, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 56 | 97 | 114 | - |
| CMYK | 0.51 | 0.15 | 0 | 0.55 |
| HSL | 197.59º | 0.34% | 0.33% | - |
| HSV(B) | 197.59º | 0.51% | 0.45% | - |
| XYZ | 8.94 | 10.61 | 17.5 | - |
| YUV | 86.68 | 143.42 | 106.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 97 | 114 | 0.51 | 0.15 | 0 | 0.55 | 197.59 | 0.34 | 0.33 |
| Hex | 38 | 61 | 72 | 33 | F | 0 | 37 | C6 | 22 | 21 |
| Octal | 70 | 141 | 162 | 63 | 17 | 0 | 67 | 306 | 42 | 41 |
| Binary | 111000 | 1100001 | 1110010 | 110011 | 1111 | 0 | 110111 | 11000110 | 100010 | 100001 |
Color Harmonies of #386172
Complementary color
Monochromatic Colors of #386172
Black with #386172
Text Example
Text Example
White with #386172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #386172; }
p { color: rgb(56,97,114); }
H1.HeaderClassName
{
color: #386172;
}
.AnyTagClassName
{
color: #386172;
}
</style>
background-color css
<style>
a { background-color: #386172; }
a { background-color: rgb(56,97,114); }
div.DivClassName
{
background-color: #386172;
}
.BgClassName
{
background-color: #386172;
}
</style>
border-color css
<style>
span { border-color: #386172; }
span { border-color: rgb(56,97,114); }
td.TdClassName
{
border-color: #386172;
}
.TagClassName
{
border-color: #386172;
}
</style>