Shades of Lochmara #3378A0
Tints of Lochmara #3378A0
RGB
CMYK
RGB Variations
Color information
#3378A0 (or 0x3378A0) is known color: Lochmara. HEX triplet: 33, 78 and A0. RGB value is (51,120,160). Sum of RGB (Red+Green+Blue) = 51+120+160=331 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.41% from 331); Green value is 120 (47.27% from 255 or 36.25% from 331); Blue value is 160 (62.89% from 255 or 48.34% from 331); Max value from RGB is 160 - color contains mainly: blue. Hex color #3378A0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3378A0 is #CC875F. Grayscale: #676767. Windows color (decimal): -13404000 or 10516531. OLE color: 10516531.
HSL color Cylindrical-coordinate representation of color #3378A0: hue angle of 202.02º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3378A0 is Cyan = 0.68, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 51 | 120 | 160 | - |
| CMYK | 0.68 | 0.25 | 0 | 0.37 |
| HSL | 202.02º | 0.52% | 0.41% | - |
| HSV(B) | 202.02º | 0.68% | 0.63% | - |
| XYZ | 14.43 | 16.67 | 35.72 | - |
| YUV | 103.93 | 159.64 | 90.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 120 | 160 | 0.68 | 0.25 | 0 | 0.37 | 202.02 | 0.52 | 0.41 |
| Hex | 33 | 78 | A0 | 44 | 19 | 0 | 25 | CA | 34 | 29 |
| Octal | 63 | 170 | 240 | 104 | 31 | 0 | 45 | 312 | 64 | 51 |
| Binary | 110011 | 1111000 | 10100000 | 1000100 | 11001 | 0 | 100101 | 11001010 | 110100 | 101001 |
Color Harmonies of #3378A0
Complementary color
Monochromatic Colors of #3378A0
Black with #3378A0
Text Example
Text Example
White with #3378A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3378A0; }
p { color: rgb(51,120,160); }
H1.HeaderClassName
{
color: #3378A0;
}
.AnyTagClassName
{
color: #3378A0;
}
</style>
background-color css
<style>
a { background-color: #3378A0; }
a { background-color: rgb(51,120,160); }
div.DivClassName
{
background-color: #3378A0;
}
.BgClassName
{
background-color: #3378A0;
}
</style>
border-color css
<style>
span { border-color: #3378A0; }
span { border-color: rgb(51,120,160); }
td.TdClassName
{
border-color: #3378A0;
}
.TagClassName
{
border-color: #3378A0;
}
</style>