Shades of Lochmara #2075AE
Tints of Lochmara #2075AE
RGB
CMYK
RGB Variations
Color information
#2075AE (or 0x2075AE) is known color: Lochmara. HEX triplet: 20, 75 and AE. RGB value is (32,117,174). Sum of RGB (Red+Green+Blue) = 32+117+174=323 (42% of max value = 765). Red value is 32 (12.89% from 255 or 9.91% from 323); Green value is 117 (46.09% from 255 or 36.22% from 323); Blue value is 174 (68.36% from 255 or 53.87% from 323); Max value from RGB is 174 - color contains mainly: blue. Hex color #2075AE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2075AE is #DF8A51. Grayscale: #616161. Windows color (decimal): -14649938 or 11433248. OLE color: 11433248.
HSL color Cylindrical-coordinate representation of color #2075AE: hue angle of 204.08º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2075AE is Cyan = 0.82, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 32 | 117 | 174 | - |
| CMYK | 0.82 | 0.33 | 0 | 0.32 |
| HSL | 204.08º | 0.69% | 0.4% | - |
| HSV(B) | 204.08º | 0.82% | 0.68% | - |
| XYZ | 14.6 | 16.09 | 42.38 | - |
| YUV | 98.08 | 170.84 | 80.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 117 | 174 | 0.82 | 0.33 | 0 | 0.32 | 204.08 | 0.69 | 0.4 |
| Hex | 20 | 75 | AE | 52 | 21 | 0 | 20 | CC | 45 | 28 |
| Octal | 40 | 165 | 256 | 122 | 41 | 0 | 40 | 314 | 105 | 50 |
| Binary | 100000 | 1110101 | 10101110 | 1010010 | 100001 | 0 | 100000 | 11001100 | 1000101 | 101000 |
Color Harmonies of #2075AE
Complementary color
Monochromatic Colors of #2075AE
Black with #2075AE
Text Example
Text Example
White with #2075AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2075AE; }
p { color: rgb(32,117,174); }
H1.HeaderClassName
{
color: #2075AE;
}
.AnyTagClassName
{
color: #2075AE;
}
</style>
background-color css
<style>
a { background-color: #2075AE; }
a { background-color: rgb(32,117,174); }
div.DivClassName
{
background-color: #2075AE;
}
.BgClassName
{
background-color: #2075AE;
}
</style>
border-color css
<style>
span { border-color: #2075AE; }
span { border-color: rgb(32,117,174); }
td.TdClassName
{
border-color: #2075AE;
}
.TagClassName
{
border-color: #2075AE;
}
</style>