Shades of Lochmara #386FA2
Tints of Lochmara #386FA2
RGB
CMYK
RGB Variations
Color information
#386FA2 (or 0x386FA2) is known color: Lochmara. HEX triplet: 38, 6F and A2. RGB value is (56,111,162). Sum of RGB (Red+Green+Blue) = 56+111+162=329 (43% of max value = 765). Red value is 56 (22.27% from 255 or 17.02% from 329); Green value is 111 (43.75% from 255 or 33.74% from 329); Blue value is 162 (63.67% from 255 or 49.24% from 329); Max value from RGB is 162 - color contains mainly: blue. Hex color #386FA2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #386FA2 is #C7905D. Grayscale: #646464. Windows color (decimal): -13078622 or 10645304. OLE color: 10645304.
HSL color Cylindrical-coordinate representation of color #386FA2: hue angle of 208.87º degrees, saturation: 0.49, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #386FA2 is Cyan = 0.65, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 56 | 111 | 162 | - |
| CMYK | 0.65 | 0.31 | 0 | 0.36 |
| HSL | 208.87º | 0.49% | 0.43% | - |
| HSV(B) | 208.87º | 0.65% | 0.64% | - |
| XYZ | 13.84 | 14.82 | 36.31 | - |
| YUV | 100.37 | 162.78 | 96.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 111 | 162 | 0.65 | 0.31 | 0 | 0.36 | 208.87 | 0.49 | 0.43 |
| Hex | 38 | 6F | A2 | 41 | 1F | 0 | 24 | D1 | 31 | 2B |
| Octal | 70 | 157 | 242 | 101 | 37 | 0 | 44 | 321 | 61 | 53 |
| Binary | 111000 | 1101111 | 10100010 | 1000001 | 11111 | 0 | 100100 | 11010001 | 110001 | 101011 |
Color Harmonies of #386FA2
Complementary color
Monochromatic Colors of #386FA2
Black with #386FA2
Text Example
Text Example
White with #386FA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #386FA2; }
p { color: rgb(56,111,162); }
H1.HeaderClassName
{
color: #386FA2;
}
.AnyTagClassName
{
color: #386FA2;
}
</style>
background-color css
<style>
a { background-color: #386FA2; }
a { background-color: rgb(56,111,162); }
div.DivClassName
{
background-color: #386FA2;
}
.BgClassName
{
background-color: #386FA2;
}
</style>
border-color css
<style>
span { border-color: #386FA2; }
span { border-color: rgb(56,111,162); }
td.TdClassName
{
border-color: #386FA2;
}
.TagClassName
{
border-color: #386FA2;
}
</style>