Shades of Lochmara #3073A6
Tints of Lochmara #3073A6
RGB
CMYK
RGB Variations
Color information
#3073A6 (or 0x3073A6) is known color: Lochmara. HEX triplet: 30, 73 and A6. RGB value is (48,115,166). Sum of RGB (Red+Green+Blue) = 48+115+166=329 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.59% from 329); Green value is 115 (45.31% from 255 or 34.95% from 329); Blue value is 166 (65.23% from 255 or 50.46% from 329); Max value from RGB is 166 - color contains mainly: blue. Hex color #3073A6 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3073A6 is #CF8C59. Grayscale: #646464. Windows color (decimal): -13601882 or 10908464. OLE color: 10908464.
HSL color Cylindrical-coordinate representation of color #3073A6: hue angle of 205.93º degrees, saturation: 0.55, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3073A6 is Cyan = 0.71, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 48 | 115 | 166 | - |
| CMYK | 0.71 | 0.31 | 0 | 0.35 |
| HSL | 205.93º | 0.55% | 0.42% | - |
| HSV(B) | 205.93º | 0.71% | 0.65% | - |
| XYZ | 14.23 | 15.64 | 38.35 | - |
| YUV | 100.78 | 164.8 | 90.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 115 | 166 | 0.71 | 0.31 | 0 | 0.35 | 205.93 | 0.55 | 0.42 |
| Hex | 30 | 73 | A6 | 47 | 1F | 0 | 23 | CE | 37 | 2A |
| Octal | 60 | 163 | 246 | 107 | 37 | 0 | 43 | 316 | 67 | 52 |
| Binary | 110000 | 1110011 | 10100110 | 1000111 | 11111 | 0 | 100011 | 11001110 | 110111 | 101010 |
Color Harmonies of #3073A6
Complementary color
Monochromatic Colors of #3073A6
Black with #3073A6
Text Example
Text Example
White with #3073A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3073A6; }
p { color: rgb(48,115,166); }
H1.HeaderClassName
{
color: #3073A6;
}
.AnyTagClassName
{
color: #3073A6;
}
</style>
background-color css
<style>
a { background-color: #3073A6; }
a { background-color: rgb(48,115,166); }
div.DivClassName
{
background-color: #3073A6;
}
.BgClassName
{
background-color: #3073A6;
}
</style>
border-color css
<style>
span { border-color: #3073A6; }
span { border-color: rgb(48,115,166); }
td.TdClassName
{
border-color: #3073A6;
}
.TagClassName
{
border-color: #3073A6;
}
</style>