Shades of Lochmara #39699A
Tints of Lochmara #39699A
RGB
CMYK
RGB Variations
Color information
#39699A (or 0x39699A) is known color: Lochmara. HEX triplet: 39, 69 and 9A. RGB value is (57,105,154). Sum of RGB (Red+Green+Blue) = 57+105+154=316 (41% of max value = 765). Red value is 57 (22.66% from 255 or 18.04% from 316); Green value is 105 (41.41% from 255 or 33.23% from 316); Blue value is 154 (60.55% from 255 or 48.73% from 316); Max value from RGB is 154 - color contains mainly: blue. Hex color #39699A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #39699A is #C69665. Grayscale: #5F5F5F. Windows color (decimal): -13014630 or 10119481. OLE color: 10119481.
HSL color Cylindrical-coordinate representation of color #39699A: hue angle of 210.31º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #39699A is Cyan = 0.63, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 57 | 105 | 154 | - |
| CMYK | 0.63 | 0.32 | 0 | 0.40 |
| HSL | 210.31º | 0.46% | 0.41% | - |
| HSV(B) | 210.31º | 0.63% | 0.6% | - |
| XYZ | 12.57 | 13.31 | 32.48 | - |
| YUV | 96.23 | 160.6 | 100.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 105 | 154 | 0.63 | 0.32 | 0 | 0.40 | 210.31 | 0.46 | 0.41 |
| Hex | 39 | 69 | 9A | 3F | 20 | 0 | 28 | D2 | 2E | 29 |
| Octal | 71 | 151 | 232 | 77 | 40 | 0 | 50 | 322 | 56 | 51 |
| Binary | 111001 | 1101001 | 10011010 | 111111 | 100000 | 0 | 101000 | 11010010 | 101110 | 101001 |
Color Harmonies of #39699A
Complementary color
Monochromatic Colors of #39699A
Black with #39699A
Text Example
Text Example
White with #39699A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39699A; }
p { color: rgb(57,105,154); }
H1.HeaderClassName
{
color: #39699A;
}
.AnyTagClassName
{
color: #39699A;
}
</style>
background-color css
<style>
a { background-color: #39699A; }
a { background-color: rgb(57,105,154); }
div.DivClassName
{
background-color: #39699A;
}
.BgClassName
{
background-color: #39699A;
}
</style>
border-color css
<style>
span { border-color: #39699A; }
span { border-color: rgb(57,105,154); }
td.TdClassName
{
border-color: #39699A;
}
.TagClassName
{
border-color: #39699A;
}
</style>