Shades of Lochmara #23679C
Tints of Lochmara #23679C
RGB
CMYK
RGB Variations
Color information
#23679C (or 0x23679C) is known color: Lochmara. HEX triplet: 23, 67 and 9C. RGB value is (35,103,156). Sum of RGB (Red+Green+Blue) = 35+103+156=294 (38% of max value = 765). Red value is 35 (14.06% from 255 or 11.90% from 294); Green value is 103 (40.62% from 255 or 35.03% from 294); Blue value is 156 (61.33% from 255 or 53.06% from 294); Max value from RGB is 156 - color contains mainly: blue. Hex color #23679C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #23679C is #DC9863. Grayscale: #585858. Windows color (decimal): -14456932 or 10250019. OLE color: 10250019.
HSL color Cylindrical-coordinate representation of color #23679C: hue angle of 206.28º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #23679C is Cyan = 0.78, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 35 | 103 | 156 | - |
| CMYK | 0.78 | 0.34 | 0 | 0.39 |
| HSL | 206.28º | 0.63% | 0.37% | - |
| HSV(B) | 206.28º | 0.78% | 0.61% | - |
| XYZ | 11.54 | 12.46 | 33.25 | - |
| YUV | 88.71 | 165.97 | 89.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 103 | 156 | 0.78 | 0.34 | 0 | 0.39 | 206.28 | 0.63 | 0.37 |
| Hex | 23 | 67 | 9C | 4E | 22 | 0 | 27 | CE | 3F | 25 |
| Octal | 43 | 147 | 234 | 116 | 42 | 0 | 47 | 316 | 77 | 45 |
| Binary | 100011 | 1100111 | 10011100 | 1001110 | 100010 | 0 | 100111 | 11001110 | 111111 | 100101 |
Color Harmonies of #23679C
Complementary color
Monochromatic Colors of #23679C
Black with #23679C
Text Example
Text Example
White with #23679C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23679C; }
p { color: rgb(35,103,156); }
H1.HeaderClassName
{
color: #23679C;
}
.AnyTagClassName
{
color: #23679C;
}
</style>
background-color css
<style>
a { background-color: #23679C; }
a { background-color: rgb(35,103,156); }
div.DivClassName
{
background-color: #23679C;
}
.BgClassName
{
background-color: #23679C;
}
</style>
border-color css
<style>
span { border-color: #23679C; }
span { border-color: rgb(35,103,156); }
td.TdClassName
{
border-color: #23679C;
}
.TagClassName
{
border-color: #23679C;
}
</style>