Shades of Lochmara #236EA7
Tints of Lochmara #236EA7
RGB
CMYK
RGB Variations
Color information
#236EA7 (or 0x236EA7) is known color: Lochmara. HEX triplet: 23, 6E and A7. RGB value is (35,110,167). Sum of RGB (Red+Green+Blue) = 35+110+167=312 (41% of max value = 765). Red value is 35 (14.06% from 255 or 11.22% from 312); Green value is 110 (43.36% from 255 or 35.26% from 312); Blue value is 167 (65.62% from 255 or 53.53% from 312); Max value from RGB is 167 - color contains mainly: blue. Hex color #236EA7 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #236EA7 is #DC9158. Grayscale: #5D5D5D. Windows color (decimal): -14455129 or 10972707. OLE color: 10972707.
HSL color Cylindrical-coordinate representation of color #236EA7: hue angle of 205.91º degrees, saturation: 0.65, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #236EA7 is Cyan = 0.79, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 35 | 110 | 167 | - |
| CMYK | 0.79 | 0.34 | 0 | 0.35 |
| HSL | 205.91º | 0.65% | 0.4% | - |
| HSV(B) | 205.91º | 0.79% | 0.65% | - |
| XYZ | 13.24 | 14.3 | 38.62 | - |
| YUV | 94.07 | 169.15 | 85.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 110 | 167 | 0.79 | 0.34 | 0 | 0.35 | 205.91 | 0.65 | 0.4 |
| Hex | 23 | 6E | A7 | 4F | 22 | 0 | 23 | CE | 41 | 28 |
| Octal | 43 | 156 | 247 | 117 | 42 | 0 | 43 | 316 | 101 | 50 |
| Binary | 100011 | 1101110 | 10100111 | 1001111 | 100010 | 0 | 100011 | 11001110 | 1000001 | 101000 |
Color Harmonies of #236EA7
Complementary color
Monochromatic Colors of #236EA7
Black with #236EA7
Text Example
Text Example
White with #236EA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #236EA7; }
p { color: rgb(35,110,167); }
H1.HeaderClassName
{
color: #236EA7;
}
.AnyTagClassName
{
color: #236EA7;
}
</style>
background-color css
<style>
a { background-color: #236EA7; }
a { background-color: rgb(35,110,167); }
div.DivClassName
{
background-color: #236EA7;
}
.BgClassName
{
background-color: #236EA7;
}
</style>
border-color css
<style>
span { border-color: #236EA7; }
span { border-color: rgb(35,110,167); }
td.TdClassName
{
border-color: #236EA7;
}
.TagClassName
{
border-color: #236EA7;
}
</style>