Shades of Lochmara #38759C
Tints of Lochmara #38759C
RGB
CMYK
RGB Variations
Color information
#38759C (or 0x38759C) is known color: Lochmara. HEX triplet: 38, 75 and 9C. RGB value is (56,117,156). Sum of RGB (Red+Green+Blue) = 56+117+156=329 (43% of max value = 765). Red value is 56 (22.27% from 255 or 17.02% from 329); Green value is 117 (46.09% from 255 or 35.56% from 329); Blue value is 156 (61.33% from 255 or 47.42% from 329); Max value from RGB is 156 - color contains mainly: blue. Hex color #38759C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #38759C is #C78A63. Grayscale: #666666. Windows color (decimal): -13077092 or 10253624. OLE color: 10253624.
HSL color Cylindrical-coordinate representation of color #38759C: hue angle of 203.4º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #38759C is Cyan = 0.64, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 56 | 117 | 156 | - |
| CMYK | 0.64 | 0.25 | 0 | 0.39 |
| HSL | 203.4º | 0.47% | 0.42% | - |
| HSV(B) | 203.4º | 0.64% | 0.61% | - |
| XYZ | 13.99 | 15.96 | 33.8 | - |
| YUV | 103.21 | 157.79 | 94.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 117 | 156 | 0.64 | 0.25 | 0 | 0.39 | 203.4 | 0.47 | 0.42 |
| Hex | 38 | 75 | 9C | 40 | 19 | 0 | 27 | CB | 2F | 2A |
| Octal | 70 | 165 | 234 | 100 | 31 | 0 | 47 | 313 | 57 | 52 |
| Binary | 111000 | 1110101 | 10011100 | 1000000 | 11001 | 0 | 100111 | 11001011 | 101111 | 101010 |
Color Harmonies of #38759C
Complementary color
Monochromatic Colors of #38759C
Black with #38759C
Text Example
Text Example
White with #38759C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38759C; }
p { color: rgb(56,117,156); }
H1.HeaderClassName
{
color: #38759C;
}
.AnyTagClassName
{
color: #38759C;
}
</style>
background-color css
<style>
a { background-color: #38759C; }
a { background-color: rgb(56,117,156); }
div.DivClassName
{
background-color: #38759C;
}
.BgClassName
{
background-color: #38759C;
}
</style>
border-color css
<style>
span { border-color: #38759C; }
span { border-color: rgb(56,117,156); }
td.TdClassName
{
border-color: #38759C;
}
.TagClassName
{
border-color: #38759C;
}
</style>