Shades of Lochmara #367FA4
Tints of Lochmara #367FA4
RGB
CMYK
RGB Variations
Color information
#367FA4 (or 0x367FA4) is known color: Lochmara. HEX triplet: 36, 7F and A4. RGB value is (54,127,164). Sum of RGB (Red+Green+Blue) = 54+127+164=345 (45% of max value = 765). Red value is 54 (21.48% from 255 or 15.65% from 345); Green value is 127 (50% from 255 or 36.81% from 345); Blue value is 164 (64.45% from 255 or 47.54% from 345); Max value from RGB is 164 - color contains mainly: blue. Hex color #367FA4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #367FA4 is #C9805B. Grayscale: #6D6D6D. Windows color (decimal): -13205596 or 10780470. OLE color: 10780470.
HSL color Cylindrical-coordinate representation of color #367FA4: hue angle of 200.18º 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 #367FA4 is Cyan = 0.67, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 54 | 127 | 164 | - |
| CMYK | 0.67 | 0.23 | 0 | 0.36 |
| HSL | 200.18º | 0.5% | 0.43% | - |
| HSV(B) | 200.18º | 0.67% | 0.64% | - |
| XYZ | 15.81 | 18.64 | 37.89 | - |
| YUV | 109.39 | 158.82 | 88.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 127 | 164 | 0.67 | 0.23 | 0 | 0.36 | 200.18 | 0.5 | 0.43 |
| Hex | 36 | 7F | A4 | 43 | 17 | 0 | 24 | C8 | 32 | 2B |
| Octal | 66 | 177 | 244 | 103 | 27 | 0 | 44 | 310 | 62 | 53 |
| Binary | 110110 | 1111111 | 10100100 | 1000011 | 10111 | 0 | 100100 | 11001000 | 110010 | 101011 |
Color Harmonies of #367FA4
Complementary color
Monochromatic Colors of #367FA4
Black with #367FA4
Text Example
Text Example
White with #367FA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #367FA4; }
p { color: rgb(54,127,164); }
H1.HeaderClassName
{
color: #367FA4;
}
.AnyTagClassName
{
color: #367FA4;
}
</style>
background-color css
<style>
a { background-color: #367FA4; }
a { background-color: rgb(54,127,164); }
div.DivClassName
{
background-color: #367FA4;
}
.BgClassName
{
background-color: #367FA4;
}
</style>
border-color css
<style>
span { border-color: #367FA4; }
span { border-color: rgb(54,127,164); }
td.TdClassName
{
border-color: #367FA4;
}
.TagClassName
{
border-color: #367FA4;
}
</style>