Shades of Lochmara #2375A0
Tints of Lochmara #2375A0
RGB
CMYK
RGB Variations
Color information
#2375A0 (or 0x2375A0) is known color: Lochmara. HEX triplet: 23, 75 and A0. RGB value is (35,117,160). Sum of RGB (Red+Green+Blue) = 35+117+160=312 (41% of max value = 765). Red value is 35 (14.06% from 255 or 11.22% from 312); Green value is 117 (46.09% from 255 or 37.5% from 312); Blue value is 160 (62.89% from 255 or 51.28% from 312); Max value from RGB is 160 - color contains mainly: blue. Hex color #2375A0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2375A0 is #DC8A5F. Grayscale: #616161. Windows color (decimal): -14453344 or 10515747. OLE color: 10515747.
HSL color Cylindrical-coordinate representation of color #2375A0: hue angle of 200.64º 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 #2375A0 is Cyan = 0.78, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 35 | 117 | 160 | - |
| CMYK | 0.78 | 0.27 | 0 | 0.37 |
| HSL | 200.64º | 0.64% | 0.38% | - |
| HSV(B) | 200.64º | 0.78% | 0.63% | - |
| XYZ | 13.4 | 15.62 | 35.57 | - |
| YUV | 97.38 | 163.33 | 83.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 117 | 160 | 0.78 | 0.27 | 0 | 0.37 | 200.64 | 0.64 | 0.38 |
| Hex | 23 | 75 | A0 | 4E | 1B | 0 | 25 | C9 | 40 | 26 |
| Octal | 43 | 165 | 240 | 116 | 33 | 0 | 45 | 311 | 100 | 46 |
| Binary | 100011 | 1110101 | 10100000 | 1001110 | 11011 | 0 | 100101 | 11001001 | 1000000 | 100110 |
Color Harmonies of #2375A0
Complementary color
Monochromatic Colors of #2375A0
Black with #2375A0
Text Example
Text Example
White with #2375A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2375A0; }
p { color: rgb(35,117,160); }
H1.HeaderClassName
{
color: #2375A0;
}
.AnyTagClassName
{
color: #2375A0;
}
</style>
background-color css
<style>
a { background-color: #2375A0; }
a { background-color: rgb(35,117,160); }
div.DivClassName
{
background-color: #2375A0;
}
.BgClassName
{
background-color: #2375A0;
}
</style>
border-color css
<style>
span { border-color: #2375A0; }
span { border-color: rgb(35,117,160); }
td.TdClassName
{
border-color: #2375A0;
}
.TagClassName
{
border-color: #2375A0;
}
</style>