Shades of Lochmara #38799E
Tints of Lochmara #38799E
RGB
CMYK
RGB Variations
Color information
#38799E (or 0x38799E) is known color: Lochmara. HEX triplet: 38, 79 and 9E. RGB value is (56,121,158). Sum of RGB (Red+Green+Blue) = 56+121+158=335 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.72% from 335); Green value is 121 (47.66% from 255 or 36.12% from 335); Blue value is 158 (62.11% from 255 or 47.16% from 335); Max value from RGB is 158 - color contains mainly: blue. Hex color #38799E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #38799E is #C78661. Grayscale: #696969. Windows color (decimal): -13076066 or 10385720. OLE color: 10385720.
HSL color Cylindrical-coordinate representation of color #38799E: hue angle of 201.76º 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 #38799E is Cyan = 0.65, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 56 | 121 | 158 | - |
| CMYK | 0.65 | 0.23 | 0 | 0.38 |
| HSL | 201.76º | 0.48% | 0.42% | - |
| HSV(B) | 201.76º | 0.65% | 0.62% | - |
| XYZ | 14.64 | 16.98 | 34.85 | - |
| YUV | 105.78 | 157.47 | 92.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 121 | 158 | 0.65 | 0.23 | 0 | 0.38 | 201.76 | 0.48 | 0.42 |
| Hex | 38 | 79 | 9E | 41 | 17 | 0 | 26 | CA | 30 | 2A |
| Octal | 70 | 171 | 236 | 101 | 27 | 0 | 46 | 312 | 60 | 52 |
| Binary | 111000 | 1111001 | 10011110 | 1000001 | 10111 | 0 | 100110 | 11001010 | 110000 | 101010 |
Color Harmonies of #38799E
Complementary color
Monochromatic Colors of #38799E
Black with #38799E
Text Example
Text Example
White with #38799E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38799E; }
p { color: rgb(56,121,158); }
H1.HeaderClassName
{
color: #38799E;
}
.AnyTagClassName
{
color: #38799E;
}
</style>
background-color css
<style>
a { background-color: #38799E; }
a { background-color: rgb(56,121,158); }
div.DivClassName
{
background-color: #38799E;
}
.BgClassName
{
background-color: #38799E;
}
</style>
border-color css
<style>
span { border-color: #38799E; }
span { border-color: rgb(56,121,158); }
td.TdClassName
{
border-color: #38799E;
}
.TagClassName
{
border-color: #38799E;
}
</style>