Shades of Lochmara #2375AA
Tints of Lochmara #2375AA
RGB
CMYK
RGB Variations
Color information
#2375AA (or 0x2375AA) is known color: Lochmara. HEX triplet: 23, 75 and AA. RGB value is (35,117,170). Sum of RGB (Red+Green+Blue) = 35+117+170=322 (42% of max value = 765). Red value is 35 (14.06% from 255 or 10.87% from 322); Green value is 117 (46.09% from 255 or 36.34% from 322); Blue value is 170 (66.80% from 255 or 52.80% from 322); Max value from RGB is 170 - color contains mainly: blue. Hex color #2375AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2375AA is #DC8A55. Grayscale: #626262. Windows color (decimal): -14453334 or 11171107. OLE color: 11171107.
HSL color Cylindrical-coordinate representation of color #2375AA: hue angle of 203.56º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2375AA is Cyan = 0.79, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 35 | 117 | 170 | - |
| CMYK | 0.79 | 0.31 | 0 | 0.33 |
| HSL | 203.56º | 0.66% | 0.4% | - |
| HSV(B) | 203.56º | 0.79% | 0.67% | - |
| XYZ | 14.31 | 15.98 | 40.36 | - |
| YUV | 98.52 | 168.33 | 82.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 117 | 170 | 0.79 | 0.31 | 0 | 0.33 | 203.56 | 0.66 | 0.4 |
| Hex | 23 | 75 | AA | 4F | 1F | 0 | 21 | CC | 42 | 28 |
| Octal | 43 | 165 | 252 | 117 | 37 | 0 | 41 | 314 | 102 | 50 |
| Binary | 100011 | 1110101 | 10101010 | 1001111 | 11111 | 0 | 100001 | 11001100 | 1000010 | 101000 |
Color Harmonies of #2375AA
Complementary color
Monochromatic Colors of #2375AA
Black with #2375AA
Text Example
Text Example
White with #2375AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2375AA; }
p { color: rgb(35,117,170); }
H1.HeaderClassName
{
color: #2375AA;
}
.AnyTagClassName
{
color: #2375AA;
}
</style>
background-color css
<style>
a { background-color: #2375AA; }
a { background-color: rgb(35,117,170); }
div.DivClassName
{
background-color: #2375AA;
}
.BgClassName
{
background-color: #2375AA;
}
</style>
border-color css
<style>
span { border-color: #2375AA; }
span { border-color: rgb(35,117,170); }
td.TdClassName
{
border-color: #2375AA;
}
.TagClassName
{
border-color: #2375AA;
}
</style>