Shades of Lochmara #367AA6
Tints of Lochmara #367AA6
RGB
CMYK
RGB Variations
Color information
#367AA6 (or 0x367AA6) is known color: Lochmara. HEX triplet: 36, 7A and A6. RGB value is (54,122,166). Sum of RGB (Red+Green+Blue) = 54+122+166=342 (45% of max value = 765). Red value is 54 (21.48% from 255 or 15.79% from 342); Green value is 122 (48.05% from 255 or 35.67% from 342); Blue value is 166 (65.23% from 255 or 48.54% from 342); Max value from RGB is 166 - color contains mainly: blue. Hex color #367AA6 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #367AA6 is #C98559. Grayscale: #6A6A6A. Windows color (decimal): -13206874 or 10910262. OLE color: 10910262.
HSL color Cylindrical-coordinate representation of color #367AA6: hue angle of 203.57º 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 #367AA6 is Cyan = 0.67, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 54 | 122 | 166 | - |
| CMYK | 0.67 | 0.27 | 0 | 0.35 |
| HSL | 203.57º | 0.51% | 0.43% | - |
| HSV(B) | 203.57º | 0.67% | 0.65% | - |
| XYZ | 15.36 | 17.46 | 38.64 | - |
| YUV | 106.68 | 161.47 | 90.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 122 | 166 | 0.67 | 0.27 | 0 | 0.35 | 203.57 | 0.51 | 0.43 |
| Hex | 36 | 7A | A6 | 43 | 1B | 0 | 23 | CC | 33 | 2B |
| Octal | 66 | 172 | 246 | 103 | 33 | 0 | 43 | 314 | 63 | 53 |
| Binary | 110110 | 1111010 | 10100110 | 1000011 | 11011 | 0 | 100011 | 11001100 | 110011 | 101011 |
Color Harmonies of #367AA6
Complementary color
Monochromatic Colors of #367AA6
Black with #367AA6
Text Example
Text Example
White with #367AA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #367AA6; }
p { color: rgb(54,122,166); }
H1.HeaderClassName
{
color: #367AA6;
}
.AnyTagClassName
{
color: #367AA6;
}
</style>
background-color css
<style>
a { background-color: #367AA6; }
a { background-color: rgb(54,122,166); }
div.DivClassName
{
background-color: #367AA6;
}
.BgClassName
{
background-color: #367AA6;
}
</style>
border-color css
<style>
span { border-color: #367AA6; }
span { border-color: rgb(54,122,166); }
td.TdClassName
{
border-color: #367AA6;
}
.TagClassName
{
border-color: #367AA6;
}
</style>