Shades of Lochmara #3379AC
Tints of Lochmara #3379AC
RGB
CMYK
RGB Variations
Color information
#3379AC (or 0x3379AC) is known color: Lochmara. HEX triplet: 33, 79 and AC. RGB value is (51,121,172). Sum of RGB (Red+Green+Blue) = 51+121+172=344 (45% of max value = 765). Red value is 51 (20.31% from 255 or 14.83% from 344); Green value is 121 (47.66% from 255 or 35.17% from 344); Blue value is 172 (67.58% from 255 or 50% from 344); Max value from RGB is 172 - color contains mainly: blue. Hex color #3379AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3379AC is #CC8653. Grayscale: #696969. Windows color (decimal): -13403732 or 11303219. OLE color: 11303219.
HSL color Cylindrical-coordinate representation of color #3379AC: hue angle of 205.29º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3379AC is Cyan = 0.70, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 51 | 121 | 172 | - |
| CMYK | 0.70 | 0.30 | 0 | 0.33 |
| HSL | 205.29º | 0.54% | 0.44% | - |
| HSV(B) | 205.29º | 0.7% | 0.67% | - |
| XYZ | 15.65 | 17.36 | 41.56 | - |
| YUV | 105.88 | 165.31 | 88.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 121 | 172 | 0.70 | 0.30 | 0 | 0.33 | 205.29 | 0.54 | 0.44 |
| Hex | 33 | 79 | AC | 46 | 1E | 0 | 21 | CD | 36 | 2C |
| Octal | 63 | 171 | 254 | 106 | 36 | 0 | 41 | 315 | 66 | 54 |
| Binary | 110011 | 1111001 | 10101100 | 1000110 | 11110 | 0 | 100001 | 11001101 | 110110 | 101100 |
Color Harmonies of #3379AC
Complementary color
Monochromatic Colors of #3379AC
Black with #3379AC
Text Example
Text Example
White with #3379AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3379AC; }
p { color: rgb(51,121,172); }
H1.HeaderClassName
{
color: #3379AC;
}
.AnyTagClassName
{
color: #3379AC;
}
</style>
background-color css
<style>
a { background-color: #3379AC; }
a { background-color: rgb(51,121,172); }
div.DivClassName
{
background-color: #3379AC;
}
.BgClassName
{
background-color: #3379AC;
}
</style>
border-color css
<style>
span { border-color: #3379AC; }
span { border-color: rgb(51,121,172); }
td.TdClassName
{
border-color: #3379AC;
}
.TagClassName
{
border-color: #3379AC;
}
</style>