Shades of Blumine #385F6A
Tints of Blumine #385F6A
RGB
CMYK
RGB Variations
Color information
#385F6A (or 0x385F6A) is known color: Blumine. HEX triplet: 38, 5F and 6A. RGB value is (56,95,106). Sum of RGB (Red+Green+Blue) = 56+95+106=257 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.79% from 257); Green value is 95 (37.5% from 255 or 36.96% from 257); Blue value is 106 (41.80% from 255 or 41.25% from 257); Max value from RGB is 106 - color contains mainly: blue. Hex color #385F6A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385F6A is #C7A095. Grayscale: #545454. Windows color (decimal): -13082774 or 6971192. OLE color: 6971192.
HSL color Cylindrical-coordinate representation of color #385F6A: hue angle of 193.2º degrees, saturation: 0.31, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #385F6A is Cyan = 0.47, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 56 | 95 | 106 | - |
| CMYK | 0.47 | 0.10 | 0 | 0.58 |
| HSL | 193.2º | 0.31% | 0.32% | - |
| HSV(B) | 193.2º | 0.47% | 0.42% | - |
| XYZ | 8.32 | 10.07 | 15.14 | - |
| YUV | 84.59 | 140.08 | 107.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 95 | 106 | 0.47 | 0.10 | 0 | 0.58 | 193.2 | 0.31 | 0.32 |
| Hex | 38 | 5F | 6A | 2F | A | 0 | 3A | C1 | 1F | 20 |
| Octal | 70 | 137 | 152 | 57 | 12 | 0 | 72 | 301 | 37 | 40 |
| Binary | 111000 | 1011111 | 1101010 | 101111 | 1010 | 0 | 111010 | 11000001 | 11111 | 100000 |
Color Harmonies of #385F6A
Complementary color
Monochromatic Colors of #385F6A
Black with #385F6A
Text Example
Text Example
White with #385F6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #385F6A; }
p { color: rgb(56,95,106); }
H1.HeaderClassName
{
color: #385F6A;
}
.AnyTagClassName
{
color: #385F6A;
}
</style>
background-color css
<style>
a { background-color: #385F6A; }
a { background-color: rgb(56,95,106); }
div.DivClassName
{
background-color: #385F6A;
}
.BgClassName
{
background-color: #385F6A;
}
</style>
border-color css
<style>
span { border-color: #385F6A; }
span { border-color: rgb(56,95,106); }
td.TdClassName
{
border-color: #385F6A;
}
.TagClassName
{
border-color: #385F6A;
}
</style>