Shades of Lochmara #386693
Tints of Lochmara #386693
RGB
CMYK
RGB Variations
Color information
#386693 (or 0x386693) is known color: Lochmara. HEX triplet: 38, 66 and 93. RGB value is (56,102,147). Sum of RGB (Red+Green+Blue) = 56+102+147=305 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.36% from 305); Green value is 102 (40.23% from 255 or 33.44% from 305); Blue value is 147 (57.81% from 255 or 48.20% from 305); Max value from RGB is 147 - color contains mainly: blue. Hex color #386693 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #386693 is #C7996C. Grayscale: #5D5D5D. Windows color (decimal): -13080941 or 9659960. OLE color: 9659960.
HSL color Cylindrical-coordinate representation of color #386693: hue angle of 209.67º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #386693 is Cyan = 0.62, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 56 | 102 | 147 | - |
| CMYK | 0.62 | 0.31 | 0 | 0.42 |
| HSL | 209.67º | 0.45% | 0.4% | - |
| HSV(B) | 209.67º | 0.62% | 0.58% | - |
| XYZ | 11.65 | 12.45 | 29.39 | - |
| YUV | 93.38 | 158.26 | 101.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 102 | 147 | 0.62 | 0.31 | 0 | 0.42 | 209.67 | 0.45 | 0.4 |
| Hex | 38 | 66 | 93 | 3E | 1F | 0 | 2A | D2 | 2D | 28 |
| Octal | 70 | 146 | 223 | 76 | 37 | 0 | 52 | 322 | 55 | 50 |
| Binary | 111000 | 1100110 | 10010011 | 111110 | 11111 | 0 | 101010 | 11010010 | 101101 | 101000 |
Color Harmonies of #386693
Complementary color
Monochromatic Colors of #386693
Black with #386693
Text Example
Text Example
White with #386693
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #386693; }
p { color: rgb(56,102,147); }
H1.HeaderClassName
{
color: #386693;
}
.AnyTagClassName
{
color: #386693;
}
</style>
background-color css
<style>
a { background-color: #386693; }
a { background-color: rgb(56,102,147); }
div.DivClassName
{
background-color: #386693;
}
.BgClassName
{
background-color: #386693;
}
</style>
border-color css
<style>
span { border-color: #386693; }
span { border-color: rgb(56,102,147); }
td.TdClassName
{
border-color: #386693;
}
.TagClassName
{
border-color: #386693;
}
</style>