Shades of Lochmara #337CA6
Tints of Lochmara #337CA6
RGB
CMYK
RGB Variations
Color information
#337CA6 (or 0x337CA6) is known color: Lochmara. HEX triplet: 33, 7C and A6. RGB value is (51,124,166). Sum of RGB (Red+Green+Blue) = 51+124+166=341 (45% of max value = 765). Red value is 51 (20.31% from 255 or 14.96% from 341); Green value is 124 (48.83% from 255 or 36.36% from 341); Blue value is 166 (65.23% from 255 or 48.68% from 341); Max value from RGB is 166 - color contains mainly: blue. Hex color #337CA6 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #337CA6 is #CC8359. Grayscale: #6A6A6A. Windows color (decimal): -13402970 or 10910771. OLE color: 10910771.
HSL color Cylindrical-coordinate representation of color #337CA6: hue angle of 201.91º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #337CA6 is Cyan = 0.69, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 51 | 124 | 166 | - |
| CMYK | 0.69 | 0.25 | 0 | 0.35 |
| HSL | 201.91º | 0.53% | 0.43% | - |
| HSV(B) | 201.91º | 0.69% | 0.65% | - |
| XYZ | 15.46 | 17.87 | 38.71 | - |
| YUV | 106.96 | 161.32 | 88.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 124 | 166 | 0.69 | 0.25 | 0 | 0.35 | 201.91 | 0.53 | 0.43 |
| Hex | 33 | 7C | A6 | 45 | 19 | 0 | 23 | CA | 35 | 2B |
| Octal | 63 | 174 | 246 | 105 | 31 | 0 | 43 | 312 | 65 | 53 |
| Binary | 110011 | 1111100 | 10100110 | 1000101 | 11001 | 0 | 100011 | 11001010 | 110101 | 101011 |
Color Harmonies of #337CA6
Complementary color
Monochromatic Colors of #337CA6
Black with #337CA6
Text Example
Text Example
White with #337CA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #337CA6; }
p { color: rgb(51,124,166); }
H1.HeaderClassName
{
color: #337CA6;
}
.AnyTagClassName
{
color: #337CA6;
}
</style>
background-color css
<style>
a { background-color: #337CA6; }
a { background-color: rgb(51,124,166); }
div.DivClassName
{
background-color: #337CA6;
}
.BgClassName
{
background-color: #337CA6;
}
</style>
border-color css
<style>
span { border-color: #337CA6; }
span { border-color: rgb(51,124,166); }
td.TdClassName
{
border-color: #337CA6;
}
.TagClassName
{
border-color: #337CA6;
}
</style>