Shades of Lochmara #367AA4
Tints of Lochmara #367AA4
RGB
CMYK
RGB Variations
Color information
#367AA4 (or 0x367AA4) is known color: Lochmara. HEX triplet: 36, 7A and A4. RGB value is (54,122,164). Sum of RGB (Red+Green+Blue) = 54+122+164=340 (45% of max value = 765). Red value is 54 (21.48% from 255 or 15.88% from 340); Green value is 122 (48.05% from 255 or 35.88% from 340); Blue value is 164 (64.45% from 255 or 48.24% from 340); Max value from RGB is 164 - color contains mainly: blue. Hex color #367AA4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #367AA4 is #C9855B. Grayscale: #6A6A6A. Windows color (decimal): -13206876 or 10779190. OLE color: 10779190.
HSL color Cylindrical-coordinate representation of color #367AA4: hue angle of 202.91º degrees, saturation: 0.5, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #367AA4 is Cyan = 0.67, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 54 | 122 | 164 | - |
| CMYK | 0.67 | 0.26 | 0 | 0.36 |
| HSL | 202.91º | 0.5% | 0.43% | - |
| HSV(B) | 202.91º | 0.67% | 0.64% | - |
| XYZ | 15.18 | 17.38 | 37.68 | - |
| YUV | 106.46 | 160.47 | 90.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 122 | 164 | 0.67 | 0.26 | 0 | 0.36 | 202.91 | 0.5 | 0.43 |
| Hex | 36 | 7A | A4 | 43 | 1A | 0 | 24 | CB | 32 | 2B |
| Octal | 66 | 172 | 244 | 103 | 32 | 0 | 44 | 313 | 62 | 53 |
| Binary | 110110 | 1111010 | 10100100 | 1000011 | 11010 | 0 | 100100 | 11001011 | 110010 | 101011 |
Color Harmonies of #367AA4
Complementary color
Monochromatic Colors of #367AA4
Black with #367AA4
Text Example
Text Example
White with #367AA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #367AA4; }
p { color: rgb(54,122,164); }
H1.HeaderClassName
{
color: #367AA4;
}
.AnyTagClassName
{
color: #367AA4;
}
</style>
background-color css
<style>
a { background-color: #367AA4; }
a { background-color: rgb(54,122,164); }
div.DivClassName
{
background-color: #367AA4;
}
.BgClassName
{
background-color: #367AA4;
}
</style>
border-color css
<style>
span { border-color: #367AA4; }
span { border-color: rgb(54,122,164); }
td.TdClassName
{
border-color: #367AA4;
}
.TagClassName
{
border-color: #367AA4;
}
</style>