Shades of Blumine #385D69
Tints of Blumine #385D69
RGB
CMYK
RGB Variations
Color information
#385D69 (or 0x385D69) is known color: Blumine. HEX triplet: 38, 5D and 69. RGB value is (56,93,105). Sum of RGB (Red+Green+Blue) = 56+93+105=254 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.05% from 254); Green value is 93 (36.72% from 255 or 36.61% from 254); Blue value is 105 (41.41% from 255 or 41.34% from 254); Max value from RGB is 105 - color contains mainly: blue. Hex color #385D69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385D69 is #C7A296. Grayscale: #535353. Windows color (decimal): -13083287 or 6905144. OLE color: 6905144.
HSL color Cylindrical-coordinate representation of color #385D69: hue angle of 194.69º degrees, saturation: 0.3, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #385D69 is Cyan = 0.47, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 56 | 93 | 105 | - |
| CMYK | 0.47 | 0.11 | 0 | 0.59 |
| HSL | 194.69º | 0.3% | 0.32% | - |
| HSV(B) | 194.69º | 0.47% | 0.41% | - |
| XYZ | 8.1 | 9.69 | 14.81 | - |
| YUV | 83.31 | 140.24 | 108.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 93 | 105 | 0.47 | 0.11 | 0 | 0.59 | 194.69 | 0.3 | 0.32 |
| Hex | 38 | 5D | 69 | 2F | B | 0 | 3B | C3 | 1E | 20 |
| Octal | 70 | 135 | 151 | 57 | 13 | 0 | 73 | 303 | 36 | 40 |
| Binary | 111000 | 1011101 | 1101001 | 101111 | 1011 | 0 | 111011 | 11000011 | 11110 | 100000 |
Color Harmonies of #385D69
Complementary color
Monochromatic Colors of #385D69
Black with #385D69
Text Example
Text Example
White with #385D69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #385D69; }
p { color: rgb(56,93,105); }
H1.HeaderClassName
{
color: #385D69;
}
.AnyTagClassName
{
color: #385D69;
}
</style>
background-color css
<style>
a { background-color: #385D69; }
a { background-color: rgb(56,93,105); }
div.DivClassName
{
background-color: #385D69;
}
.BgClassName
{
background-color: #385D69;
}
</style>
border-color css
<style>
span { border-color: #385D69; }
span { border-color: rgb(56,93,105); }
td.TdClassName
{
border-color: #385D69;
}
.TagClassName
{
border-color: #385D69;
}
</style>