Shades of Lochmara #38729D
Tints of Lochmara #38729D
RGB
CMYK
RGB Variations
Color information
#38729D (or 0x38729D) is known color: Lochmara. HEX triplet: 38, 72 and 9D. RGB value is (56,114,157). Sum of RGB (Red+Green+Blue) = 56+114+157=327 (43% of max value = 765). Red value is 56 (22.27% from 255 or 17.13% from 327); Green value is 114 (44.92% from 255 or 34.86% from 327); Blue value is 157 (61.72% from 255 or 48.01% from 327); Max value from RGB is 157 - color contains mainly: blue. Hex color #38729D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #38729D is #C78D62. Grayscale: #656565. Windows color (decimal): -13077859 or 10318392. OLE color: 10318392.
HSL color Cylindrical-coordinate representation of color #38729D: hue angle of 205.54º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #38729D is Cyan = 0.64, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 56 | 114 | 157 | - |
| CMYK | 0.64 | 0.27 | 0 | 0.38 |
| HSL | 205.54º | 0.47% | 0.42% | - |
| HSV(B) | 205.54º | 0.64% | 0.62% | - |
| XYZ | 13.73 | 15.31 | 34.13 | - |
| YUV | 101.56 | 159.28 | 95.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 114 | 157 | 0.64 | 0.27 | 0 | 0.38 | 205.54 | 0.47 | 0.42 |
| Hex | 38 | 72 | 9D | 40 | 1B | 0 | 26 | CE | 2F | 2A |
| Octal | 70 | 162 | 235 | 100 | 33 | 0 | 46 | 316 | 57 | 52 |
| Binary | 111000 | 1110010 | 10011101 | 1000000 | 11011 | 0 | 100110 | 11001110 | 101111 | 101010 |
Color Harmonies of #38729D
Complementary color
Monochromatic Colors of #38729D
Black with #38729D
Text Example
Text Example
White with #38729D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38729D; }
p { color: rgb(56,114,157); }
H1.HeaderClassName
{
color: #38729D;
}
.AnyTagClassName
{
color: #38729D;
}
</style>
background-color css
<style>
a { background-color: #38729D; }
a { background-color: rgb(56,114,157); }
div.DivClassName
{
background-color: #38729D;
}
.BgClassName
{
background-color: #38729D;
}
</style>
border-color css
<style>
span { border-color: #38729D; }
span { border-color: rgb(56,114,157); }
td.TdClassName
{
border-color: #38729D;
}
.TagClassName
{
border-color: #38729D;
}
</style>