Shades of Lochmara #2363A0
Tints of Lochmara #2363A0
RGB
CMYK
RGB Variations
Color information
#2363A0 (or 0x2363A0) is known color: Lochmara. HEX triplet: 23, 63 and A0. RGB value is (35,99,160). Sum of RGB (Red+Green+Blue) = 35+99+160=294 (38% of max value = 765). Red value is 35 (14.06% from 255 or 11.90% from 294); Green value is 99 (39.06% from 255 or 33.67% from 294); Blue value is 160 (62.89% from 255 or 54.42% from 294); Max value from RGB is 160 - color contains mainly: blue. Hex color #2363A0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2363A0 is #DC9C5F. Grayscale: #565656. Windows color (decimal): -14457952 or 10511139. OLE color: 10511139.
HSL color Cylindrical-coordinate representation of color #2363A0: hue angle of 209.28º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2363A0 is Cyan = 0.78, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 35 | 99 | 160 | - |
| CMYK | 0.78 | 0.38 | 0 | 0.37 |
| HSL | 209.28º | 0.64% | 0.38% | - |
| HSV(B) | 209.28º | 0.78% | 0.63% | - |
| XYZ | 11.5 | 11.82 | 34.93 | - |
| YUV | 86.82 | 169.3 | 91.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 99 | 160 | 0.78 | 0.38 | 0 | 0.37 | 209.28 | 0.64 | 0.38 |
| Hex | 23 | 63 | A0 | 4E | 26 | 0 | 25 | D1 | 40 | 26 |
| Octal | 43 | 143 | 240 | 116 | 46 | 0 | 45 | 321 | 100 | 46 |
| Binary | 100011 | 1100011 | 10100000 | 1001110 | 100110 | 0 | 100101 | 11010001 | 1000000 | 100110 |
Color Harmonies of #2363A0
Complementary color
Monochromatic Colors of #2363A0
Black with #2363A0
Text Example
Text Example
White with #2363A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2363A0; }
p { color: rgb(35,99,160); }
H1.HeaderClassName
{
color: #2363A0;
}
.AnyTagClassName
{
color: #2363A0;
}
</style>
background-color css
<style>
a { background-color: #2363A0; }
a { background-color: rgb(35,99,160); }
div.DivClassName
{
background-color: #2363A0;
}
.BgClassName
{
background-color: #2363A0;
}
</style>
border-color css
<style>
span { border-color: #2363A0; }
span { border-color: rgb(35,99,160); }
td.TdClassName
{
border-color: #2363A0;
}
.TagClassName
{
border-color: #2363A0;
}
</style>