Shades of Lochmara #207AB3
Tints of Lochmara #207AB3
RGB
CMYK
RGB Variations
Color information
#207AB3 (or 0x207AB3) is known color: Lochmara. HEX triplet: 20, 7A and B3. RGB value is (32,122,179). Sum of RGB (Red+Green+Blue) = 32+122+179=333 (44% of max value = 765). Red value is 32 (12.89% from 255 or 9.61% from 333); Green value is 122 (48.05% from 255 or 36.64% from 333); Blue value is 179 (70.31% from 255 or 53.75% from 333); Max value from RGB is 179 - color contains mainly: blue. Hex color #207AB3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #207AB3 is #DF854C. Grayscale: #656565. Windows color (decimal): -14648653 or 11762208. OLE color: 11762208.
HSL color Cylindrical-coordinate representation of color #207AB3: hue angle of 203.27º 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 #207AB3 is Cyan = 0.82, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 32 | 122 | 179 | - |
| CMYK | 0.82 | 0.32 | 0 | 0.30 |
| HSL | 203.27º | 0.7% | 0.41% | - |
| HSV(B) | 203.27º | 0.82% | 0.7% | - |
| XYZ | 15.69 | 17.48 | 45.19 | - |
| YUV | 101.59 | 171.68 | 78.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 122 | 179 | 0.82 | 0.32 | 0 | 0.30 | 203.27 | 0.7 | 0.41 |
| Hex | 20 | 7A | B3 | 52 | 20 | 0 | 1E | CB | 46 | 29 |
| Octal | 40 | 172 | 263 | 122 | 40 | 0 | 36 | 313 | 106 | 51 |
| Binary | 100000 | 1111010 | 10110011 | 1010010 | 100000 | 0 | 11110 | 11001011 | 1000110 | 101001 |
Color Harmonies of #207AB3
Complementary color
Monochromatic Colors of #207AB3
Black with #207AB3
Text Example
Text Example
White with #207AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #207AB3; }
p { color: rgb(32,122,179); }
H1.HeaderClassName
{
color: #207AB3;
}
.AnyTagClassName
{
color: #207AB3;
}
</style>
background-color css
<style>
a { background-color: #207AB3; }
a { background-color: rgb(32,122,179); }
div.DivClassName
{
background-color: #207AB3;
}
.BgClassName
{
background-color: #207AB3;
}
</style>
border-color css
<style>
span { border-color: #207AB3; }
span { border-color: rgb(32,122,179); }
td.TdClassName
{
border-color: #207AB3;
}
.TagClassName
{
border-color: #207AB3;
}
</style>