Shades of Lochmara #367AA5
Tints of Lochmara #367AA5
RGB
CMYK
RGB Variations
Color information
#367AA5 (or 0x367AA5) is known color: Lochmara. HEX triplet: 36, 7A and A5. RGB value is (54,122,165). Sum of RGB (Red+Green+Blue) = 54+122+165=341 (45% of max value = 765). Red value is 54 (21.48% from 255 or 15.84% from 341); Green value is 122 (48.05% from 255 or 35.78% from 341); Blue value is 165 (64.84% from 255 or 48.39% from 341); Max value from RGB is 165 - color contains mainly: blue. Hex color #367AA5 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #367AA5 is #C9855A. Grayscale: #6A6A6A. Windows color (decimal): -13206875 or 10844726. OLE color: 10844726.
HSL color Cylindrical-coordinate representation of color #367AA5: hue angle of 203.24º 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 #367AA5 is Cyan = 0.67, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 54 | 122 | 165 | - |
| CMYK | 0.67 | 0.26 | 0 | 0.35 |
| HSL | 203.24º | 0.51% | 0.43% | - |
| HSV(B) | 203.24º | 0.67% | 0.65% | - |
| XYZ | 15.27 | 17.42 | 38.15 | - |
| YUV | 106.57 | 160.97 | 90.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 122 | 165 | 0.67 | 0.26 | 0 | 0.35 | 203.24 | 0.51 | 0.43 |
| Hex | 36 | 7A | A5 | 43 | 1A | 0 | 23 | CB | 33 | 2B |
| Octal | 66 | 172 | 245 | 103 | 32 | 0 | 43 | 313 | 63 | 53 |
| Binary | 110110 | 1111010 | 10100101 | 1000011 | 11010 | 0 | 100011 | 11001011 | 110011 | 101011 |
Color Harmonies of #367AA5
Complementary color
Monochromatic Colors of #367AA5
Black with #367AA5
Text Example
Text Example
White with #367AA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #367AA5; }
p { color: rgb(54,122,165); }
H1.HeaderClassName
{
color: #367AA5;
}
.AnyTagClassName
{
color: #367AA5;
}
</style>
background-color css
<style>
a { background-color: #367AA5; }
a { background-color: rgb(54,122,165); }
div.DivClassName
{
background-color: #367AA5;
}
.BgClassName
{
background-color: #367AA5;
}
</style>
border-color css
<style>
span { border-color: #367AA5; }
span { border-color: rgb(54,122,165); }
td.TdClassName
{
border-color: #367AA5;
}
.TagClassName
{
border-color: #367AA5;
}
</style>