Shades of Lochmara #327BAA
Tints of Lochmara #327BAA
RGB
CMYK
RGB Variations
Color information
#327BAA (or 0x327BAA) is known color: Lochmara. HEX triplet: 32, 7B and AA. RGB value is (50,123,170). Sum of RGB (Red+Green+Blue) = 50+123+170=343 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.58% from 343); Green value is 123 (48.44% from 255 or 35.86% from 343); Blue value is 170 (66.80% from 255 or 49.56% from 343); Max value from RGB is 170 - color contains mainly: blue. Hex color #327BAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #327BAA is #CD8455. Grayscale: #6A6A6A. Windows color (decimal): -13468758 or 11172658. OLE color: 11172658.
HSL color Cylindrical-coordinate representation of color #327BAA: hue angle of 203.5º 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 #327BAA is Cyan = 0.71, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 50 | 123 | 170 | - |
| CMYK | 0.71 | 0.28 | 0 | 0.33 |
| HSL | 203.5º | 0.55% | 0.43% | - |
| HSV(B) | 203.5º | 0.71% | 0.67% | - |
| XYZ | 15.65 | 17.75 | 40.63 | - |
| YUV | 106.53 | 163.82 | 87.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 123 | 170 | 0.71 | 0.28 | 0 | 0.33 | 203.5 | 0.55 | 0.43 |
| Hex | 32 | 7B | AA | 47 | 1C | 0 | 21 | CC | 37 | 2B |
| Octal | 62 | 173 | 252 | 107 | 34 | 0 | 41 | 314 | 67 | 53 |
| Binary | 110010 | 1111011 | 10101010 | 1000111 | 11100 | 0 | 100001 | 11001100 | 110111 | 101011 |
Color Harmonies of #327BAA
Complementary color
Monochromatic Colors of #327BAA
Black with #327BAA
Text Example
Text Example
White with #327BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #327BAA; }
p { color: rgb(50,123,170); }
H1.HeaderClassName
{
color: #327BAA;
}
.AnyTagClassName
{
color: #327BAA;
}
</style>
background-color css
<style>
a { background-color: #327BAA; }
a { background-color: rgb(50,123,170); }
div.DivClassName
{
background-color: #327BAA;
}
.BgClassName
{
background-color: #327BAA;
}
</style>
border-color css
<style>
span { border-color: #327BAA; }
span { border-color: rgb(50,123,170); }
td.TdClassName
{
border-color: #327BAA;
}
.TagClassName
{
border-color: #327BAA;
}
</style>