Shades of Lochmara #38769C
Tints of Lochmara #38769C
RGB
CMYK
RGB Variations
Color information
#38769C (or 0x38769C) is known color: Lochmara. HEX triplet: 38, 76 and 9C. RGB value is (56,118,156). Sum of RGB (Red+Green+Blue) = 56+118+156=330 (43% of max value = 765). Red value is 56 (22.27% from 255 or 16.97% from 330); Green value is 118 (46.48% from 255 or 35.76% from 330); Blue value is 156 (61.33% from 255 or 47.27% from 330); Max value from RGB is 156 - color contains mainly: blue. Hex color #38769C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #38769C is #C78963. Grayscale: #676767. Windows color (decimal): -13076836 or 10253880. OLE color: 10253880.
HSL color Cylindrical-coordinate representation of color #38769C: hue angle of 202.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 #38769C is Cyan = 0.64, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 56 | 118 | 156 | - |
| CMYK | 0.64 | 0.24 | 0 | 0.39 |
| HSL | 202.8º | 0.47% | 0.42% | - |
| HSV(B) | 202.8º | 0.64% | 0.61% | - |
| XYZ | 14.11 | 16.2 | 33.84 | - |
| YUV | 103.79 | 157.46 | 93.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 118 | 156 | 0.64 | 0.24 | 0 | 0.39 | 202.8 | 0.47 | 0.42 |
| Hex | 38 | 76 | 9C | 40 | 18 | 0 | 27 | CB | 2F | 2A |
| Octal | 70 | 166 | 234 | 100 | 30 | 0 | 47 | 313 | 57 | 52 |
| Binary | 111000 | 1110110 | 10011100 | 1000000 | 11000 | 0 | 100111 | 11001011 | 101111 | 101010 |
Color Harmonies of #38769C
Complementary color
Monochromatic Colors of #38769C
Black with #38769C
Text Example
Text Example
White with #38769C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38769C; }
p { color: rgb(56,118,156); }
H1.HeaderClassName
{
color: #38769C;
}
.AnyTagClassName
{
color: #38769C;
}
</style>
background-color css
<style>
a { background-color: #38769C; }
a { background-color: rgb(56,118,156); }
div.DivClassName
{
background-color: #38769C;
}
.BgClassName
{
background-color: #38769C;
}
</style>
border-color css
<style>
span { border-color: #38769C; }
span { border-color: rgb(56,118,156); }
td.TdClassName
{
border-color: #38769C;
}
.TagClassName
{
border-color: #38769C;
}
</style>