Shades of Lochmara #3B7CA5
Tints of Lochmara #3B7CA5
RGB
CMYK
RGB Variations
Color information
#3B7CA5 (or 0x3B7CA5) is known color: Lochmara. HEX triplet: 3B, 7C and A5. RGB value is (59,124,165). Sum of RGB (Red+Green+Blue) = 59+124+165=348 (46% of max value = 765). Red value is 59 (23.44% from 255 or 16.95% from 348); Green value is 124 (48.83% from 255 or 35.63% from 348); Blue value is 165 (64.84% from 255 or 47.41% from 348); Max value from RGB is 165 - color contains mainly: blue. Hex color #3B7CA5 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B7CA5 is #C4835A. Grayscale: #6D6D6D. Windows color (decimal): -12878683 or 10845243. OLE color: 10845243.
HSL color Cylindrical-coordinate representation of color #3B7CA5: hue angle of 203.21º degrees, saturation: 0.47, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3B7CA5 is Cyan = 0.64, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 59 | 124 | 165 | - |
| CMYK | 0.64 | 0.25 | 0 | 0.35 |
| HSL | 203.21º | 0.47% | 0.44% | - |
| HSV(B) | 203.21º | 0.64% | 0.65% | - |
| XYZ | 15.8 | 18.06 | 38.25 | - |
| YUV | 109.24 | 159.47 | 92.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 124 | 165 | 0.64 | 0.25 | 0 | 0.35 | 203.21 | 0.47 | 0.44 |
| Hex | 3B | 7C | A5 | 40 | 19 | 0 | 23 | CB | 2F | 2C |
| Octal | 73 | 174 | 245 | 100 | 31 | 0 | 43 | 313 | 57 | 54 |
| Binary | 111011 | 1111100 | 10100101 | 1000000 | 11001 | 0 | 100011 | 11001011 | 101111 | 101100 |
Color Harmonies of #3B7CA5
Complementary color
Monochromatic Colors of #3B7CA5
Black with #3B7CA5
Text Example
Text Example
White with #3B7CA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B7CA5; }
p { color: rgb(59,124,165); }
H1.HeaderClassName
{
color: #3B7CA5;
}
.AnyTagClassName
{
color: #3B7CA5;
}
</style>
background-color css
<style>
a { background-color: #3B7CA5; }
a { background-color: rgb(59,124,165); }
div.DivClassName
{
background-color: #3B7CA5;
}
.BgClassName
{
background-color: #3B7CA5;
}
</style>
border-color css
<style>
span { border-color: #3B7CA5; }
span { border-color: rgb(59,124,165); }
td.TdClassName
{
border-color: #3B7CA5;
}
.TagClassName
{
border-color: #3B7CA5;
}
</style>