Shades of Lochmara #2370B1
Tints of Lochmara #2370B1
RGB
CMYK
RGB Variations
Color information
#2370B1 (or 0x2370B1) is known color: Lochmara. HEX triplet: 23, 70 and B1. RGB value is (35,112,177). Sum of RGB (Red+Green+Blue) = 35+112+177=324 (42% of max value = 765). Red value is 35 (14.06% from 255 or 10.80% from 324); Green value is 112 (44.14% from 255 or 34.57% from 324); Blue value is 177 (69.53% from 255 or 54.63% from 324); Max value from RGB is 177 - color contains mainly: blue. Hex color #2370B1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2370B1 is #DC8F4E. Grayscale: #606060. Windows color (decimal): -14454607 or 11628579. OLE color: 11628579.
HSL color Cylindrical-coordinate representation of color #2370B1: hue angle of 207.46º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2370B1 is Cyan = 0.80, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 35 | 112 | 177 | - |
| CMYK | 0.80 | 0.37 | 0 | 0.31 |
| HSL | 207.46º | 0.67% | 0.42% | - |
| HSV(B) | 207.46º | 0.8% | 0.69% | - |
| XYZ | 14.42 | 15.12 | 43.75 | - |
| YUV | 96.39 | 173.49 | 84.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 112 | 177 | 0.80 | 0.37 | 0 | 0.31 | 207.46 | 0.67 | 0.42 |
| Hex | 23 | 70 | B1 | 50 | 25 | 0 | 1F | CF | 43 | 2A |
| Octal | 43 | 160 | 261 | 120 | 45 | 0 | 37 | 317 | 103 | 52 |
| Binary | 100011 | 1110000 | 10110001 | 1010000 | 100101 | 0 | 11111 | 11001111 | 1000011 | 101010 |
Color Harmonies of #2370B1
Complementary color
Monochromatic Colors of #2370B1
Black with #2370B1
Text Example
Text Example
White with #2370B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2370B1; }
p { color: rgb(35,112,177); }
H1.HeaderClassName
{
color: #2370B1;
}
.AnyTagClassName
{
color: #2370B1;
}
</style>
background-color css
<style>
a { background-color: #2370B1; }
a { background-color: rgb(35,112,177); }
div.DivClassName
{
background-color: #2370B1;
}
.BgClassName
{
background-color: #2370B1;
}
</style>
border-color css
<style>
span { border-color: #2370B1; }
span { border-color: rgb(35,112,177); }
td.TdClassName
{
border-color: #2370B1;
}
.TagClassName
{
border-color: #2370B1;
}
</style>