Shades of Lochmara #2370AB
Tints of Lochmara #2370AB
RGB
CMYK
RGB Variations
Color information
#2370AB (or 0x2370AB) is known color: Lochmara. HEX triplet: 23, 70 and AB. RGB value is (35,112,171). Sum of RGB (Red+Green+Blue) = 35+112+171=318 (42% of max value = 765). Red value is 35 (14.06% from 255 or 11.01% from 318); Green value is 112 (44.14% from 255 or 35.22% from 318); Blue value is 171 (67.19% from 255 or 53.77% from 318); Max value from RGB is 171 - color contains mainly: blue. Hex color #2370AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2370AB is #DC8F54. Grayscale: #5F5F5F. Windows color (decimal): -14454613 or 11235363. OLE color: 11235363.
HSL color Cylindrical-coordinate representation of color #2370AB: hue angle of 206.03º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2370AB is Cyan = 0.80, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 35 | 112 | 171 | - |
| CMYK | 0.80 | 0.35 | 0 | 0.33 |
| HSL | 206.03º | 0.66% | 0.4% | - |
| HSV(B) | 206.03º | 0.8% | 0.67% | - |
| XYZ | 13.84 | 14.89 | 40.67 | - |
| YUV | 95.7 | 170.49 | 84.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 112 | 171 | 0.80 | 0.35 | 0 | 0.33 | 206.03 | 0.66 | 0.4 |
| Hex | 23 | 70 | AB | 50 | 23 | 0 | 21 | CE | 42 | 28 |
| Octal | 43 | 160 | 253 | 120 | 43 | 0 | 41 | 316 | 102 | 50 |
| Binary | 100011 | 1110000 | 10101011 | 1010000 | 100011 | 0 | 100001 | 11001110 | 1000010 | 101000 |
Color Harmonies of #2370AB
Complementary color
Monochromatic Colors of #2370AB
Black with #2370AB
Text Example
Text Example
White with #2370AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2370AB; }
p { color: rgb(35,112,171); }
H1.HeaderClassName
{
color: #2370AB;
}
.AnyTagClassName
{
color: #2370AB;
}
</style>
background-color css
<style>
a { background-color: #2370AB; }
a { background-color: rgb(35,112,171); }
div.DivClassName
{
background-color: #2370AB;
}
.BgClassName
{
background-color: #2370AB;
}
</style>
border-color css
<style>
span { border-color: #2370AB; }
span { border-color: rgb(35,112,171); }
td.TdClassName
{
border-color: #2370AB;
}
.TagClassName
{
border-color: #2370AB;
}
</style>