Shades of Lochmara #39749B
Tints of Lochmara #39749B
RGB
CMYK
RGB Variations
Color information
#39749B (or 0x39749B) is known color: Lochmara. HEX triplet: 39, 74 and 9B. RGB value is (57,116,155). Sum of RGB (Red+Green+Blue) = 57+116+155=328 (43% of max value = 765). Red value is 57 (22.66% from 255 or 17.38% from 328); Green value is 116 (45.70% from 255 or 35.37% from 328); Blue value is 155 (60.94% from 255 or 47.26% from 328); Max value from RGB is 155 - color contains mainly: blue. Hex color #39749B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #39749B is #C68B64. Grayscale: #666666. Windows color (decimal): -13011813 or 10187833. OLE color: 10187833.
HSL color Cylindrical-coordinate representation of color #39749B: hue angle of 203.88º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #39749B is Cyan = 0.63, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 57 | 116 | 155 | - |
| CMYK | 0.63 | 0.25 | 0 | 0.39 |
| HSL | 203.88º | 0.46% | 0.42% | - |
| HSV(B) | 203.88º | 0.63% | 0.61% | - |
| XYZ | 13.85 | 15.73 | 33.32 | - |
| YUV | 102.81 | 157.45 | 95.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 116 | 155 | 0.63 | 0.25 | 0 | 0.39 | 203.88 | 0.46 | 0.42 |
| Hex | 39 | 74 | 9B | 3F | 19 | 0 | 27 | CC | 2E | 2A |
| Octal | 71 | 164 | 233 | 77 | 31 | 0 | 47 | 314 | 56 | 52 |
| Binary | 111001 | 1110100 | 10011011 | 111111 | 11001 | 0 | 100111 | 11001100 | 101110 | 101010 |
Color Harmonies of #39749B
Complementary color
Monochromatic Colors of #39749B
Black with #39749B
Text Example
Text Example
White with #39749B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39749B; }
p { color: rgb(57,116,155); }
H1.HeaderClassName
{
color: #39749B;
}
.AnyTagClassName
{
color: #39749B;
}
</style>
background-color css
<style>
a { background-color: #39749B; }
a { background-color: rgb(57,116,155); }
div.DivClassName
{
background-color: #39749B;
}
.BgClassName
{
background-color: #39749B;
}
</style>
border-color css
<style>
span { border-color: #39749B; }
span { border-color: rgb(57,116,155); }
td.TdClassName
{
border-color: #39749B;
}
.TagClassName
{
border-color: #39749B;
}
</style>