Shades of Blumine #385B71
Tints of Blumine #385B71
RGB
CMYK
RGB Variations
Color information
#385B71 (or 0x385B71) is known color: Blumine. HEX triplet: 38, 5B and 71. RGB value is (56,91,113). Sum of RGB (Red+Green+Blue) = 56+91+113=260 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.54% from 260); Green value is 91 (35.94% from 255 or 35% from 260); Blue value is 113 (44.53% from 255 or 43.46% from 260); Max value from RGB is 113 - color contains mainly: blue. Hex color #385B71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385B71 is #C7A48E. Grayscale: #525252. Windows color (decimal): -13083791 or 7428920. OLE color: 7428920.
HSL color Cylindrical-coordinate representation of color #385B71: hue angle of 203.16º 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 #385B71 is Cyan = 0.50, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 56 | 91 | 113 | - |
| CMYK | 0.50 | 0.19 | 0 | 0.56 |
| HSL | 203.16º | 0.34% | 0.33% | - |
| HSV(B) | 203.16º | 0.5% | 0.44% | - |
| XYZ | 8.35 | 9.52 | 17.02 | - |
| YUV | 83.04 | 144.9 | 108.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 91 | 113 | 0.50 | 0.19 | 0 | 0.56 | 203.16 | 0.34 | 0.33 |
| Hex | 38 | 5B | 71 | 32 | 13 | 0 | 38 | CB | 22 | 21 |
| Octal | 70 | 133 | 161 | 62 | 23 | 0 | 70 | 313 | 42 | 41 |
| Binary | 111000 | 1011011 | 1110001 | 110010 | 10011 | 0 | 111000 | 11001011 | 100010 | 100001 |
Color Harmonies of #385B71
Complementary color
Monochromatic Colors of #385B71
Black with #385B71
Text Example
Text Example
White with #385B71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #385B71; }
p { color: rgb(56,91,113); }
H1.HeaderClassName
{
color: #385B71;
}
.AnyTagClassName
{
color: #385B71;
}
</style>
background-color css
<style>
a { background-color: #385B71; }
a { background-color: rgb(56,91,113); }
div.DivClassName
{
background-color: #385B71;
}
.BgClassName
{
background-color: #385B71;
}
</style>
border-color css
<style>
span { border-color: #385B71; }
span { border-color: rgb(56,91,113); }
td.TdClassName
{
border-color: #385B71;
}
.TagClassName
{
border-color: #385B71;
}
</style>