Shades of Lochmara #386C98
Tints of Lochmara #386C98
RGB
CMYK
RGB Variations
Color information
#386C98 (or 0x386C98) is known color: Lochmara. HEX triplet: 38, 6C and 98. RGB value is (56,108,152). Sum of RGB (Red+Green+Blue) = 56+108+152=316 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.72% from 316); Green value is 108 (42.58% from 255 or 34.18% from 316); Blue value is 152 (59.77% from 255 or 48.10% from 316); Max value from RGB is 152 - color contains mainly: blue. Hex color #386C98 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #386C98 is #C79367. Grayscale: #616161. Windows color (decimal): -13079400 or 9989176. OLE color: 9989176.
HSL color Cylindrical-coordinate representation of color #386C98: hue angle of 207.5º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #386C98 is Cyan = 0.63, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 56 | 108 | 152 | - |
| CMYK | 0.63 | 0.29 | 0 | 0.40 |
| HSL | 207.5º | 0.46% | 0.41% | - |
| HSV(B) | 207.5º | 0.63% | 0.6% | - |
| XYZ | 12.66 | 13.83 | 31.71 | - |
| YUV | 97.47 | 158.77 | 98.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 108 | 152 | 0.63 | 0.29 | 0 | 0.40 | 207.5 | 0.46 | 0.41 |
| Hex | 38 | 6C | 98 | 3F | 1D | 0 | 28 | D0 | 2E | 29 |
| Octal | 70 | 154 | 230 | 77 | 35 | 0 | 50 | 320 | 56 | 51 |
| Binary | 111000 | 1101100 | 10011000 | 111111 | 11101 | 0 | 101000 | 11010000 | 101110 | 101001 |
Color Harmonies of #386C98
Complementary color
Monochromatic Colors of #386C98
Black with #386C98
Text Example
Text Example
White with #386C98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #386C98; }
p { color: rgb(56,108,152); }
H1.HeaderClassName
{
color: #386C98;
}
.AnyTagClassName
{
color: #386C98;
}
</style>
background-color css
<style>
a { background-color: #386C98; }
a { background-color: rgb(56,108,152); }
div.DivClassName
{
background-color: #386C98;
}
.BgClassName
{
background-color: #386C98;
}
</style>
border-color css
<style>
span { border-color: #386C98; }
span { border-color: rgb(56,108,152); }
td.TdClassName
{
border-color: #386C98;
}
.TagClassName
{
border-color: #386C98;
}
</style>