Shades of Lochmara #2375A3
Tints of Lochmara #2375A3
RGB
CMYK
RGB Variations
Color information
#2375A3 (or 0x2375A3) is known color: Lochmara. HEX triplet: 23, 75 and A3. RGB value is (35,117,163). Sum of RGB (Red+Green+Blue) = 35+117+163=315 (41% of max value = 765). Red value is 35 (14.06% from 255 or 11.11% from 315); Green value is 117 (46.09% from 255 or 37.14% from 315); Blue value is 163 (64.06% from 255 or 51.75% from 315); Max value from RGB is 163 - color contains mainly: blue. Hex color #2375A3 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2375A3 is #DC8A5C. Grayscale: #616161. Windows color (decimal): -14453341 or 10712355. OLE color: 10712355.
HSL color Cylindrical-coordinate representation of color #2375A3: hue angle of 201.56º degrees, saturation: 0.65, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2375A3 is Cyan = 0.79, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 35 | 117 | 163 | - |
| CMYK | 0.79 | 0.28 | 0 | 0.36 |
| HSL | 201.56º | 0.65% | 0.39% | - |
| HSV(B) | 201.56º | 0.79% | 0.64% | - |
| XYZ | 13.67 | 15.72 | 36.97 | - |
| YUV | 97.73 | 164.83 | 83.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 117 | 163 | 0.79 | 0.28 | 0 | 0.36 | 201.56 | 0.65 | 0.39 |
| Hex | 23 | 75 | A3 | 4F | 1C | 0 | 24 | CA | 41 | 27 |
| Octal | 43 | 165 | 243 | 117 | 34 | 0 | 44 | 312 | 101 | 47 |
| Binary | 100011 | 1110101 | 10100011 | 1001111 | 11100 | 0 | 100100 | 11001010 | 1000001 | 100111 |
Color Harmonies of #2375A3
Complementary color
Monochromatic Colors of #2375A3
Black with #2375A3
Text Example
Text Example
White with #2375A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2375A3; }
p { color: rgb(35,117,163); }
H1.HeaderClassName
{
color: #2375A3;
}
.AnyTagClassName
{
color: #2375A3;
}
</style>
background-color css
<style>
a { background-color: #2375A3; }
a { background-color: rgb(35,117,163); }
div.DivClassName
{
background-color: #2375A3;
}
.BgClassName
{
background-color: #2375A3;
}
</style>
border-color css
<style>
span { border-color: #2375A3; }
span { border-color: rgb(35,117,163); }
td.TdClassName
{
border-color: #2375A3;
}
.TagClassName
{
border-color: #2375A3;
}
</style>