Shades of Lochmara #386BAA
Tints of Lochmara #386BAA
RGB
CMYK
RGB Variations
Color information
#386BAA (or 0x386BAA) is known color: Lochmara. HEX triplet: 38, 6B and AA. RGB value is (56,107,170). Sum of RGB (Red+Green+Blue) = 56+107+170=333 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.82% from 333); Green value is 107 (42.19% from 255 or 32.13% from 333); Blue value is 170 (66.80% from 255 or 51.05% from 333); Max value from RGB is 170 - color contains mainly: blue. Hex color #386BAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #386BAA is #C79455. Grayscale: #626262. Windows color (decimal): -13079638 or 11168568. OLE color: 11168568.
HSL color Cylindrical-coordinate representation of color #386BAA: hue angle of 213.16º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #386BAA is Cyan = 0.67, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 56 | 107 | 170 | - |
| CMYK | 0.67 | 0.37 | 0 | 0.33 |
| HSL | 213.16º | 0.5% | 0.44% | - |
| HSV(B) | 213.16º | 0.67% | 0.67% | - |
| XYZ | 14.14 | 14.26 | 40.04 | - |
| YUV | 98.93 | 168.1 | 97.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 107 | 170 | 0.67 | 0.37 | 0 | 0.33 | 213.16 | 0.5 | 0.44 |
| Hex | 38 | 6B | AA | 43 | 25 | 0 | 21 | D5 | 32 | 2C |
| Octal | 70 | 153 | 252 | 103 | 45 | 0 | 41 | 325 | 62 | 54 |
| Binary | 111000 | 1101011 | 10101010 | 1000011 | 100101 | 0 | 100001 | 11010101 | 110010 | 101100 |
Color Harmonies of #386BAA
Complementary color
Monochromatic Colors of #386BAA
Black with #386BAA
Text Example
Text Example
White with #386BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #386BAA; }
p { color: rgb(56,107,170); }
H1.HeaderClassName
{
color: #386BAA;
}
.AnyTagClassName
{
color: #386BAA;
}
</style>
background-color css
<style>
a { background-color: #386BAA; }
a { background-color: rgb(56,107,170); }
div.DivClassName
{
background-color: #386BAA;
}
.BgClassName
{
background-color: #386BAA;
}
</style>
border-color css
<style>
span { border-color: #386BAA; }
span { border-color: rgb(56,107,170); }
td.TdClassName
{
border-color: #386BAA;
}
.TagClassName
{
border-color: #386BAA;
}
</style>