Shades of Lochmara #3073AD
Tints of Lochmara #3073AD
RGB
CMYK
RGB Variations
Color information
#3073AD (or 0x3073AD) is known color: Lochmara. HEX triplet: 30, 73 and AD. RGB value is (48,115,173). Sum of RGB (Red+Green+Blue) = 48+115+173=336 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.29% from 336); Green value is 115 (45.31% from 255 or 34.23% from 336); Blue value is 173 (67.97% from 255 or 51.49% from 336); Max value from RGB is 173 - color contains mainly: blue. Hex color #3073AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3073AD is #CF8C52. Grayscale: #656565. Windows color (decimal): -13601875 or 11367216. OLE color: 11367216.
HSL color Cylindrical-coordinate representation of color #3073AD: hue angle of 207.84º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3073AD is Cyan = 0.72, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 48 | 115 | 173 | - |
| CMYK | 0.72 | 0.34 | 0 | 0.32 |
| HSL | 207.84º | 0.57% | 0.43% | - |
| HSV(B) | 207.84º | 0.72% | 0.68% | - |
| XYZ | 14.89 | 15.91 | 41.82 | - |
| YUV | 101.58 | 168.3 | 89.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 115 | 173 | 0.72 | 0.34 | 0 | 0.32 | 207.84 | 0.57 | 0.43 |
| Hex | 30 | 73 | AD | 48 | 22 | 0 | 20 | D0 | 39 | 2B |
| Octal | 60 | 163 | 255 | 110 | 42 | 0 | 40 | 320 | 71 | 53 |
| Binary | 110000 | 1110011 | 10101101 | 1001000 | 100010 | 0 | 100000 | 11010000 | 111001 | 101011 |
Color Harmonies of #3073AD
Complementary color
Monochromatic Colors of #3073AD
Black with #3073AD
Text Example
Text Example
White with #3073AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3073AD; }
p { color: rgb(48,115,173); }
H1.HeaderClassName
{
color: #3073AD;
}
.AnyTagClassName
{
color: #3073AD;
}
</style>
background-color css
<style>
a { background-color: #3073AD; }
a { background-color: rgb(48,115,173); }
div.DivClassName
{
background-color: #3073AD;
}
.BgClassName
{
background-color: #3073AD;
}
</style>
border-color css
<style>
span { border-color: #3073AD; }
span { border-color: rgb(48,115,173); }
td.TdClassName
{
border-color: #3073AD;
}
.TagClassName
{
border-color: #3073AD;
}
</style>