Shades of Lochmara #237BA1
Tints of Lochmara #237BA1
RGB
CMYK
RGB Variations
Color information
#237BA1 (or 0x237BA1) is known color: Lochmara. HEX triplet: 23, 7B and A1. RGB value is (35,123,161). Sum of RGB (Red+Green+Blue) = 35+123+161=319 (42% of max value = 765). Red value is 35 (14.06% from 255 or 10.97% from 319); Green value is 123 (48.44% from 255 or 38.56% from 319); Blue value is 161 (63.28% from 255 or 50.47% from 319); Max value from RGB is 161 - color contains mainly: blue. Hex color #237BA1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #237BA1 is #DC845E. Grayscale: #646464. Windows color (decimal): -14451807 or 10582819. OLE color: 10582819.
HSL color Cylindrical-coordinate representation of color #237BA1: hue angle of 198.1º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #237BA1 is Cyan = 0.78, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 35 | 123 | 161 | - |
| CMYK | 0.78 | 0.24 | 0 | 0.37 |
| HSL | 198.1º | 0.64% | 0.38% | - |
| HSV(B) | 198.1º | 0.78% | 0.63% | - |
| XYZ | 14.21 | 17.1 | 36.27 | - |
| YUV | 101.02 | 161.85 | 80.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 123 | 161 | 0.78 | 0.24 | 0 | 0.37 | 198.1 | 0.64 | 0.38 |
| Hex | 23 | 7B | A1 | 4E | 18 | 0 | 25 | C6 | 40 | 26 |
| Octal | 43 | 173 | 241 | 116 | 30 | 0 | 45 | 306 | 100 | 46 |
| Binary | 100011 | 1111011 | 10100001 | 1001110 | 11000 | 0 | 100101 | 11000110 | 1000000 | 100110 |
Color Harmonies of #237BA1
Complementary color
Monochromatic Colors of #237BA1
Black with #237BA1
Text Example
Text Example
White with #237BA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #237BA1; }
p { color: rgb(35,123,161); }
H1.HeaderClassName
{
color: #237BA1;
}
.AnyTagClassName
{
color: #237BA1;
}
</style>
background-color css
<style>
a { background-color: #237BA1; }
a { background-color: rgb(35,123,161); }
div.DivClassName
{
background-color: #237BA1;
}
.BgClassName
{
background-color: #237BA1;
}
</style>
border-color css
<style>
span { border-color: #237BA1; }
span { border-color: rgb(35,123,161); }
td.TdClassName
{
border-color: #237BA1;
}
.TagClassName
{
border-color: #237BA1;
}
</style>