Shades of Lochmara #3068AC
Tints of Lochmara #3068AC
RGB
CMYK
RGB Variations
Color information
#3068AC (or 0x3068AC) is known color: Lochmara. HEX triplet: 30, 68 and AC. RGB value is (48,104,172). Sum of RGB (Red+Green+Blue) = 48+104+172=324 (42% of max value = 765). Red value is 48 (19.14% from 255 or 14.81% from 324); Green value is 104 (41.02% from 255 or 32.10% from 324); Blue value is 172 (67.58% from 255 or 53.09% from 324); Max value from RGB is 172 - color contains mainly: blue. Hex color #3068AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3068AC is #CF9753. Grayscale: #5E5E5E. Windows color (decimal): -13604692 or 11298864. OLE color: 11298864.
HSL color Cylindrical-coordinate representation of color #3068AC: hue angle of 212.9º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3068AC is Cyan = 0.72, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 48 | 104 | 172 | - |
| CMYK | 0.72 | 0.40 | 0 | 0.33 |
| HSL | 212.9º | 0.56% | 0.43% | - |
| HSV(B) | 212.9º | 0.72% | 0.67% | - |
| XYZ | 13.62 | 13.51 | 40.92 | - |
| YUV | 95.01 | 171.45 | 94.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 104 | 172 | 0.72 | 0.40 | 0 | 0.33 | 212.9 | 0.56 | 0.43 |
| Hex | 30 | 68 | AC | 48 | 28 | 0 | 21 | D5 | 38 | 2B |
| Octal | 60 | 150 | 254 | 110 | 50 | 0 | 41 | 325 | 70 | 53 |
| Binary | 110000 | 1101000 | 10101100 | 1001000 | 101000 | 0 | 100001 | 11010101 | 111000 | 101011 |
Color Harmonies of #3068AC
Complementary color
Monochromatic Colors of #3068AC
Black with #3068AC
Text Example
Text Example
White with #3068AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3068AC; }
p { color: rgb(48,104,172); }
H1.HeaderClassName
{
color: #3068AC;
}
.AnyTagClassName
{
color: #3068AC;
}
</style>
background-color css
<style>
a { background-color: #3068AC; }
a { background-color: rgb(48,104,172); }
div.DivClassName
{
background-color: #3068AC;
}
.BgClassName
{
background-color: #3068AC;
}
</style>
border-color css
<style>
span { border-color: #3068AC; }
span { border-color: rgb(48,104,172); }
td.TdClassName
{
border-color: #3068AC;
}
.TagClassName
{
border-color: #3068AC;
}
</style>