Shades of Blumine #386074
Tints of Blumine #386074
RGB
CMYK
RGB Variations
Color information
#386074 (or 0x386074) is known color: Blumine. HEX triplet: 38, 60 and 74. RGB value is (56,96,116). Sum of RGB (Red+Green+Blue) = 56+96+116=268 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.90% from 268); Green value is 96 (37.89% from 255 or 35.82% from 268); Blue value is 116 (45.70% from 255 or 43.28% from 268); Max value from RGB is 116 - color contains mainly: blue. Hex color #386074 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386074 is #C79F8B. Grayscale: #565656. Windows color (decimal): -13082508 or 7626808. OLE color: 7626808.
HSL color Cylindrical-coordinate representation of color #386074: hue angle of 200º 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 #386074 is Cyan = 0.52, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 56 | 96 | 116 | - |
| CMYK | 0.52 | 0.17 | 0 | 0.55 |
| HSL | 200º | 0.35% | 0.34% | - |
| HSV(B) | 200º | 0.52% | 0.45% | - |
| XYZ | 8.97 | 10.47 | 18.07 | - |
| YUV | 86.32 | 144.75 | 106.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 96 | 116 | 0.52 | 0.17 | 0 | 0.55 | 200 | 0.35 | 0.34 |
| Hex | 38 | 60 | 74 | 34 | 11 | 0 | 37 | C8 | 23 | 22 |
| Octal | 70 | 140 | 164 | 64 | 21 | 0 | 67 | 310 | 43 | 42 |
| Binary | 111000 | 1100000 | 1110100 | 110100 | 10001 | 0 | 110111 | 11001000 | 100011 | 100010 |
Color Harmonies of #386074
Complementary color
Monochromatic Colors of #386074
Black with #386074
Text Example
Text Example
White with #386074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #386074; }
p { color: rgb(56,96,116); }
H1.HeaderClassName
{
color: #386074;
}
.AnyTagClassName
{
color: #386074;
}
</style>
background-color css
<style>
a { background-color: #386074; }
a { background-color: rgb(56,96,116); }
div.DivClassName
{
background-color: #386074;
}
.BgClassName
{
background-color: #386074;
}
</style>
border-color css
<style>
span { border-color: #386074; }
span { border-color: rgb(56,96,116); }
td.TdClassName
{
border-color: #386074;
}
.TagClassName
{
border-color: #386074;
}
</style>