Shades of Lochmara #38749C
Tints of Lochmara #38749C
RGB
CMYK
RGB Variations
Color information
#38749C (or 0x38749C) is known color: Lochmara. HEX triplet: 38, 74 and 9C. RGB value is (56,116,156). Sum of RGB (Red+Green+Blue) = 56+116+156=328 (43% of max value = 765). Red value is 56 (22.27% from 255 or 17.07% from 328); Green value is 116 (45.70% from 255 or 35.37% from 328); Blue value is 156 (61.33% from 255 or 47.56% from 328); Max value from RGB is 156 - color contains mainly: blue. Hex color #38749C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #38749C is #C78B63. Grayscale: #666666. Windows color (decimal): -13077348 or 10253368. OLE color: 10253368.
HSL color Cylindrical-coordinate representation of color #38749C: hue angle of 204º 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 #38749C is Cyan = 0.64, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 56 | 116 | 156 | - |
| CMYK | 0.64 | 0.26 | 0 | 0.39 |
| HSL | 204º | 0.47% | 0.42% | - |
| HSV(B) | 204º | 0.64% | 0.61% | - |
| XYZ | 13.88 | 15.73 | 33.76 | - |
| YUV | 102.62 | 158.12 | 94.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 116 | 156 | 0.64 | 0.26 | 0 | 0.39 | 204 | 0.47 | 0.42 |
| Hex | 38 | 74 | 9C | 40 | 1A | 0 | 27 | CC | 2F | 2A |
| Octal | 70 | 164 | 234 | 100 | 32 | 0 | 47 | 314 | 57 | 52 |
| Binary | 111000 | 1110100 | 10011100 | 1000000 | 11010 | 0 | 100111 | 11001100 | 101111 | 101010 |
Color Harmonies of #38749C
Complementary color
Monochromatic Colors of #38749C
Black with #38749C
Text Example
Text Example
White with #38749C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38749C; }
p { color: rgb(56,116,156); }
H1.HeaderClassName
{
color: #38749C;
}
.AnyTagClassName
{
color: #38749C;
}
</style>
background-color css
<style>
a { background-color: #38749C; }
a { background-color: rgb(56,116,156); }
div.DivClassName
{
background-color: #38749C;
}
.BgClassName
{
background-color: #38749C;
}
</style>
border-color css
<style>
span { border-color: #38749C; }
span { border-color: rgb(56,116,156); }
td.TdClassName
{
border-color: #38749C;
}
.TagClassName
{
border-color: #38749C;
}
</style>