Shades of Lochmara #367BA9
Tints of Lochmara #367BA9
RGB
CMYK
RGB Variations
Color information
#367BA9 (or 0x367BA9) is known color: Lochmara. HEX triplet: 36, 7B and A9. RGB value is (54,123,169). Sum of RGB (Red+Green+Blue) = 54+123+169=346 (45% of max value = 765). Red value is 54 (21.48% from 255 or 15.61% from 346); Green value is 123 (48.44% from 255 or 35.55% from 346); Blue value is 169 (66.41% from 255 or 48.84% from 346); Max value from RGB is 169 - color contains mainly: blue. Hex color #367BA9 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #367BA9 is #C98456. Grayscale: #6B6B6B. Windows color (decimal): -13206615 or 11107126. OLE color: 11107126.
HSL color Cylindrical-coordinate representation of color #367BA9: hue angle of 204º degrees, saturation: 0.52, 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 #367BA9 is Cyan = 0.68, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 54 | 123 | 169 | - |
| CMYK | 0.68 | 0.27 | 0 | 0.34 |
| HSL | 204º | 0.52% | 0.44% | - |
| HSV(B) | 204º | 0.68% | 0.66% | - |
| XYZ | 15.77 | 17.81 | 40.14 | - |
| YUV | 107.61 | 162.64 | 89.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 123 | 169 | 0.68 | 0.27 | 0 | 0.34 | 204 | 0.52 | 0.44 |
| Hex | 36 | 7B | A9 | 44 | 1B | 0 | 22 | CC | 34 | 2C |
| Octal | 66 | 173 | 251 | 104 | 33 | 0 | 42 | 314 | 64 | 54 |
| Binary | 110110 | 1111011 | 10101001 | 1000100 | 11011 | 0 | 100010 | 11001100 | 110100 | 101100 |
Color Harmonies of #367BA9
Complementary color
Monochromatic Colors of #367BA9
Black with #367BA9
Text Example
Text Example
White with #367BA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #367BA9; }
p { color: rgb(54,123,169); }
H1.HeaderClassName
{
color: #367BA9;
}
.AnyTagClassName
{
color: #367BA9;
}
</style>
background-color css
<style>
a { background-color: #367BA9; }
a { background-color: rgb(54,123,169); }
div.DivClassName
{
background-color: #367BA9;
}
.BgClassName
{
background-color: #367BA9;
}
</style>
border-color css
<style>
span { border-color: #367BA9; }
span { border-color: rgb(54,123,169); }
td.TdClassName
{
border-color: #367BA9;
}
.TagClassName
{
border-color: #367BA9;
}
</style>