Shades of Lochmara #38679F
Tints of Lochmara #38679F
RGB
CMYK
RGB Variations
Color information
#38679F (or 0x38679F) is known color: Lochmara. HEX triplet: 38, 67 and 9F. RGB value is (56,103,159). Sum of RGB (Red+Green+Blue) = 56+103+159=318 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.61% from 318); Green value is 103 (40.62% from 255 or 32.39% from 318); Blue value is 159 (62.5% from 255 or 50% from 318); Max value from RGB is 159 - color contains mainly: blue. Hex color #38679F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #38679F is #C79860. Grayscale: #5F5F5F. Windows color (decimal): -13080673 or 10446648. OLE color: 10446648.
HSL color Cylindrical-coordinate representation of color #38679F: hue angle of 212.62º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #38679F is Cyan = 0.65, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 56 | 103 | 159 | - |
| CMYK | 0.65 | 0.35 | 0 | 0.38 |
| HSL | 212.62º | 0.48% | 0.42% | - |
| HSV(B) | 212.62º | 0.65% | 0.62% | - |
| XYZ | 12.74 | 13.04 | 34.65 | - |
| YUV | 95.33 | 163.93 | 99.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 103 | 159 | 0.65 | 0.35 | 0 | 0.38 | 212.62 | 0.48 | 0.42 |
| Hex | 38 | 67 | 9F | 41 | 23 | 0 | 26 | D5 | 30 | 2A |
| Octal | 70 | 147 | 237 | 101 | 43 | 0 | 46 | 325 | 60 | 52 |
| Binary | 111000 | 1100111 | 10011111 | 1000001 | 100011 | 0 | 100110 | 11010101 | 110000 | 101010 |
Color Harmonies of #38679F
Complementary color
Monochromatic Colors of #38679F
Black with #38679F
Text Example
Text Example
White with #38679F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38679F; }
p { color: rgb(56,103,159); }
H1.HeaderClassName
{
color: #38679F;
}
.AnyTagClassName
{
color: #38679F;
}
</style>
background-color css
<style>
a { background-color: #38679F; }
a { background-color: rgb(56,103,159); }
div.DivClassName
{
background-color: #38679F;
}
.BgClassName
{
background-color: #38679F;
}
</style>
border-color css
<style>
span { border-color: #38679F; }
span { border-color: rgb(56,103,159); }
td.TdClassName
{
border-color: #38679F;
}
.TagClassName
{
border-color: #38679F;
}
</style>