Shades of Lochmara #23779B
Tints of Lochmara #23779B
RGB
CMYK
RGB Variations
Color information
#23779B (or 0x23779B) is known color: Lochmara. HEX triplet: 23, 77 and 9B. RGB value is (35,119,155). Sum of RGB (Red+Green+Blue) = 35+119+155=309 (40% of max value = 765). Red value is 35 (14.06% from 255 or 11.33% from 309); Green value is 119 (46.88% from 255 or 38.51% from 309); Blue value is 155 (60.94% from 255 or 50.16% from 309); Max value from RGB is 155 - color contains mainly: blue. Hex color #23779B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #23779B is #DC8864. Grayscale: #616161. Windows color (decimal): -14452837 or 10188579. OLE color: 10188579.
HSL color Cylindrical-coordinate representation of color #23779B: hue angle of 198º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #23779B is Cyan = 0.77, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 35 | 119 | 155 | - |
| CMYK | 0.77 | 0.23 | 0 | 0.39 |
| HSL | 198º | 0.63% | 0.37% | - |
| HSV(B) | 198º | 0.77% | 0.61% | - |
| XYZ | 13.21 | 15.92 | 33.39 | - |
| YUV | 97.99 | 160.17 | 83.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 119 | 155 | 0.77 | 0.23 | 0 | 0.39 | 198 | 0.63 | 0.37 |
| Hex | 23 | 77 | 9B | 4D | 17 | 0 | 27 | C6 | 3F | 25 |
| Octal | 43 | 167 | 233 | 115 | 27 | 0 | 47 | 306 | 77 | 45 |
| Binary | 100011 | 1110111 | 10011011 | 1001101 | 10111 | 0 | 100111 | 11000110 | 111111 | 100101 |
Color Harmonies of #23779B
Complementary color
Monochromatic Colors of #23779B
Black with #23779B
Text Example
Text Example
White with #23779B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23779B; }
p { color: rgb(35,119,155); }
H1.HeaderClassName
{
color: #23779B;
}
.AnyTagClassName
{
color: #23779B;
}
</style>
background-color css
<style>
a { background-color: #23779B; }
a { background-color: rgb(35,119,155); }
div.DivClassName
{
background-color: #23779B;
}
.BgClassName
{
background-color: #23779B;
}
</style>
border-color css
<style>
span { border-color: #23779B; }
span { border-color: rgb(35,119,155); }
td.TdClassName
{
border-color: #23779B;
}
.TagClassName
{
border-color: #23779B;
}
</style>