Shades of Lochmara #367BAA
Tints of Lochmara #367BAA
RGB
CMYK
RGB Variations
Color information
#367BAA (or 0x367BAA) is known color: Lochmara. HEX triplet: 36, 7B and AA. RGB value is (54,123,170). Sum of RGB (Red+Green+Blue) = 54+123+170=347 (45% of max value = 765). Red value is 54 (21.48% from 255 or 15.56% from 347); Green value is 123 (48.44% from 255 or 35.45% from 347); Blue value is 170 (66.80% from 255 or 48.99% from 347); Max value from RGB is 170 - color contains mainly: blue. Hex color #367BAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #367BAA is #C98455. Grayscale: #6B6B6B. Windows color (decimal): -13206614 or 11172662. OLE color: 11172662.
HSL color Cylindrical-coordinate representation of color #367BAA: hue angle of 204.31º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #367BAA is Cyan = 0.68, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 54 | 123 | 170 | - |
| CMYK | 0.68 | 0.28 | 0 | 0.33 |
| HSL | 204.31º | 0.52% | 0.44% | - |
| HSV(B) | 204.31º | 0.68% | 0.67% | - |
| XYZ | 15.86 | 17.85 | 40.64 | - |
| YUV | 107.73 | 163.14 | 89.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 123 | 170 | 0.68 | 0.28 | 0 | 0.33 | 204.31 | 0.52 | 0.44 |
| Hex | 36 | 7B | AA | 44 | 1C | 0 | 21 | CC | 34 | 2C |
| Octal | 66 | 173 | 252 | 104 | 34 | 0 | 41 | 314 | 64 | 54 |
| Binary | 110110 | 1111011 | 10101010 | 1000100 | 11100 | 0 | 100001 | 11001100 | 110100 | 101100 |
Color Harmonies of #367BAA
Complementary color
Monochromatic Colors of #367BAA
Black with #367BAA
Text Example
Text Example
White with #367BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #367BAA; }
p { color: rgb(54,123,170); }
H1.HeaderClassName
{
color: #367BAA;
}
.AnyTagClassName
{
color: #367BAA;
}
</style>
background-color css
<style>
a { background-color: #367BAA; }
a { background-color: rgb(54,123,170); }
div.DivClassName
{
background-color: #367BAA;
}
.BgClassName
{
background-color: #367BAA;
}
</style>
border-color css
<style>
span { border-color: #367BAA; }
span { border-color: rgb(54,123,170); }
td.TdClassName
{
border-color: #367BAA;
}
.TagClassName
{
border-color: #367BAA;
}
</style>