Shades of Lochmara #3073A0
Tints of Lochmara #3073A0
RGB
CMYK
RGB Variations
Color information
#3073A0 (or 0x3073A0) is known color: Lochmara. HEX triplet: 30, 73 and A0. RGB value is (48,115,160). Sum of RGB (Red+Green+Blue) = 48+115+160=323 (42% of max value = 765). Red value is 48 (19.14% from 255 or 14.86% from 323); Green value is 115 (45.31% from 255 or 35.60% from 323); Blue value is 160 (62.89% from 255 or 49.54% from 323); Max value from RGB is 160 - color contains mainly: blue. Hex color #3073A0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3073A0 is #CF8C5F. Grayscale: #636363. Windows color (decimal): -13601888 or 10515248. OLE color: 10515248.
HSL color Cylindrical-coordinate representation of color #3073A0: hue angle of 204.11º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3073A0 is Cyan = 0.70, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 48 | 115 | 160 | - |
| CMYK | 0.70 | 0.28 | 0 | 0.37 |
| HSL | 204.11º | 0.54% | 0.41% | - |
| HSV(B) | 204.11º | 0.7% | 0.63% | - |
| XYZ | 13.69 | 15.43 | 35.51 | - |
| YUV | 100.1 | 161.8 | 90.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 115 | 160 | 0.70 | 0.28 | 0 | 0.37 | 204.11 | 0.54 | 0.41 |
| Hex | 30 | 73 | A0 | 46 | 1C | 0 | 25 | CC | 36 | 29 |
| Octal | 60 | 163 | 240 | 106 | 34 | 0 | 45 | 314 | 66 | 51 |
| Binary | 110000 | 1110011 | 10100000 | 1000110 | 11100 | 0 | 100101 | 11001100 | 110110 | 101001 |
Color Harmonies of #3073A0
Complementary color
Monochromatic Colors of #3073A0
Black with #3073A0
Text Example
Text Example
White with #3073A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3073A0; }
p { color: rgb(48,115,160); }
H1.HeaderClassName
{
color: #3073A0;
}
.AnyTagClassName
{
color: #3073A0;
}
</style>
background-color css
<style>
a { background-color: #3073A0; }
a { background-color: rgb(48,115,160); }
div.DivClassName
{
background-color: #3073A0;
}
.BgClassName
{
background-color: #3073A0;
}
</style>
border-color css
<style>
span { border-color: #3073A0; }
span { border-color: rgb(48,115,160); }
td.TdClassName
{
border-color: #3073A0;
}
.TagClassName
{
border-color: #3073A0;
}
</style>