Shades of Lochmara #2373AC
Tints of Lochmara #2373AC
RGB
CMYK
RGB Variations
Color information
#2373AC (or 0x2373AC) is known color: Lochmara. HEX triplet: 23, 73 and AC. RGB value is (35,115,172). Sum of RGB (Red+Green+Blue) = 35+115+172=322 (42% of max value = 765). Red value is 35 (14.06% from 255 or 10.87% from 322); Green value is 115 (45.31% from 255 or 35.71% from 322); Blue value is 172 (67.58% from 255 or 53.42% from 322); Max value from RGB is 172 - color contains mainly: blue. Hex color #2373AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2373AC is #DC8C53. Grayscale: #616161. Windows color (decimal): -14453844 or 11301667. OLE color: 11301667.
HSL color Cylindrical-coordinate representation of color #2373AC: hue angle of 204.96º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2373AC is Cyan = 0.80, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 35 | 115 | 172 | - |
| CMYK | 0.80 | 0.33 | 0 | 0.33 |
| HSL | 204.96º | 0.66% | 0.41% | - |
| HSV(B) | 204.96º | 0.8% | 0.67% | - |
| XYZ | 14.27 | 15.6 | 41.29 | - |
| YUV | 97.58 | 170 | 83.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 115 | 172 | 0.80 | 0.33 | 0 | 0.33 | 204.96 | 0.66 | 0.41 |
| Hex | 23 | 73 | AC | 50 | 21 | 0 | 21 | CD | 42 | 29 |
| Octal | 43 | 163 | 254 | 120 | 41 | 0 | 41 | 315 | 102 | 51 |
| Binary | 100011 | 1110011 | 10101100 | 1010000 | 100001 | 0 | 100001 | 11001101 | 1000010 | 101001 |
Color Harmonies of #2373AC
Complementary color
Monochromatic Colors of #2373AC
Black with #2373AC
Text Example
Text Example
White with #2373AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2373AC; }
p { color: rgb(35,115,172); }
H1.HeaderClassName
{
color: #2373AC;
}
.AnyTagClassName
{
color: #2373AC;
}
</style>
background-color css
<style>
a { background-color: #2373AC; }
a { background-color: rgb(35,115,172); }
div.DivClassName
{
background-color: #2373AC;
}
.BgClassName
{
background-color: #2373AC;
}
</style>
border-color css
<style>
span { border-color: #2373AC; }
span { border-color: rgb(35,115,172); }
td.TdClassName
{
border-color: #2373AC;
}
.TagClassName
{
border-color: #2373AC;
}
</style>