Shades of Lochmara #367CA2
Tints of Lochmara #367CA2
RGB
CMYK
RGB Variations
Color information
#367CA2 (or 0x367CA2) is known color: Lochmara. HEX triplet: 36, 7C and A2. RGB value is (54,124,162). Sum of RGB (Red+Green+Blue) = 54+124+162=340 (45% of max value = 765). Red value is 54 (21.48% from 255 or 15.88% from 340); Green value is 124 (48.83% from 255 or 36.47% from 340); Blue value is 162 (63.67% from 255 or 47.65% from 340); Max value from RGB is 162 - color contains mainly: blue. Hex color #367CA2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #367CA2 is #C9835D. Grayscale: #6B6B6B. Windows color (decimal): -13206366 or 10648630. OLE color: 10648630.
HSL color Cylindrical-coordinate representation of color #367CA2: hue angle of 201.11º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #367CA2 is Cyan = 0.67, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 54 | 124 | 162 | - |
| CMYK | 0.67 | 0.23 | 0 | 0.36 |
| HSL | 201.11º | 0.5% | 0.42% | - |
| HSV(B) | 201.11º | 0.67% | 0.64% | - |
| XYZ | 15.25 | 17.81 | 36.82 | - |
| YUV | 107.4 | 158.81 | 89.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 124 | 162 | 0.67 | 0.23 | 0 | 0.36 | 201.11 | 0.5 | 0.42 |
| Hex | 36 | 7C | A2 | 43 | 17 | 0 | 24 | C9 | 32 | 2A |
| Octal | 66 | 174 | 242 | 103 | 27 | 0 | 44 | 311 | 62 | 52 |
| Binary | 110110 | 1111100 | 10100010 | 1000011 | 10111 | 0 | 100100 | 11001001 | 110010 | 101010 |
Color Harmonies of #367CA2
Complementary color
Monochromatic Colors of #367CA2
Black with #367CA2
Text Example
Text Example
White with #367CA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #367CA2; }
p { color: rgb(54,124,162); }
H1.HeaderClassName
{
color: #367CA2;
}
.AnyTagClassName
{
color: #367CA2;
}
</style>
background-color css
<style>
a { background-color: #367CA2; }
a { background-color: rgb(54,124,162); }
div.DivClassName
{
background-color: #367CA2;
}
.BgClassName
{
background-color: #367CA2;
}
</style>
border-color css
<style>
span { border-color: #367CA2; }
span { border-color: rgb(54,124,162); }
td.TdClassName
{
border-color: #367CA2;
}
.TagClassName
{
border-color: #367CA2;
}
</style>