Shades of Lochmara #367BA8
Tints of Lochmara #367BA8
RGB
CMYK
RGB Variations
Color information
#367BA8 (or 0x367BA8) is known color: Lochmara. HEX triplet: 36, 7B and A8. RGB value is (54,123,168). Sum of RGB (Red+Green+Blue) = 54+123+168=345 (45% of max value = 765). Red value is 54 (21.48% from 255 or 15.65% from 345); Green value is 123 (48.44% from 255 or 35.65% from 345); Blue value is 168 (66.02% from 255 or 48.70% from 345); Max value from RGB is 168 - color contains mainly: blue. Hex color #367BA8 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #367BA8 is #C98457. Grayscale: #6B6B6B. Windows color (decimal): -13206616 or 11041590. OLE color: 11041590.
HSL color Cylindrical-coordinate representation of color #367BA8: hue angle of 203.68º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #367BA8 is Cyan = 0.68, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 54 | 123 | 168 | - |
| CMYK | 0.68 | 0.27 | 0 | 0.34 |
| HSL | 203.68º | 0.51% | 0.44% | - |
| HSV(B) | 203.68º | 0.68% | 0.66% | - |
| XYZ | 15.67 | 17.78 | 39.65 | - |
| YUV | 107.5 | 162.14 | 89.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 123 | 168 | 0.68 | 0.27 | 0 | 0.34 | 203.68 | 0.51 | 0.44 |
| Hex | 36 | 7B | A8 | 44 | 1B | 0 | 22 | CC | 33 | 2C |
| Octal | 66 | 173 | 250 | 104 | 33 | 0 | 42 | 314 | 63 | 54 |
| Binary | 110110 | 1111011 | 10101000 | 1000100 | 11011 | 0 | 100010 | 11001100 | 110011 | 101100 |
Color Harmonies of #367BA8
Complementary color
Monochromatic Colors of #367BA8
Black with #367BA8
Text Example
Text Example
White with #367BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #367BA8; }
p { color: rgb(54,123,168); }
H1.HeaderClassName
{
color: #367BA8;
}
.AnyTagClassName
{
color: #367BA8;
}
</style>
background-color css
<style>
a { background-color: #367BA8; }
a { background-color: rgb(54,123,168); }
div.DivClassName
{
background-color: #367BA8;
}
.BgClassName
{
background-color: #367BA8;
}
</style>
border-color css
<style>
span { border-color: #367BA8; }
span { border-color: rgb(54,123,168); }
td.TdClassName
{
border-color: #367BA8;
}
.TagClassName
{
border-color: #367BA8;
}
</style>