Shades of Lochmara #38799B
Tints of Lochmara #38799B
RGB
CMYK
RGB Variations
Color information
#38799B (or 0x38799B) is known color: Lochmara. HEX triplet: 38, 79 and 9B. RGB value is (56,121,155). Sum of RGB (Red+Green+Blue) = 56+121+155=332 (43% of max value = 765). Red value is 56 (22.27% from 255 or 16.87% from 332); Green value is 121 (47.66% from 255 or 36.45% from 332); Blue value is 155 (60.94% from 255 or 46.69% from 332); Max value from RGB is 155 - color contains mainly: blue. Hex color #38799B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #38799B is #C78664. Grayscale: #696969. Windows color (decimal): -13076069 or 10189112. OLE color: 10189112.
HSL color Cylindrical-coordinate representation of color #38799B: hue angle of 200.61º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #38799B is Cyan = 0.64, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 56 | 121 | 155 | - |
| CMYK | 0.64 | 0.22 | 0 | 0.39 |
| HSL | 200.61º | 0.47% | 0.41% | - |
| HSV(B) | 200.61º | 0.64% | 0.61% | - |
| XYZ | 14.38 | 16.88 | 33.51 | - |
| YUV | 105.44 | 155.97 | 92.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 121 | 155 | 0.64 | 0.22 | 0 | 0.39 | 200.61 | 0.47 | 0.41 |
| Hex | 38 | 79 | 9B | 40 | 16 | 0 | 27 | C9 | 2F | 29 |
| Octal | 70 | 171 | 233 | 100 | 26 | 0 | 47 | 311 | 57 | 51 |
| Binary | 111000 | 1111001 | 10011011 | 1000000 | 10110 | 0 | 100111 | 11001001 | 101111 | 101001 |
Color Harmonies of #38799B
Complementary color
Monochromatic Colors of #38799B
Black with #38799B
Text Example
Text Example
White with #38799B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38799B; }
p { color: rgb(56,121,155); }
H1.HeaderClassName
{
color: #38799B;
}
.AnyTagClassName
{
color: #38799B;
}
</style>
background-color css
<style>
a { background-color: #38799B; }
a { background-color: rgb(56,121,155); }
div.DivClassName
{
background-color: #38799B;
}
.BgClassName
{
background-color: #38799B;
}
</style>
border-color css
<style>
span { border-color: #38799B; }
span { border-color: rgb(56,121,155); }
td.TdClassName
{
border-color: #38799B;
}
.TagClassName
{
border-color: #38799B;
}
</style>