Shades of Lochmara #36759C
Tints of Lochmara #36759C
RGB
CMYK
RGB Variations
Color information
#36759C (or 0x36759C) is known color: Lochmara. HEX triplet: 36, 75 and 9C. RGB value is (54,117,156). Sum of RGB (Red+Green+Blue) = 54+117+156=327 (43% of max value = 765). Red value is 54 (21.48% from 255 or 16.51% from 327); Green value is 117 (46.09% from 255 or 35.78% from 327); Blue value is 156 (61.33% from 255 or 47.71% from 327); Max value from RGB is 156 - color contains mainly: blue. Hex color #36759C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #36759C is #C98A63. Grayscale: #666666. Windows color (decimal): -13208164 or 10253622. OLE color: 10253622.
HSL color Cylindrical-coordinate representation of color #36759C: hue angle of 202.94º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #36759C is Cyan = 0.65, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 54 | 117 | 156 | - |
| CMYK | 0.65 | 0.25 | 0 | 0.39 |
| HSL | 202.94º | 0.49% | 0.41% | - |
| HSV(B) | 202.94º | 0.65% | 0.61% | - |
| XYZ | 13.88 | 15.91 | 33.79 | - |
| YUV | 102.61 | 158.13 | 93.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 117 | 156 | 0.65 | 0.25 | 0 | 0.39 | 202.94 | 0.49 | 0.41 |
| Hex | 36 | 75 | 9C | 41 | 19 | 0 | 27 | CB | 31 | 29 |
| Octal | 66 | 165 | 234 | 101 | 31 | 0 | 47 | 313 | 61 | 51 |
| Binary | 110110 | 1110101 | 10011100 | 1000001 | 11001 | 0 | 100111 | 11001011 | 110001 | 101001 |
Color Harmonies of #36759C
Complementary color
Monochromatic Colors of #36759C
Black with #36759C
Text Example
Text Example
White with #36759C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36759C; }
p { color: rgb(54,117,156); }
H1.HeaderClassName
{
color: #36759C;
}
.AnyTagClassName
{
color: #36759C;
}
</style>
background-color css
<style>
a { background-color: #36759C; }
a { background-color: rgb(54,117,156); }
div.DivClassName
{
background-color: #36759C;
}
.BgClassName
{
background-color: #36759C;
}
</style>
border-color css
<style>
span { border-color: #36759C; }
span { border-color: rgb(54,117,156); }
td.TdClassName
{
border-color: #36759C;
}
.TagClassName
{
border-color: #36759C;
}
</style>