Shades of Lochmara #3275AB
Tints of Lochmara #3275AB
RGB
CMYK
RGB Variations
Color information
#3275AB (or 0x3275AB) is known color: Lochmara. HEX triplet: 32, 75 and AB. RGB value is (50,117,171). Sum of RGB (Red+Green+Blue) = 50+117+171=338 (44% of max value = 765). Red value is 50 (19.92% from 255 or 14.79% from 338); Green value is 117 (46.09% from 255 or 34.62% from 338); Blue value is 171 (67.19% from 255 or 50.59% from 338); Max value from RGB is 171 - color contains mainly: blue. Hex color #3275AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3275AB is #CD8A54. Grayscale: #666666. Windows color (decimal): -13470293 or 11236658. OLE color: 11236658.
HSL color Cylindrical-coordinate representation of color #3275AB: hue angle of 206.78º 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 #3275AB is Cyan = 0.71, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 50 | 117 | 171 | - |
| CMYK | 0.71 | 0.32 | 0 | 0.33 |
| HSL | 206.78º | 0.55% | 0.43% | - |
| HSV(B) | 206.78º | 0.71% | 0.67% | - |
| XYZ | 15.03 | 16.34 | 40.89 | - |
| YUV | 103.12 | 166.3 | 90.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 117 | 171 | 0.71 | 0.32 | 0 | 0.33 | 206.78 | 0.55 | 0.43 |
| Hex | 32 | 75 | AB | 47 | 20 | 0 | 21 | CF | 37 | 2B |
| Octal | 62 | 165 | 253 | 107 | 40 | 0 | 41 | 317 | 67 | 53 |
| Binary | 110010 | 1110101 | 10101011 | 1000111 | 100000 | 0 | 100001 | 11001111 | 110111 | 101011 |
Color Harmonies of #3275AB
Complementary color
Monochromatic Colors of #3275AB
Black with #3275AB
Text Example
Text Example
White with #3275AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3275AB; }
p { color: rgb(50,117,171); }
H1.HeaderClassName
{
color: #3275AB;
}
.AnyTagClassName
{
color: #3275AB;
}
</style>
background-color css
<style>
a { background-color: #3275AB; }
a { background-color: rgb(50,117,171); }
div.DivClassName
{
background-color: #3275AB;
}
.BgClassName
{
background-color: #3275AB;
}
</style>
border-color css
<style>
span { border-color: #3275AB; }
span { border-color: rgb(50,117,171); }
td.TdClassName
{
border-color: #3275AB;
}
.TagClassName
{
border-color: #3275AB;
}
</style>