Shades of Lochmara #3E73A9
Tints of Lochmara #3E73A9
RGB
CMYK
RGB Variations
Color information
#3E73A9 (or 0x3E73A9) is known color: Lochmara. HEX triplet: 3E, 73 and A9. RGB value is (62,115,169). Sum of RGB (Red+Green+Blue) = 62+115+169=346 (45% of max value = 765). Red value is 62 (24.61% from 255 or 17.92% from 346); Green value is 115 (45.31% from 255 or 33.24% from 346); Blue value is 169 (66.41% from 255 or 48.84% from 346); Max value from RGB is 169 - color contains mainly: blue. Hex color #3E73A9 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3E73A9 is #C18C56. Grayscale: #696969. Windows color (decimal): -12684375 or 11105086. OLE color: 11105086.
HSL color Cylindrical-coordinate representation of color #3E73A9: hue angle of 210.28º degrees, saturation: 0.46, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3E73A9 is Cyan = 0.63, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 62 | 115 | 169 | - |
| CMYK | 0.63 | 0.32 | 0 | 0.34 |
| HSL | 210.28º | 0.46% | 0.45% | - |
| HSV(B) | 210.28º | 0.63% | 0.66% | - |
| XYZ | 15.28 | 16.15 | 39.85 | - |
| YUV | 105.31 | 163.94 | 97.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 115 | 169 | 0.63 | 0.32 | 0 | 0.34 | 210.28 | 0.46 | 0.45 |
| Hex | 3E | 73 | A9 | 3F | 20 | 0 | 22 | D2 | 2E | 2D |
| Octal | 76 | 163 | 251 | 77 | 40 | 0 | 42 | 322 | 56 | 55 |
| Binary | 111110 | 1110011 | 10101001 | 111111 | 100000 | 0 | 100010 | 11010010 | 101110 | 101101 |
Color Harmonies of #3E73A9
Complementary color
Monochromatic Colors of #3E73A9
Black with #3E73A9
Text Example
Text Example
White with #3E73A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E73A9; }
p { color: rgb(62,115,169); }
H1.HeaderClassName
{
color: #3E73A9;
}
.AnyTagClassName
{
color: #3E73A9;
}
</style>
background-color css
<style>
a { background-color: #3E73A9; }
a { background-color: rgb(62,115,169); }
div.DivClassName
{
background-color: #3E73A9;
}
.BgClassName
{
background-color: #3E73A9;
}
</style>
border-color css
<style>
span { border-color: #3E73A9; }
span { border-color: rgb(62,115,169); }
td.TdClassName
{
border-color: #3E73A9;
}
.TagClassName
{
border-color: #3E73A9;
}
</style>