Shades of Lochmara #327AAD
Tints of Lochmara #327AAD
RGB
CMYK
RGB Variations
Color information
#327AAD (or 0x327AAD) is known color: Lochmara. HEX triplet: 32, 7A and AD. RGB value is (50,122,173). Sum of RGB (Red+Green+Blue) = 50+122+173=345 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.49% from 345); Green value is 122 (48.05% from 255 or 35.36% from 345); Blue value is 173 (67.97% from 255 or 50.14% from 345); Max value from RGB is 173 - color contains mainly: blue. Hex color #327AAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #327AAD is #CD8552. Grayscale: #6A6A6A. Windows color (decimal): -13469011 or 11369010. OLE color: 11369010.
HSL color Cylindrical-coordinate representation of color #327AAD: hue angle of 204.88º 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 #327AAD is Cyan = 0.71, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 50 | 122 | 173 | - |
| CMYK | 0.71 | 0.29 | 0 | 0.32 |
| HSL | 204.88º | 0.55% | 0.44% | - |
| HSV(B) | 204.88º | 0.71% | 0.68% | - |
| XYZ | 15.82 | 17.61 | 42.1 | - |
| YUV | 106.29 | 165.65 | 87.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 122 | 173 | 0.71 | 0.29 | 0 | 0.32 | 204.88 | 0.55 | 0.44 |
| Hex | 32 | 7A | AD | 47 | 1D | 0 | 20 | CD | 37 | 2C |
| Octal | 62 | 172 | 255 | 107 | 35 | 0 | 40 | 315 | 67 | 54 |
| Binary | 110010 | 1111010 | 10101101 | 1000111 | 11101 | 0 | 100000 | 11001101 | 110111 | 101100 |
Color Harmonies of #327AAD
Complementary color
Monochromatic Colors of #327AAD
Black with #327AAD
Text Example
Text Example
White with #327AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #327AAD; }
p { color: rgb(50,122,173); }
H1.HeaderClassName
{
color: #327AAD;
}
.AnyTagClassName
{
color: #327AAD;
}
</style>
background-color css
<style>
a { background-color: #327AAD; }
a { background-color: rgb(50,122,173); }
div.DivClassName
{
background-color: #327AAD;
}
.BgClassName
{
background-color: #327AAD;
}
</style>
border-color css
<style>
span { border-color: #327AAD; }
span { border-color: rgb(50,122,173); }
td.TdClassName
{
border-color: #327AAD;
}
.TagClassName
{
border-color: #327AAD;
}
</style>