Shades of Blumine #385D74
Tints of Blumine #385D74
RGB
CMYK
RGB Variations
Color information
#385D74 (or 0x385D74) is known color: Blumine. HEX triplet: 38, 5D and 74. RGB value is (56,93,116). Sum of RGB (Red+Green+Blue) = 56+93+116=265 (35% of max value = 765). Red value is 56 (22.27% from 255 or 21.13% from 265); Green value is 93 (36.72% from 255 or 35.09% from 265); Blue value is 116 (45.70% from 255 or 43.77% from 265); Max value from RGB is 116 - color contains mainly: blue. Hex color #385D74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385D74 is #C7A28B. Grayscale: #545454. Windows color (decimal): -13083276 or 7626040. OLE color: 7626040.
HSL color Cylindrical-coordinate representation of color #385D74: hue angle of 203º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #385D74 is Cyan = 0.52, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 56 | 93 | 116 | - |
| CMYK | 0.52 | 0.20 | 0 | 0.55 |
| HSL | 203º | 0.35% | 0.34% | - |
| HSV(B) | 203º | 0.52% | 0.45% | - |
| XYZ | 8.7 | 9.93 | 17.98 | - |
| YUV | 84.56 | 145.74 | 107.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 93 | 116 | 0.52 | 0.20 | 0 | 0.55 | 203 | 0.35 | 0.34 |
| Hex | 38 | 5D | 74 | 34 | 14 | 0 | 37 | CB | 23 | 22 |
| Octal | 70 | 135 | 164 | 64 | 24 | 0 | 67 | 313 | 43 | 42 |
| Binary | 111000 | 1011101 | 1110100 | 110100 | 10100 | 0 | 110111 | 11001011 | 100011 | 100010 |
Color Harmonies of #385D74
Complementary color
Monochromatic Colors of #385D74
Black with #385D74
Text Example
Text Example
White with #385D74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #385D74; }
p { color: rgb(56,93,116); }
H1.HeaderClassName
{
color: #385D74;
}
.AnyTagClassName
{
color: #385D74;
}
</style>
background-color css
<style>
a { background-color: #385D74; }
a { background-color: rgb(56,93,116); }
div.DivClassName
{
background-color: #385D74;
}
.BgClassName
{
background-color: #385D74;
}
</style>
border-color css
<style>
span { border-color: #385D74; }
span { border-color: rgb(56,93,116); }
td.TdClassName
{
border-color: #385D74;
}
.TagClassName
{
border-color: #385D74;
}
</style>