Shades of Lochmara #386BAE
Tints of Lochmara #386BAE
RGB
CMYK
RGB Variations
Color information
#386BAE (or 0x386BAE) is known color: Lochmara. HEX triplet: 38, 6B and AE. RGB value is (56,107,174). Sum of RGB (Red+Green+Blue) = 56+107+174=337 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.62% from 337); Green value is 107 (42.19% from 255 or 31.75% from 337); Blue value is 174 (68.36% from 255 or 51.63% from 337); Max value from RGB is 174 - color contains mainly: blue. Hex color #386BAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #386BAE is #C79451. Grayscale: #636363. Windows color (decimal): -13079634 or 11430712. OLE color: 11430712.
HSL color Cylindrical-coordinate representation of color #386BAE: hue angle of 214.07º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #386BAE is Cyan = 0.68, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 56 | 107 | 174 | - |
| CMYK | 0.68 | 0.39 | 0 | 0.32 |
| HSL | 214.07º | 0.51% | 0.45% | - |
| HSV(B) | 214.07º | 0.68% | 0.68% | - |
| XYZ | 14.53 | 14.41 | 42.06 | - |
| YUV | 99.39 | 170.1 | 97.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 107 | 174 | 0.68 | 0.39 | 0 | 0.32 | 214.07 | 0.51 | 0.45 |
| Hex | 38 | 6B | AE | 44 | 27 | 0 | 20 | D6 | 33 | 2D |
| Octal | 70 | 153 | 256 | 104 | 47 | 0 | 40 | 326 | 63 | 55 |
| Binary | 111000 | 1101011 | 10101110 | 1000100 | 100111 | 0 | 100000 | 11010110 | 110011 | 101101 |
Color Harmonies of #386BAE
Complementary color
Monochromatic Colors of #386BAE
Black with #386BAE
Text Example
Text Example
White with #386BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #386BAE; }
p { color: rgb(56,107,174); }
H1.HeaderClassName
{
color: #386BAE;
}
.AnyTagClassName
{
color: #386BAE;
}
</style>
background-color css
<style>
a { background-color: #386BAE; }
a { background-color: rgb(56,107,174); }
div.DivClassName
{
background-color: #386BAE;
}
.BgClassName
{
background-color: #386BAE;
}
</style>
border-color css
<style>
span { border-color: #386BAE; }
span { border-color: rgb(56,107,174); }
td.TdClassName
{
border-color: #386BAE;
}
.TagClassName
{
border-color: #386BAE;
}
</style>