Shades of Lochmara #3273AC
Tints of Lochmara #3273AC
RGB
CMYK
RGB Variations
Color information
#3273AC (or 0x3273AC) is known color: Lochmara. HEX triplet: 32, 73 and AC. RGB value is (50,115,172). Sum of RGB (Red+Green+Blue) = 50+115+172=337 (44% of max value = 765). Red value is 50 (19.92% from 255 or 14.84% from 337); Green value is 115 (45.31% from 255 or 34.12% from 337); Blue value is 172 (67.58% from 255 or 51.04% from 337); Max value from RGB is 172 - color contains mainly: blue. Hex color #3273AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3273AC is #CD8C53. Grayscale: #656565. Windows color (decimal): -13470804 or 11301682. OLE color: 11301682.
HSL color Cylindrical-coordinate representation of color #3273AC: hue angle of 208.03º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3273AC is Cyan = 0.71, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 50 | 115 | 172 | - |
| CMYK | 0.71 | 0.33 | 0 | 0.33 |
| HSL | 208.03º | 0.55% | 0.44% | - |
| HSV(B) | 208.03º | 0.71% | 0.67% | - |
| XYZ | 14.89 | 15.92 | 41.32 | - |
| YUV | 102.06 | 167.47 | 90.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 115 | 172 | 0.71 | 0.33 | 0 | 0.33 | 208.03 | 0.55 | 0.44 |
| Hex | 32 | 73 | AC | 47 | 21 | 0 | 21 | D0 | 37 | 2C |
| Octal | 62 | 163 | 254 | 107 | 41 | 0 | 41 | 320 | 67 | 54 |
| Binary | 110010 | 1110011 | 10101100 | 1000111 | 100001 | 0 | 100001 | 11010000 | 110111 | 101100 |
Color Harmonies of #3273AC
Complementary color
Monochromatic Colors of #3273AC
Black with #3273AC
Text Example
Text Example
White with #3273AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3273AC; }
p { color: rgb(50,115,172); }
H1.HeaderClassName
{
color: #3273AC;
}
.AnyTagClassName
{
color: #3273AC;
}
</style>
background-color css
<style>
a { background-color: #3273AC; }
a { background-color: rgb(50,115,172); }
div.DivClassName
{
background-color: #3273AC;
}
.BgClassName
{
background-color: #3273AC;
}
</style>
border-color css
<style>
span { border-color: #3273AC; }
span { border-color: rgb(50,115,172); }
td.TdClassName
{
border-color: #3273AC;
}
.TagClassName
{
border-color: #3273AC;
}
</style>