Shades of Lochmara #3065AC
Tints of Lochmara #3065AC
RGB
CMYK
RGB Variations
Color information
#3065AC (or 0x3065AC) is known color: Lochmara. HEX triplet: 30, 65 and AC. RGB value is (48,101,172). Sum of RGB (Red+Green+Blue) = 48+101+172=321 (42% of max value = 765). Red value is 48 (19.14% from 255 or 14.95% from 321); Green value is 101 (39.84% from 255 or 31.46% from 321); Blue value is 172 (67.58% from 255 or 53.58% from 321); Max value from RGB is 172 - color contains mainly: blue. Hex color #3065AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3065AC is #CF9A53. Grayscale: #5C5C5C. Windows color (decimal): -13605460 or 11298096. OLE color: 11298096.
HSL color Cylindrical-coordinate representation of color #3065AC: hue angle of 214.35º 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 #3065AC is Cyan = 0.72, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 48 | 101 | 172 | - |
| CMYK | 0.72 | 0.41 | 0 | 0.33 |
| HSL | 214.35º | 0.56% | 0.43% | - |
| HSV(B) | 214.35º | 0.72% | 0.67% | - |
| XYZ | 13.32 | 12.91 | 40.82 | - |
| YUV | 93.25 | 172.44 | 95.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 101 | 172 | 0.72 | 0.41 | 0 | 0.33 | 214.35 | 0.56 | 0.43 |
| Hex | 30 | 65 | AC | 48 | 29 | 0 | 21 | D6 | 38 | 2B |
| Octal | 60 | 145 | 254 | 110 | 51 | 0 | 41 | 326 | 70 | 53 |
| Binary | 110000 | 1100101 | 10101100 | 1001000 | 101001 | 0 | 100001 | 11010110 | 111000 | 101011 |
Color Harmonies of #3065AC
Complementary color
Monochromatic Colors of #3065AC
Black with #3065AC
Text Example
Text Example
White with #3065AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3065AC; }
p { color: rgb(48,101,172); }
H1.HeaderClassName
{
color: #3065AC;
}
.AnyTagClassName
{
color: #3065AC;
}
</style>
background-color css
<style>
a { background-color: #3065AC; }
a { background-color: rgb(48,101,172); }
div.DivClassName
{
background-color: #3065AC;
}
.BgClassName
{
background-color: #3065AC;
}
</style>
border-color css
<style>
span { border-color: #3065AC; }
span { border-color: rgb(48,101,172); }
td.TdClassName
{
border-color: #3065AC;
}
.TagClassName
{
border-color: #3065AC;
}
</style>