Shades of Lochmara #3265AB
Tints of Lochmara #3265AB
RGB
CMYK
RGB Variations
Color information
#3265AB (or 0x3265AB) is known color: Lochmara. HEX triplet: 32, 65 and AB. RGB value is (50,101,171). Sum of RGB (Red+Green+Blue) = 50+101+171=322 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.53% from 322); Green value is 101 (39.84% from 255 or 31.37% from 322); Blue value is 171 (67.19% from 255 or 53.11% from 322); Max value from RGB is 171 - color contains mainly: blue. Hex color #3265AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3265AB is #CD9A54. Grayscale: #5D5D5D. Windows color (decimal): -13474389 or 11232562. OLE color: 11232562.
HSL color Cylindrical-coordinate representation of color #3265AB: hue angle of 214.71º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3265AB is Cyan = 0.71, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 50 | 101 | 171 | - |
| CMYK | 0.71 | 0.41 | 0 | 0.33 |
| HSL | 214.71º | 0.55% | 0.43% | - |
| HSV(B) | 214.71º | 0.71% | 0.67% | - |
| XYZ | 13.32 | 12.93 | 40.32 | - |
| YUV | 93.73 | 171.6 | 96.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 101 | 171 | 0.71 | 0.41 | 0 | 0.33 | 214.71 | 0.55 | 0.43 |
| Hex | 32 | 65 | AB | 47 | 29 | 0 | 21 | D7 | 37 | 2B |
| Octal | 62 | 145 | 253 | 107 | 51 | 0 | 41 | 327 | 67 | 53 |
| Binary | 110010 | 1100101 | 10101011 | 1000111 | 101001 | 0 | 100001 | 11010111 | 110111 | 101011 |
Color Harmonies of #3265AB
Complementary color
Monochromatic Colors of #3265AB
Black with #3265AB
Text Example
Text Example
White with #3265AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3265AB; }
p { color: rgb(50,101,171); }
H1.HeaderClassName
{
color: #3265AB;
}
.AnyTagClassName
{
color: #3265AB;
}
</style>
background-color css
<style>
a { background-color: #3265AB; }
a { background-color: rgb(50,101,171); }
div.DivClassName
{
background-color: #3265AB;
}
.BgClassName
{
background-color: #3265AB;
}
</style>
border-color css
<style>
span { border-color: #3265AB; }
span { border-color: rgb(50,101,171); }
td.TdClassName
{
border-color: #3265AB;
}
.TagClassName
{
border-color: #3265AB;
}
</style>