Shades of Lochmara #36669A
Tints of Lochmara #36669A
RGB
CMYK
RGB Variations
Color information
#36669A (or 0x36669A) is known color: Lochmara. HEX triplet: 36, 66 and 9A. RGB value is (54,102,154). Sum of RGB (Red+Green+Blue) = 54+102+154=310 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.42% from 310); Green value is 102 (40.23% from 255 or 32.90% from 310); Blue value is 154 (60.55% from 255 or 49.68% from 310); Max value from RGB is 154 - color contains mainly: blue. Hex color #36669A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #36669A is #C99965. Grayscale: #5D5D5D. Windows color (decimal): -13212006 or 10118710. OLE color: 10118710.
HSL color Cylindrical-coordinate representation of color #36669A: hue angle of 211.2º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #36669A is Cyan = 0.65, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 54 | 102 | 154 | - |
| CMYK | 0.65 | 0.34 | 0 | 0.40 |
| HSL | 211.2º | 0.48% | 0.41% | - |
| HSV(B) | 211.2º | 0.65% | 0.6% | - |
| XYZ | 12.11 | 12.62 | 32.37 | - |
| YUV | 93.58 | 162.1 | 99.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 102 | 154 | 0.65 | 0.34 | 0 | 0.40 | 211.2 | 0.48 | 0.41 |
| Hex | 36 | 66 | 9A | 41 | 22 | 0 | 28 | D3 | 30 | 29 |
| Octal | 66 | 146 | 232 | 101 | 42 | 0 | 50 | 323 | 60 | 51 |
| Binary | 110110 | 1100110 | 10011010 | 1000001 | 100010 | 0 | 101000 | 11010011 | 110000 | 101001 |
Color Harmonies of #36669A
Complementary color
Monochromatic Colors of #36669A
Black with #36669A
Text Example
Text Example
White with #36669A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36669A; }
p { color: rgb(54,102,154); }
H1.HeaderClassName
{
color: #36669A;
}
.AnyTagClassName
{
color: #36669A;
}
</style>
background-color css
<style>
a { background-color: #36669A; }
a { background-color: rgb(54,102,154); }
div.DivClassName
{
background-color: #36669A;
}
.BgClassName
{
background-color: #36669A;
}
</style>
border-color css
<style>
span { border-color: #36669A; }
span { border-color: rgb(54,102,154); }
td.TdClassName
{
border-color: #36669A;
}
.TagClassName
{
border-color: #36669A;
}
</style>