Shades of Lochmara #23769F
Tints of Lochmara #23769F
RGB
CMYK
RGB Variations
Color information
#23769F (or 0x23769F) is known color: Lochmara. HEX triplet: 23, 76 and 9F. RGB value is (35,118,159). Sum of RGB (Red+Green+Blue) = 35+118+159=312 (41% of max value = 765). Red value is 35 (14.06% from 255 or 11.22% from 312); Green value is 118 (46.48% from 255 or 37.82% from 312); Blue value is 159 (62.5% from 255 or 50.96% from 312); Max value from RGB is 159 - color contains mainly: blue. Hex color #23769F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #23769F is #DC8960. Grayscale: #616161. Windows color (decimal): -14453089 or 10450467. OLE color: 10450467.
HSL color Cylindrical-coordinate representation of color #23769F: hue angle of 199.84º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #23769F is Cyan = 0.78, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 35 | 118 | 159 | - |
| CMYK | 0.78 | 0.26 | 0 | 0.38 |
| HSL | 199.84º | 0.64% | 0.38% | - |
| HSV(B) | 199.84º | 0.78% | 0.62% | - |
| XYZ | 13.43 | 15.82 | 35.15 | - |
| YUV | 97.86 | 162.5 | 83.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 118 | 159 | 0.78 | 0.26 | 0 | 0.38 | 199.84 | 0.64 | 0.38 |
| Hex | 23 | 76 | 9F | 4E | 1A | 0 | 26 | C8 | 40 | 26 |
| Octal | 43 | 166 | 237 | 116 | 32 | 0 | 46 | 310 | 100 | 46 |
| Binary | 100011 | 1110110 | 10011111 | 1001110 | 11010 | 0 | 100110 | 11001000 | 1000000 | 100110 |
Color Harmonies of #23769F
Complementary color
Monochromatic Colors of #23769F
Black with #23769F
Text Example
Text Example
White with #23769F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23769F; }
p { color: rgb(35,118,159); }
H1.HeaderClassName
{
color: #23769F;
}
.AnyTagClassName
{
color: #23769F;
}
</style>
background-color css
<style>
a { background-color: #23769F; }
a { background-color: rgb(35,118,159); }
div.DivClassName
{
background-color: #23769F;
}
.BgClassName
{
background-color: #23769F;
}
</style>
border-color css
<style>
span { border-color: #23769F; }
span { border-color: rgb(35,118,159); }
td.TdClassName
{
border-color: #23769F;
}
.TagClassName
{
border-color: #23769F;
}
</style>