Shades of Lochmara #2370A3
Tints of Lochmara #2370A3
RGB
CMYK
RGB Variations
Color information
#2370A3 (or 0x2370A3) is known color: Lochmara. HEX triplet: 23, 70 and A3. RGB value is (35,112,163). Sum of RGB (Red+Green+Blue) = 35+112+163=310 (41% of max value = 765). Red value is 35 (14.06% from 255 or 11.29% from 310); Green value is 112 (44.14% from 255 or 36.13% from 310); Blue value is 163 (64.06% from 255 or 52.58% from 310); Max value from RGB is 163 - color contains mainly: blue. Hex color #2370A3 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2370A3 is #DC8F5C. Grayscale: #5E5E5E. Windows color (decimal): -14454621 or 10711075. OLE color: 10711075.
HSL color Cylindrical-coordinate representation of color #2370A3: hue angle of 203.91º 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 #2370A3 is Cyan = 0.79, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 35 | 112 | 163 | - |
| CMYK | 0.79 | 0.31 | 0 | 0.36 |
| HSL | 203.91º | 0.65% | 0.39% | - |
| HSV(B) | 203.91º | 0.79% | 0.64% | - |
| XYZ | 13.1 | 14.59 | 36.78 | - |
| YUV | 94.79 | 166.49 | 85.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 112 | 163 | 0.79 | 0.31 | 0 | 0.36 | 203.91 | 0.65 | 0.39 |
| Hex | 23 | 70 | A3 | 4F | 1F | 0 | 24 | CC | 41 | 27 |
| Octal | 43 | 160 | 243 | 117 | 37 | 0 | 44 | 314 | 101 | 47 |
| Binary | 100011 | 1110000 | 10100011 | 1001111 | 11111 | 0 | 100100 | 11001100 | 1000001 | 100111 |
Color Harmonies of #2370A3
Complementary color
Monochromatic Colors of #2370A3
Black with #2370A3
Text Example
Text Example
White with #2370A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2370A3; }
p { color: rgb(35,112,163); }
H1.HeaderClassName
{
color: #2370A3;
}
.AnyTagClassName
{
color: #2370A3;
}
</style>
background-color css
<style>
a { background-color: #2370A3; }
a { background-color: rgb(35,112,163); }
div.DivClassName
{
background-color: #2370A3;
}
.BgClassName
{
background-color: #2370A3;
}
</style>
border-color css
<style>
span { border-color: #2370A3; }
span { border-color: rgb(35,112,163); }
td.TdClassName
{
border-color: #2370A3;
}
.TagClassName
{
border-color: #2370A3;
}
</style>