Shades of Lochmara #237AA0
Tints of Lochmara #237AA0
RGB
CMYK
RGB Variations
Color information
#237AA0 (or 0x237AA0) is known color: Lochmara. HEX triplet: 23, 7A and A0. RGB value is (35,122,160). Sum of RGB (Red+Green+Blue) = 35+122+160=317 (41% of max value = 765). Red value is 35 (14.06% from 255 or 11.04% from 317); Green value is 122 (48.05% from 255 or 38.49% from 317); Blue value is 160 (62.89% from 255 or 50.47% from 317); Max value from RGB is 160 - color contains mainly: blue. Hex color #237AA0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #237AA0 is #DC855F. Grayscale: #646464. Windows color (decimal): -14452064 or 10517027. OLE color: 10517027.
HSL color Cylindrical-coordinate representation of color #237AA0: hue angle of 198.24º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #237AA0 is Cyan = 0.78, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 35 | 122 | 160 | - |
| CMYK | 0.78 | 0.24 | 0 | 0.37 |
| HSL | 198.24º | 0.64% | 0.38% | - |
| HSV(B) | 198.24º | 0.78% | 0.63% | - |
| XYZ | 14 | 16.81 | 35.77 | - |
| YUV | 100.32 | 161.68 | 81.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 122 | 160 | 0.78 | 0.24 | 0 | 0.37 | 198.24 | 0.64 | 0.38 |
| Hex | 23 | 7A | A0 | 4E | 18 | 0 | 25 | C6 | 40 | 26 |
| Octal | 43 | 172 | 240 | 116 | 30 | 0 | 45 | 306 | 100 | 46 |
| Binary | 100011 | 1111010 | 10100000 | 1001110 | 11000 | 0 | 100101 | 11000110 | 1000000 | 100110 |
Color Harmonies of #237AA0
Complementary color
Monochromatic Colors of #237AA0
Black with #237AA0
Text Example
Text Example
White with #237AA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #237AA0; }
p { color: rgb(35,122,160); }
H1.HeaderClassName
{
color: #237AA0;
}
.AnyTagClassName
{
color: #237AA0;
}
</style>
background-color css
<style>
a { background-color: #237AA0; }
a { background-color: rgb(35,122,160); }
div.DivClassName
{
background-color: #237AA0;
}
.BgClassName
{
background-color: #237AA0;
}
</style>
border-color css
<style>
span { border-color: #237AA0; }
span { border-color: rgb(35,122,160); }
td.TdClassName
{
border-color: #237AA0;
}
.TagClassName
{
border-color: #237AA0;
}
</style>