Shades of Lochmara #237FAC
Tints of Lochmara #237FAC
RGB
CMYK
RGB Variations
Color information
#237FAC (or 0x237FAC) is known color: Lochmara. HEX triplet: 23, 7F and AC. RGB value is (35,127,172). Sum of RGB (Red+Green+Blue) = 35+127+172=334 (44% of max value = 765). Red value is 35 (14.06% from 255 or 10.48% from 334); Green value is 127 (50% from 255 or 38.02% from 334); Blue value is 172 (67.58% from 255 or 51.50% from 334); Max value from RGB is 172 - color contains mainly: blue. Hex color #237FAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #237FAC is #DC8053. Grayscale: #686868. Windows color (decimal): -14450772 or 11304739. OLE color: 11304739.
HSL color Cylindrical-coordinate representation of color #237FAC: hue angle of 199.71º 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 #237FAC is Cyan = 0.80, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 35 | 127 | 172 | - |
| CMYK | 0.80 | 0.26 | 0 | 0.33 |
| HSL | 199.71º | 0.66% | 0.41% | - |
| HSV(B) | 199.71º | 0.8% | 0.67% | - |
| XYZ | 15.73 | 18.51 | 41.77 | - |
| YUV | 104.62 | 166.02 | 78.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 127 | 172 | 0.80 | 0.26 | 0 | 0.33 | 199.71 | 0.66 | 0.41 |
| Hex | 23 | 7F | AC | 50 | 1A | 0 | 21 | C8 | 42 | 29 |
| Octal | 43 | 177 | 254 | 120 | 32 | 0 | 41 | 310 | 102 | 51 |
| Binary | 100011 | 1111111 | 10101100 | 1010000 | 11010 | 0 | 100001 | 11001000 | 1000010 | 101001 |
Color Harmonies of #237FAC
Complementary color
Monochromatic Colors of #237FAC
Black with #237FAC
Text Example
Text Example
White with #237FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #237FAC; }
p { color: rgb(35,127,172); }
H1.HeaderClassName
{
color: #237FAC;
}
.AnyTagClassName
{
color: #237FAC;
}
</style>
background-color css
<style>
a { background-color: #237FAC; }
a { background-color: rgb(35,127,172); }
div.DivClassName
{
background-color: #237FAC;
}
.BgClassName
{
background-color: #237FAC;
}
</style>
border-color css
<style>
span { border-color: #237FAC; }
span { border-color: rgb(35,127,172); }
td.TdClassName
{
border-color: #237FAC;
}
.TagClassName
{
border-color: #237FAC;
}
</style>