Shades of Lochmara #3264AD
Tints of Lochmara #3264AD
RGB
CMYK
RGB Variations
Color information
#3264AD (or 0x3264AD) is known color: Lochmara. HEX triplet: 32, 64 and AD. RGB value is (50,100,173). Sum of RGB (Red+Green+Blue) = 50+100+173=323 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.48% from 323); Green value is 100 (39.45% from 255 or 30.96% from 323); Blue value is 173 (67.97% from 255 or 53.56% from 323); Max value from RGB is 173 - color contains mainly: blue. Hex color #3264AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3264AD is #CD9B52. Grayscale: #5D5D5D. Windows color (decimal): -13474643 or 11363378. OLE color: 11363378.
HSL color Cylindrical-coordinate representation of color #3264AD: hue angle of 215.61º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3264AD is Cyan = 0.71, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 50 | 100 | 173 | - |
| CMYK | 0.71 | 0.42 | 0 | 0.32 |
| HSL | 215.61º | 0.55% | 0.44% | - |
| HSV(B) | 215.61º | 0.71% | 0.68% | - |
| XYZ | 13.42 | 12.81 | 41.3 | - |
| YUV | 93.37 | 172.94 | 97.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 100 | 173 | 0.71 | 0.42 | 0 | 0.32 | 215.61 | 0.55 | 0.44 |
| Hex | 32 | 64 | AD | 47 | 2A | 0 | 20 | D8 | 37 | 2C |
| Octal | 62 | 144 | 255 | 107 | 52 | 0 | 40 | 330 | 67 | 54 |
| Binary | 110010 | 1100100 | 10101101 | 1000111 | 101010 | 0 | 100000 | 11011000 | 110111 | 101100 |
Color Harmonies of #3264AD
Complementary color
Monochromatic Colors of #3264AD
Black with #3264AD
Text Example
Text Example
White with #3264AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3264AD; }
p { color: rgb(50,100,173); }
H1.HeaderClassName
{
color: #3264AD;
}
.AnyTagClassName
{
color: #3264AD;
}
</style>
background-color css
<style>
a { background-color: #3264AD; }
a { background-color: rgb(50,100,173); }
div.DivClassName
{
background-color: #3264AD;
}
.BgClassName
{
background-color: #3264AD;
}
</style>
border-color css
<style>
span { border-color: #3264AD; }
span { border-color: rgb(50,100,173); }
td.TdClassName
{
border-color: #3264AD;
}
.TagClassName
{
border-color: #3264AD;
}
</style>