Shades of Lochmara #23679D
Tints of Lochmara #23679D
RGB
CMYK
RGB Variations
Color information
#23679D (or 0x23679D) is known color: Lochmara. HEX triplet: 23, 67 and 9D. RGB value is (35,103,157). Sum of RGB (Red+Green+Blue) = 35+103+157=295 (39% of max value = 765). Red value is 35 (14.06% from 255 or 11.86% from 295); Green value is 103 (40.62% from 255 or 34.92% from 295); Blue value is 157 (61.72% from 255 or 53.22% from 295); Max value from RGB is 157 - color contains mainly: blue. Hex color #23679D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #23679D is #DC9862. Grayscale: #585858. Windows color (decimal): -14456931 or 10315555. OLE color: 10315555.
HSL color Cylindrical-coordinate representation of color #23679D: hue angle of 206.56º 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 #23679D is Cyan = 0.78, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 35 | 103 | 157 | - |
| CMYK | 0.78 | 0.34 | 0 | 0.38 |
| HSL | 206.56º | 0.64% | 0.38% | - |
| HSV(B) | 206.56º | 0.78% | 0.62% | - |
| XYZ | 11.63 | 12.49 | 33.7 | - |
| YUV | 88.82 | 166.47 | 89.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 103 | 157 | 0.78 | 0.34 | 0 | 0.38 | 206.56 | 0.64 | 0.38 |
| Hex | 23 | 67 | 9D | 4E | 22 | 0 | 26 | CF | 40 | 26 |
| Octal | 43 | 147 | 235 | 116 | 42 | 0 | 46 | 317 | 100 | 46 |
| Binary | 100011 | 1100111 | 10011101 | 1001110 | 100010 | 0 | 100110 | 11001111 | 1000000 | 100110 |
Color Harmonies of #23679D
Complementary color
Monochromatic Colors of #23679D
Black with #23679D
Text Example
Text Example
White with #23679D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23679D; }
p { color: rgb(35,103,157); }
H1.HeaderClassName
{
color: #23679D;
}
.AnyTagClassName
{
color: #23679D;
}
</style>
background-color css
<style>
a { background-color: #23679D; }
a { background-color: rgb(35,103,157); }
div.DivClassName
{
background-color: #23679D;
}
.BgClassName
{
background-color: #23679D;
}
</style>
border-color css
<style>
span { border-color: #23679D; }
span { border-color: rgb(35,103,157); }
td.TdClassName
{
border-color: #23679D;
}
.TagClassName
{
border-color: #23679D;
}
</style>