Shades of Lochmara #2075B2
Tints of Lochmara #2075B2
RGB
CMYK
RGB Variations
Color information
#2075B2 (or 0x2075B2) is known color: Lochmara. HEX triplet: 20, 75 and B2. RGB value is (32,117,178). Sum of RGB (Red+Green+Blue) = 32+117+178=327 (43% of max value = 765). Red value is 32 (12.89% from 255 or 9.79% from 327); Green value is 117 (46.09% from 255 or 35.78% from 327); Blue value is 178 (69.92% from 255 or 54.43% from 327); Max value from RGB is 178 - color contains mainly: blue. Hex color #2075B2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2075B2 is #DF8A4D. Grayscale: #626262. Windows color (decimal): -14649934 or 11695392. OLE color: 11695392.
HSL color Cylindrical-coordinate representation of color #2075B2: hue angle of 205.07º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2075B2 is Cyan = 0.82, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 32 | 117 | 178 | - |
| CMYK | 0.82 | 0.34 | 0 | 0.30 |
| HSL | 205.07º | 0.7% | 0.41% | - |
| HSV(B) | 205.07º | 0.82% | 0.7% | - |
| XYZ | 14.99 | 16.24 | 44.46 | - |
| YUV | 98.54 | 172.84 | 80.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 117 | 178 | 0.82 | 0.34 | 0 | 0.30 | 205.07 | 0.7 | 0.41 |
| Hex | 20 | 75 | B2 | 52 | 22 | 0 | 1E | CD | 46 | 29 |
| Octal | 40 | 165 | 262 | 122 | 42 | 0 | 36 | 315 | 106 | 51 |
| Binary | 100000 | 1110101 | 10110010 | 1010010 | 100010 | 0 | 11110 | 11001101 | 1000110 | 101001 |
Color Harmonies of #2075B2
Complementary color
Monochromatic Colors of #2075B2
Black with #2075B2
Text Example
Text Example
White with #2075B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2075B2; }
p { color: rgb(32,117,178); }
H1.HeaderClassName
{
color: #2075B2;
}
.AnyTagClassName
{
color: #2075B2;
}
</style>
background-color css
<style>
a { background-color: #2075B2; }
a { background-color: rgb(32,117,178); }
div.DivClassName
{
background-color: #2075B2;
}
.BgClassName
{
background-color: #2075B2;
}
</style>
border-color css
<style>
span { border-color: #2075B2; }
span { border-color: rgb(32,117,178); }
td.TdClassName
{
border-color: #2075B2;
}
.TagClassName
{
border-color: #2075B2;
}
</style>