Shades of Lochmara #36669E
Tints of Lochmara #36669E
RGB
CMYK
RGB Variations
Color information
#36669E (or 0x36669E) is known color: Lochmara. HEX triplet: 36, 66 and 9E. RGB value is (54,102,158). Sum of RGB (Red+Green+Blue) = 54+102+158=314 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.20% from 314); Green value is 102 (40.23% from 255 or 32.48% from 314); Blue value is 158 (62.11% from 255 or 50.32% from 314); Max value from RGB is 158 - color contains mainly: blue. Hex color #36669E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #36669E is #C99961. Grayscale: #5D5D5D. Windows color (decimal): -13212002 or 10380854. OLE color: 10380854.
HSL color Cylindrical-coordinate representation of color #36669E: hue angle of 212.31º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #36669E is Cyan = 0.66, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 54 | 102 | 158 | - |
| CMYK | 0.66 | 0.35 | 0 | 0.38 |
| HSL | 212.31º | 0.49% | 0.42% | - |
| HSV(B) | 212.31º | 0.66% | 0.62% | - |
| XYZ | 12.44 | 12.76 | 34.15 | - |
| YUV | 94.03 | 164.1 | 99.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 102 | 158 | 0.66 | 0.35 | 0 | 0.38 | 212.31 | 0.49 | 0.42 |
| Hex | 36 | 66 | 9E | 42 | 23 | 0 | 26 | D4 | 31 | 2A |
| Octal | 66 | 146 | 236 | 102 | 43 | 0 | 46 | 324 | 61 | 52 |
| Binary | 110110 | 1100110 | 10011110 | 1000010 | 100011 | 0 | 100110 | 11010100 | 110001 | 101010 |
Color Harmonies of #36669E
Complementary color
Monochromatic Colors of #36669E
Black with #36669E
Text Example
Text Example
White with #36669E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36669E; }
p { color: rgb(54,102,158); }
H1.HeaderClassName
{
color: #36669E;
}
.AnyTagClassName
{
color: #36669E;
}
</style>
background-color css
<style>
a { background-color: #36669E; }
a { background-color: rgb(54,102,158); }
div.DivClassName
{
background-color: #36669E;
}
.BgClassName
{
background-color: #36669E;
}
</style>
border-color css
<style>
span { border-color: #36669E; }
span { border-color: rgb(54,102,158); }
td.TdClassName
{
border-color: #36669E;
}
.TagClassName
{
border-color: #36669E;
}
</style>