Shades of Lochmara #38679C
Tints of Lochmara #38679C
RGB
CMYK
RGB Variations
Color information
#38679C (or 0x38679C) is known color: Lochmara. HEX triplet: 38, 67 and 9C. RGB value is (56,103,156). Sum of RGB (Red+Green+Blue) = 56+103+156=315 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.78% from 315); Green value is 103 (40.62% from 255 or 32.70% from 315); Blue value is 156 (61.33% from 255 or 49.52% from 315); Max value from RGB is 156 - color contains mainly: blue. Hex color #38679C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #38679C is #C79863. Grayscale: #5E5E5E. Windows color (decimal): -13080676 or 10250040. OLE color: 10250040.
HSL color Cylindrical-coordinate representation of color #38679C: hue angle of 211.8º 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 #38679C is Cyan = 0.64, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 56 | 103 | 156 | - |
| CMYK | 0.64 | 0.34 | 0 | 0.39 |
| HSL | 211.8º | 0.47% | 0.42% | - |
| HSV(B) | 211.8º | 0.64% | 0.61% | - |
| XYZ | 12.48 | 12.94 | 33.29 | - |
| YUV | 94.99 | 162.43 | 100.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 103 | 156 | 0.64 | 0.34 | 0 | 0.39 | 211.8 | 0.47 | 0.42 |
| Hex | 38 | 67 | 9C | 40 | 22 | 0 | 27 | D4 | 2F | 2A |
| Octal | 70 | 147 | 234 | 100 | 42 | 0 | 47 | 324 | 57 | 52 |
| Binary | 111000 | 1100111 | 10011100 | 1000000 | 100010 | 0 | 100111 | 11010100 | 101111 | 101010 |
Color Harmonies of #38679C
Complementary color
Monochromatic Colors of #38679C
Black with #38679C
Text Example
Text Example
White with #38679C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38679C; }
p { color: rgb(56,103,156); }
H1.HeaderClassName
{
color: #38679C;
}
.AnyTagClassName
{
color: #38679C;
}
</style>
background-color css
<style>
a { background-color: #38679C; }
a { background-color: rgb(56,103,156); }
div.DivClassName
{
background-color: #38679C;
}
.BgClassName
{
background-color: #38679C;
}
</style>
border-color css
<style>
span { border-color: #38679C; }
span { border-color: rgb(56,103,156); }
td.TdClassName
{
border-color: #38679C;
}
.TagClassName
{
border-color: #38679C;
}
</style>