Shades of Lochmara #3272A5
Tints of Lochmara #3272A5
RGB
CMYK
RGB Variations
Color information
#3272A5 (or 0x3272A5) is known color: Lochmara. HEX triplet: 32, 72 and A5. RGB value is (50,114,165). Sum of RGB (Red+Green+Blue) = 50+114+165=329 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.20% from 329); Green value is 114 (44.92% from 255 or 34.65% from 329); Blue value is 165 (64.84% from 255 or 50.15% from 329); Max value from RGB is 165 - color contains mainly: blue. Hex color #3272A5 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3272A5 is #CD8D5A. Grayscale: #646464. Windows color (decimal): -13471067 or 10842674. OLE color: 10842674.
HSL color Cylindrical-coordinate representation of color #3272A5: hue angle of 206.61º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3272A5 is Cyan = 0.70, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 50 | 114 | 165 | - |
| CMYK | 0.70 | 0.31 | 0 | 0.35 |
| HSL | 206.61º | 0.53% | 0.42% | - |
| HSV(B) | 206.61º | 0.7% | 0.65% | - |
| XYZ | 14.12 | 15.43 | 37.83 | - |
| YUV | 100.68 | 164.3 | 91.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 114 | 165 | 0.70 | 0.31 | 0 | 0.35 | 206.61 | 0.53 | 0.42 |
| Hex | 32 | 72 | A5 | 46 | 1F | 0 | 23 | CF | 35 | 2A |
| Octal | 62 | 162 | 245 | 106 | 37 | 0 | 43 | 317 | 65 | 52 |
| Binary | 110010 | 1110010 | 10100101 | 1000110 | 11111 | 0 | 100011 | 11001111 | 110101 | 101010 |
Color Harmonies of #3272A5
Complementary color
Monochromatic Colors of #3272A5
Black with #3272A5
Text Example
Text Example
White with #3272A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3272A5; }
p { color: rgb(50,114,165); }
H1.HeaderClassName
{
color: #3272A5;
}
.AnyTagClassName
{
color: #3272A5;
}
</style>
background-color css
<style>
a { background-color: #3272A5; }
a { background-color: rgb(50,114,165); }
div.DivClassName
{
background-color: #3272A5;
}
.BgClassName
{
background-color: #3272A5;
}
</style>
border-color css
<style>
span { border-color: #3272A5; }
span { border-color: rgb(50,114,165); }
td.TdClassName
{
border-color: #3272A5;
}
.TagClassName
{
border-color: #3272A5;
}
</style>