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