Shades of Lochmara #237BAC
Tints of Lochmara #237BAC
RGB
CMYK
RGB Variations
Color information
#237BAC (or 0x237BAC) is known color: Lochmara. HEX triplet: 23, 7B and AC. RGB value is (35,123,172). Sum of RGB (Red+Green+Blue) = 35+123+172=330 (43% of max value = 765). Red value is 35 (14.06% from 255 or 10.61% from 330); Green value is 123 (48.44% from 255 or 37.27% from 330); Blue value is 172 (67.58% from 255 or 52.12% from 330); Max value from RGB is 172 - color contains mainly: blue. Hex color #237BAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #237BAC is #DC8453. Grayscale: #656565. Windows color (decimal): -14451796 or 11303715. OLE color: 11303715.
HSL color Cylindrical-coordinate representation of color #237BAC: hue angle of 201.46º 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 #237BAC is Cyan = 0.80, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 35 | 123 | 172 | - |
| CMYK | 0.80 | 0.28 | 0 | 0.33 |
| HSL | 201.46º | 0.66% | 0.41% | - |
| HSV(B) | 201.46º | 0.8% | 0.67% | - |
| XYZ | 15.22 | 17.5 | 41.61 | - |
| YUV | 102.27 | 167.35 | 80.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 123 | 172 | 0.80 | 0.28 | 0 | 0.33 | 201.46 | 0.66 | 0.41 |
| Hex | 23 | 7B | AC | 50 | 1C | 0 | 21 | C9 | 42 | 29 |
| Octal | 43 | 173 | 254 | 120 | 34 | 0 | 41 | 311 | 102 | 51 |
| Binary | 100011 | 1111011 | 10101100 | 1010000 | 11100 | 0 | 100001 | 11001001 | 1000010 | 101001 |
Color Harmonies of #237BAC
Complementary color
Monochromatic Colors of #237BAC
Black with #237BAC
Text Example
Text Example
White with #237BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #237BAC; }
p { color: rgb(35,123,172); }
H1.HeaderClassName
{
color: #237BAC;
}
.AnyTagClassName
{
color: #237BAC;
}
</style>
background-color css
<style>
a { background-color: #237BAC; }
a { background-color: rgb(35,123,172); }
div.DivClassName
{
background-color: #237BAC;
}
.BgClassName
{
background-color: #237BAC;
}
</style>
border-color css
<style>
span { border-color: #237BAC; }
span { border-color: rgb(35,123,172); }
td.TdClassName
{
border-color: #237BAC;
}
.TagClassName
{
border-color: #237BAC;
}
</style>