Shades of Lochmara #23689D
Tints of Lochmara #23689D
RGB
CMYK
RGB Variations
Color information
#23689D (or 0x23689D) is known color: Lochmara. HEX triplet: 23, 68 and 9D. RGB value is (35,104,157). Sum of RGB (Red+Green+Blue) = 35+104+157=296 (39% of max value = 765). Red value is 35 (14.06% from 255 or 11.82% from 296); Green value is 104 (41.02% from 255 or 35.14% from 296); Blue value is 157 (61.72% from 255 or 53.04% from 296); Max value from RGB is 157 - color contains mainly: blue. Hex color #23689D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #23689D is #DC9762. Grayscale: #595959. Windows color (decimal): -14456675 or 10315811. OLE color: 10315811.
HSL color Cylindrical-coordinate representation of color #23689D: hue angle of 206.07º 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 #23689D is Cyan = 0.78, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 35 | 104 | 157 | - |
| CMYK | 0.78 | 0.34 | 0 | 0.38 |
| HSL | 206.07º | 0.64% | 0.38% | - |
| HSV(B) | 206.07º | 0.78% | 0.62% | - |
| XYZ | 11.73 | 12.69 | 33.73 | - |
| YUV | 89.41 | 166.14 | 89.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 104 | 157 | 0.78 | 0.34 | 0 | 0.38 | 206.07 | 0.64 | 0.38 |
| Hex | 23 | 68 | 9D | 4E | 22 | 0 | 26 | CE | 40 | 26 |
| Octal | 43 | 150 | 235 | 116 | 42 | 0 | 46 | 316 | 100 | 46 |
| Binary | 100011 | 1101000 | 10011101 | 1001110 | 100010 | 0 | 100110 | 11001110 | 1000000 | 100110 |
Color Harmonies of #23689D
Complementary color
Monochromatic Colors of #23689D
Black with #23689D
Text Example
Text Example
White with #23689D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23689D; }
p { color: rgb(35,104,157); }
H1.HeaderClassName
{
color: #23689D;
}
.AnyTagClassName
{
color: #23689D;
}
</style>
background-color css
<style>
a { background-color: #23689D; }
a { background-color: rgb(35,104,157); }
div.DivClassName
{
background-color: #23689D;
}
.BgClassName
{
background-color: #23689D;
}
</style>
border-color css
<style>
span { border-color: #23689D; }
span { border-color: rgb(35,104,157); }
td.TdClassName
{
border-color: #23689D;
}
.TagClassName
{
border-color: #23689D;
}
</style>