Shades of Lochmara #3265AC
Tints of Lochmara #3265AC
RGB
CMYK
RGB Variations
Color information
#3265AC (or 0x3265AC) is known color: Lochmara. HEX triplet: 32, 65 and AC. RGB value is (50,101,172). Sum of RGB (Red+Green+Blue) = 50+101+172=323 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.48% from 323); Green value is 101 (39.84% from 255 or 31.27% from 323); Blue value is 172 (67.58% from 255 or 53.25% from 323); Max value from RGB is 172 - color contains mainly: blue. Hex color #3265AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3265AC is #CD9A53. Grayscale: #5D5D5D. Windows color (decimal): -13474388 or 11298098. OLE color: 11298098.
HSL color Cylindrical-coordinate representation of color #3265AC: hue angle of 214.92º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3265AC is Cyan = 0.71, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 50 | 101 | 172 | - |
| CMYK | 0.71 | 0.41 | 0 | 0.33 |
| HSL | 214.92º | 0.55% | 0.44% | - |
| HSV(B) | 214.92º | 0.71% | 0.67% | - |
| XYZ | 13.42 | 12.96 | 40.82 | - |
| YUV | 93.85 | 172.1 | 96.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 101 | 172 | 0.71 | 0.41 | 0 | 0.33 | 214.92 | 0.55 | 0.44 |
| Hex | 32 | 65 | AC | 47 | 29 | 0 | 21 | D7 | 37 | 2C |
| Octal | 62 | 145 | 254 | 107 | 51 | 0 | 41 | 327 | 67 | 54 |
| Binary | 110010 | 1100101 | 10101100 | 1000111 | 101001 | 0 | 100001 | 11010111 | 110111 | 101100 |
Color Harmonies of #3265AC
Complementary color
Monochromatic Colors of #3265AC
Black with #3265AC
Text Example
Text Example
White with #3265AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3265AC; }
p { color: rgb(50,101,172); }
H1.HeaderClassName
{
color: #3265AC;
}
.AnyTagClassName
{
color: #3265AC;
}
</style>
background-color css
<style>
a { background-color: #3265AC; }
a { background-color: rgb(50,101,172); }
div.DivClassName
{
background-color: #3265AC;
}
.BgClassName
{
background-color: #3265AC;
}
</style>
border-color css
<style>
span { border-color: #3265AC; }
span { border-color: rgb(50,101,172); }
td.TdClassName
{
border-color: #3265AC;
}
.TagClassName
{
border-color: #3265AC;
}
</style>