Shades of Blumine #385C69
Tints of Blumine #385C69
RGB
CMYK
RGB Variations
Color information
#385C69 (or 0x385C69) is known color: Blumine. HEX triplet: 38, 5C and 69. RGB value is (56,92,105). Sum of RGB (Red+Green+Blue) = 56+92+105=253 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.13% from 253); Green value is 92 (36.33% from 255 or 36.36% from 253); Blue value is 105 (41.41% from 255 or 41.50% from 253); Max value from RGB is 105 - color contains mainly: blue. Hex color #385C69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385C69 is #C7A396. Grayscale: #525252. Windows color (decimal): -13083543 or 6904888. OLE color: 6904888.
HSL color Cylindrical-coordinate representation of color #385C69: hue angle of 195.92º 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 #385C69 is Cyan = 0.47, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 56 | 92 | 105 | - |
| CMYK | 0.47 | 0.12 | 0 | 0.59 |
| HSL | 195.92º | 0.3% | 0.32% | - |
| HSV(B) | 195.92º | 0.47% | 0.41% | - |
| XYZ | 8.01 | 9.51 | 14.78 | - |
| YUV | 82.72 | 140.57 | 108.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 92 | 105 | 0.47 | 0.12 | 0 | 0.59 | 195.92 | 0.3 | 0.32 |
| Hex | 38 | 5C | 69 | 2F | C | 0 | 3B | C4 | 1E | 20 |
| Octal | 70 | 134 | 151 | 57 | 14 | 0 | 73 | 304 | 36 | 40 |
| Binary | 111000 | 1011100 | 1101001 | 101111 | 1100 | 0 | 111011 | 11000100 | 11110 | 100000 |
Color Harmonies of #385C69
Complementary color
Monochromatic Colors of #385C69
Black with #385C69
Text Example
Text Example
White with #385C69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #385C69; }
p { color: rgb(56,92,105); }
H1.HeaderClassName
{
color: #385C69;
}
.AnyTagClassName
{
color: #385C69;
}
</style>
background-color css
<style>
a { background-color: #385C69; }
a { background-color: rgb(56,92,105); }
div.DivClassName
{
background-color: #385C69;
}
.BgClassName
{
background-color: #385C69;
}
</style>
border-color css
<style>
span { border-color: #385C69; }
span { border-color: rgb(56,92,105); }
td.TdClassName
{
border-color: #385C69;
}
.TagClassName
{
border-color: #385C69;
}
</style>