Shades of Lochmara #3065A6
Tints of Lochmara #3065A6
RGB
CMYK
RGB Variations
Color information
#3065A6 (or 0x3065A6) is known color: Lochmara. HEX triplet: 30, 65 and A6. RGB value is (48,101,166). Sum of RGB (Red+Green+Blue) = 48+101+166=315 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.24% from 315); Green value is 101 (39.84% from 255 or 32.06% from 315); Blue value is 166 (65.23% from 255 or 52.70% from 315); Max value from RGB is 166 - color contains mainly: blue. Hex color #3065A6 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3065A6 is #CF9A59. Grayscale: #5C5C5C. Windows color (decimal): -13605466 or 10904880. OLE color: 10904880.
HSL color Cylindrical-coordinate representation of color #3065A6: hue angle of 213.05º 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 #3065A6 is Cyan = 0.71, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 48 | 101 | 166 | - |
| CMYK | 0.71 | 0.39 | 0 | 0.35 |
| HSL | 213.05º | 0.55% | 0.42% | - |
| HSV(B) | 213.05º | 0.71% | 0.65% | - |
| XYZ | 12.76 | 12.69 | 37.85 | - |
| YUV | 92.56 | 169.44 | 96.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 101 | 166 | 0.71 | 0.39 | 0 | 0.35 | 213.05 | 0.55 | 0.42 |
| Hex | 30 | 65 | A6 | 47 | 27 | 0 | 23 | D5 | 37 | 2A |
| Octal | 60 | 145 | 246 | 107 | 47 | 0 | 43 | 325 | 67 | 52 |
| Binary | 110000 | 1100101 | 10100110 | 1000111 | 100111 | 0 | 100011 | 11010101 | 110111 | 101010 |
Color Harmonies of #3065A6
Complementary color
Monochromatic Colors of #3065A6
Black with #3065A6
Text Example
Text Example
White with #3065A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3065A6; }
p { color: rgb(48,101,166); }
H1.HeaderClassName
{
color: #3065A6;
}
.AnyTagClassName
{
color: #3065A6;
}
</style>
background-color css
<style>
a { background-color: #3065A6; }
a { background-color: rgb(48,101,166); }
div.DivClassName
{
background-color: #3065A6;
}
.BgClassName
{
background-color: #3065A6;
}
</style>
border-color css
<style>
span { border-color: #3065A6; }
span { border-color: rgb(48,101,166); }
td.TdClassName
{
border-color: #3065A6;
}
.TagClassName
{
border-color: #3065A6;
}
</style>