Shades of Lochmara #3068A0
Tints of Lochmara #3068A0
RGB
CMYK
RGB Variations
Color information
#3068A0 (or 0x3068A0) is known color: Lochmara. HEX triplet: 30, 68 and A0. RGB value is (48,104,160). Sum of RGB (Red+Green+Blue) = 48+104+160=312 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.38% from 312); Green value is 104 (41.02% from 255 or 33.33% from 312); Blue value is 160 (62.89% from 255 or 51.28% from 312); Max value from RGB is 160 - color contains mainly: blue. Hex color #3068A0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3068A0 is #CF975F. Grayscale: #5D5D5D. Windows color (decimal): -13604704 or 10512432. OLE color: 10512432.
HSL color Cylindrical-coordinate representation of color #3068A0: hue angle of 210º 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 #3068A0 is Cyan = 0.70, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 48 | 104 | 160 | - |
| CMYK | 0.70 | 0.35 | 0 | 0.37 |
| HSL | 210º | 0.54% | 0.41% | - |
| HSV(B) | 210º | 0.7% | 0.63% | - |
| XYZ | 12.51 | 13.07 | 35.12 | - |
| YUV | 93.64 | 165.45 | 95.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 104 | 160 | 0.70 | 0.35 | 0 | 0.37 | 210 | 0.54 | 0.41 |
| Hex | 30 | 68 | A0 | 46 | 23 | 0 | 25 | D2 | 36 | 29 |
| Octal | 60 | 150 | 240 | 106 | 43 | 0 | 45 | 322 | 66 | 51 |
| Binary | 110000 | 1101000 | 10100000 | 1000110 | 100011 | 0 | 100101 | 11010010 | 110110 | 101001 |
Color Harmonies of #3068A0
Complementary color
Monochromatic Colors of #3068A0
Black with #3068A0
Text Example
Text Example
White with #3068A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3068A0; }
p { color: rgb(48,104,160); }
H1.HeaderClassName
{
color: #3068A0;
}
.AnyTagClassName
{
color: #3068A0;
}
</style>
background-color css
<style>
a { background-color: #3068A0; }
a { background-color: rgb(48,104,160); }
div.DivClassName
{
background-color: #3068A0;
}
.BgClassName
{
background-color: #3068A0;
}
</style>
border-color css
<style>
span { border-color: #3068A0; }
span { border-color: rgb(48,104,160); }
td.TdClassName
{
border-color: #3068A0;
}
.TagClassName
{
border-color: #3068A0;
}
</style>