Shades of Lochmara #367CA6
Tints of Lochmara #367CA6
RGB
CMYK
RGB Variations
Color information
#367CA6 (or 0x367CA6) is known color: Lochmara. HEX triplet: 36, 7C and A6. RGB value is (54,124,166). Sum of RGB (Red+Green+Blue) = 54+124+166=344 (45% of max value = 765). Red value is 54 (21.48% from 255 or 15.70% from 344); Green value is 124 (48.83% from 255 or 36.05% from 344); Blue value is 166 (65.23% from 255 or 48.26% from 344); Max value from RGB is 166 - color contains mainly: blue. Hex color #367CA6 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #367CA6 is #C98359. Grayscale: #6B6B6B. Windows color (decimal): -13206362 or 10910774. OLE color: 10910774.
HSL color Cylindrical-coordinate representation of color #367CA6: hue angle of 202.5º degrees, saturation: 0.51, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #367CA6 is Cyan = 0.67, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 54 | 124 | 166 | - |
| CMYK | 0.67 | 0.25 | 0 | 0.35 |
| HSL | 202.5º | 0.51% | 0.43% | - |
| HSV(B) | 202.5º | 0.67% | 0.65% | - |
| XYZ | 15.61 | 17.95 | 38.72 | - |
| YUV | 107.86 | 160.81 | 89.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 124 | 166 | 0.67 | 0.25 | 0 | 0.35 | 202.5 | 0.51 | 0.43 |
| Hex | 36 | 7C | A6 | 43 | 19 | 0 | 23 | CA | 33 | 2B |
| Octal | 66 | 174 | 246 | 103 | 31 | 0 | 43 | 312 | 63 | 53 |
| Binary | 110110 | 1111100 | 10100110 | 1000011 | 11001 | 0 | 100011 | 11001010 | 110011 | 101011 |
Color Harmonies of #367CA6
Complementary color
Monochromatic Colors of #367CA6
Black with #367CA6
Text Example
Text Example
White with #367CA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #367CA6; }
p { color: rgb(54,124,166); }
H1.HeaderClassName
{
color: #367CA6;
}
.AnyTagClassName
{
color: #367CA6;
}
</style>
background-color css
<style>
a { background-color: #367CA6; }
a { background-color: rgb(54,124,166); }
div.DivClassName
{
background-color: #367CA6;
}
.BgClassName
{
background-color: #367CA6;
}
</style>
border-color css
<style>
span { border-color: #367CA6; }
span { border-color: rgb(54,124,166); }
td.TdClassName
{
border-color: #367CA6;
}
.TagClassName
{
border-color: #367CA6;
}
</style>