Shades of Lochmara #20729B
Tints of Lochmara #20729B
RGB
CMYK
RGB Variations
Color information
#20729B (or 0x20729B) is known color: Lochmara. HEX triplet: 20, 72 and 9B. RGB value is (32,114,155). Sum of RGB (Red+Green+Blue) = 32+114+155=301 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.63% from 301); Green value is 114 (44.92% from 255 or 37.87% from 301); Blue value is 155 (60.94% from 255 or 51.50% from 301); Max value from RGB is 155 - color contains mainly: blue. Hex color #20729B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #20729B is #DF8D64. Grayscale: #5D5D5D. Windows color (decimal): -14650725 or 10187296. OLE color: 10187296.
HSL color Cylindrical-coordinate representation of color #20729B: hue angle of 200º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #20729B is Cyan = 0.79, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 32 | 114 | 155 | - |
| CMYK | 0.79 | 0.26 | 0 | 0.39 |
| HSL | 200º | 0.66% | 0.37% | - |
| HSV(B) | 200º | 0.79% | 0.61% | - |
| XYZ | 12.53 | 14.71 | 33.19 | - |
| YUV | 94.16 | 162.33 | 83.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 114 | 155 | 0.79 | 0.26 | 0 | 0.39 | 200 | 0.66 | 0.37 |
| Hex | 20 | 72 | 9B | 4F | 1A | 0 | 27 | C8 | 42 | 25 |
| Octal | 40 | 162 | 233 | 117 | 32 | 0 | 47 | 310 | 102 | 45 |
| Binary | 100000 | 1110010 | 10011011 | 1001111 | 11010 | 0 | 100111 | 11001000 | 1000010 | 100101 |
Color Harmonies of #20729B
Complementary color
Monochromatic Colors of #20729B
Black with #20729B
Text Example
Text Example
White with #20729B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20729B; }
p { color: rgb(32,114,155); }
H1.HeaderClassName
{
color: #20729B;
}
.AnyTagClassName
{
color: #20729B;
}
</style>
background-color css
<style>
a { background-color: #20729B; }
a { background-color: rgb(32,114,155); }
div.DivClassName
{
background-color: #20729B;
}
.BgClassName
{
background-color: #20729B;
}
</style>
border-color css
<style>
span { border-color: #20729B; }
span { border-color: rgb(32,114,155); }
td.TdClassName
{
border-color: #20729B;
}
.TagClassName
{
border-color: #20729B;
}
</style>