Shades of Lochmara #327BA4
Tints of Lochmara #327BA4
RGB
CMYK
RGB Variations
Color information
#327BA4 (or 0x327BA4) is known color: Lochmara. HEX triplet: 32, 7B and A4. RGB value is (50,123,164). Sum of RGB (Red+Green+Blue) = 50+123+164=337 (44% of max value = 765). Red value is 50 (19.92% from 255 or 14.84% from 337); Green value is 123 (48.44% from 255 or 36.50% from 337); Blue value is 164 (64.45% from 255 or 48.66% from 337); Max value from RGB is 164 - color contains mainly: blue. Hex color #327BA4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #327BA4 is #CD845B. Grayscale: #696969. Windows color (decimal): -13468764 or 10779442. OLE color: 10779442.
HSL color Cylindrical-coordinate representation of color #327BA4: hue angle of 201.58º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #327BA4 is Cyan = 0.70, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 50 | 123 | 164 | - |
| CMYK | 0.70 | 0.25 | 0 | 0.36 |
| HSL | 201.58º | 0.53% | 0.42% | - |
| HSV(B) | 201.58º | 0.7% | 0.64% | - |
| XYZ | 15.1 | 17.52 | 37.71 | - |
| YUV | 105.85 | 160.82 | 88.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 123 | 164 | 0.70 | 0.25 | 0 | 0.36 | 201.58 | 0.53 | 0.42 |
| Hex | 32 | 7B | A4 | 46 | 19 | 0 | 24 | CA | 35 | 2A |
| Octal | 62 | 173 | 244 | 106 | 31 | 0 | 44 | 312 | 65 | 52 |
| Binary | 110010 | 1111011 | 10100100 | 1000110 | 11001 | 0 | 100100 | 11001010 | 110101 | 101010 |
Color Harmonies of #327BA4
Complementary color
Monochromatic Colors of #327BA4
Black with #327BA4
Text Example
Text Example
White with #327BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #327BA4; }
p { color: rgb(50,123,164); }
H1.HeaderClassName
{
color: #327BA4;
}
.AnyTagClassName
{
color: #327BA4;
}
</style>
background-color css
<style>
a { background-color: #327BA4; }
a { background-color: rgb(50,123,164); }
div.DivClassName
{
background-color: #327BA4;
}
.BgClassName
{
background-color: #327BA4;
}
</style>
border-color css
<style>
span { border-color: #327BA4; }
span { border-color: rgb(50,123,164); }
td.TdClassName
{
border-color: #327BA4;
}
.TagClassName
{
border-color: #327BA4;
}
</style>