Shades of Lochmara #3273AF
Tints of Lochmara #3273AF
RGB
CMYK
RGB Variations
Color information
#3273AF (or 0x3273AF) is known color: Lochmara. HEX triplet: 32, 73 and AF. RGB value is (50,115,175). Sum of RGB (Red+Green+Blue) = 50+115+175=340 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.71% from 340); Green value is 115 (45.31% from 255 or 33.82% from 340); Blue value is 175 (68.75% from 255 or 51.47% from 340); Max value from RGB is 175 - color contains mainly: blue. Hex color #3273AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3273AF is #CD8C50. Grayscale: #666666. Windows color (decimal): -13470801 or 11498290. OLE color: 11498290.
HSL color Cylindrical-coordinate representation of color #3273AF: hue angle of 208.8º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3273AF is Cyan = 0.71, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 50 | 115 | 175 | - |
| CMYK | 0.71 | 0.34 | 0 | 0.31 |
| HSL | 208.8º | 0.56% | 0.44% | - |
| HSV(B) | 208.8º | 0.71% | 0.69% | - |
| XYZ | 15.18 | 16.03 | 42.85 | - |
| YUV | 102.41 | 168.97 | 90.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 115 | 175 | 0.71 | 0.34 | 0 | 0.31 | 208.8 | 0.56 | 0.44 |
| Hex | 32 | 73 | AF | 47 | 22 | 0 | 1F | D1 | 38 | 2C |
| Octal | 62 | 163 | 257 | 107 | 42 | 0 | 37 | 321 | 70 | 54 |
| Binary | 110010 | 1110011 | 10101111 | 1000111 | 100010 | 0 | 11111 | 11010001 | 111000 | 101100 |
Color Harmonies of #3273AF
Complementary color
Monochromatic Colors of #3273AF
Black with #3273AF
Text Example
Text Example
White with #3273AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3273AF; }
p { color: rgb(50,115,175); }
H1.HeaderClassName
{
color: #3273AF;
}
.AnyTagClassName
{
color: #3273AF;
}
</style>
background-color css
<style>
a { background-color: #3273AF; }
a { background-color: rgb(50,115,175); }
div.DivClassName
{
background-color: #3273AF;
}
.BgClassName
{
background-color: #3273AF;
}
</style>
border-color css
<style>
span { border-color: #3273AF; }
span { border-color: rgb(50,115,175); }
td.TdClassName
{
border-color: #3273AF;
}
.TagClassName
{
border-color: #3273AF;
}
</style>