Shades of Lochmara #367FA6
Tints of Lochmara #367FA6
RGB
CMYK
RGB Variations
Color information
#367FA6 (or 0x367FA6) is known color: Lochmara. HEX triplet: 36, 7F and A6. RGB value is (54,127,166). Sum of RGB (Red+Green+Blue) = 54+127+166=347 (45% of max value = 765). Red value is 54 (21.48% from 255 or 15.56% from 347); Green value is 127 (50% from 255 or 36.60% from 347); Blue value is 166 (65.23% from 255 or 47.84% from 347); Max value from RGB is 166 - color contains mainly: blue. Hex color #367FA6 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #367FA6 is #C98059. Grayscale: #6D6D6D. Windows color (decimal): -13205594 or 10911542. OLE color: 10911542.
HSL color Cylindrical-coordinate representation of color #367FA6: hue angle of 200.89º 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 #367FA6 is Cyan = 0.67, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 54 | 127 | 166 | - |
| CMYK | 0.67 | 0.23 | 0 | 0.35 |
| HSL | 200.89º | 0.51% | 0.43% | - |
| HSV(B) | 200.89º | 0.67% | 0.65% | - |
| XYZ | 15.99 | 18.72 | 38.85 | - |
| YUV | 109.62 | 159.82 | 88.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 127 | 166 | 0.67 | 0.23 | 0 | 0.35 | 200.89 | 0.51 | 0.43 |
| Hex | 36 | 7F | A6 | 43 | 17 | 0 | 23 | C9 | 33 | 2B |
| Octal | 66 | 177 | 246 | 103 | 27 | 0 | 43 | 311 | 63 | 53 |
| Binary | 110110 | 1111111 | 10100110 | 1000011 | 10111 | 0 | 100011 | 11001001 | 110011 | 101011 |
Color Harmonies of #367FA6
Complementary color
Monochromatic Colors of #367FA6
Black with #367FA6
Text Example
Text Example
White with #367FA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #367FA6; }
p { color: rgb(54,127,166); }
H1.HeaderClassName
{
color: #367FA6;
}
.AnyTagClassName
{
color: #367FA6;
}
</style>
background-color css
<style>
a { background-color: #367FA6; }
a { background-color: rgb(54,127,166); }
div.DivClassName
{
background-color: #367FA6;
}
.BgClassName
{
background-color: #367FA6;
}
</style>
border-color css
<style>
span { border-color: #367FA6; }
span { border-color: rgb(54,127,166); }
td.TdClassName
{
border-color: #367FA6;
}
.TagClassName
{
border-color: #367FA6;
}
</style>