Shades of Lochmara #337CA5
Tints of Lochmara #337CA5
RGB
CMYK
RGB Variations
Color information
#337CA5 (or 0x337CA5) is known color: Lochmara. HEX triplet: 33, 7C and A5. RGB value is (51,124,165). Sum of RGB (Red+Green+Blue) = 51+124+165=340 (45% of max value = 765). Red value is 51 (20.31% from 255 or 15% from 340); Green value is 124 (48.83% from 255 or 36.47% from 340); Blue value is 165 (64.84% from 255 or 48.53% from 340); Max value from RGB is 165 - color contains mainly: blue. Hex color #337CA5 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #337CA5 is #CC835A. Grayscale: #6A6A6A. Windows color (decimal): -13402971 or 10845235. OLE color: 10845235.
HSL color Cylindrical-coordinate representation of color #337CA5: hue angle of 201.58º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #337CA5 is Cyan = 0.69, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 51 | 124 | 165 | - |
| CMYK | 0.69 | 0.25 | 0 | 0.35 |
| HSL | 201.58º | 0.53% | 0.42% | - |
| HSV(B) | 201.58º | 0.69% | 0.65% | - |
| XYZ | 15.36 | 17.84 | 38.23 | - |
| YUV | 106.85 | 160.82 | 88.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 124 | 165 | 0.69 | 0.25 | 0 | 0.35 | 201.58 | 0.53 | 0.42 |
| Hex | 33 | 7C | A5 | 45 | 19 | 0 | 23 | CA | 35 | 2A |
| Octal | 63 | 174 | 245 | 105 | 31 | 0 | 43 | 312 | 65 | 52 |
| Binary | 110011 | 1111100 | 10100101 | 1000101 | 11001 | 0 | 100011 | 11001010 | 110101 | 101010 |
Color Harmonies of #337CA5
Complementary color
Monochromatic Colors of #337CA5
Black with #337CA5
Text Example
Text Example
White with #337CA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #337CA5; }
p { color: rgb(51,124,165); }
H1.HeaderClassName
{
color: #337CA5;
}
.AnyTagClassName
{
color: #337CA5;
}
</style>
background-color css
<style>
a { background-color: #337CA5; }
a { background-color: rgb(51,124,165); }
div.DivClassName
{
background-color: #337CA5;
}
.BgClassName
{
background-color: #337CA5;
}
</style>
border-color css
<style>
span { border-color: #337CA5; }
span { border-color: rgb(51,124,165); }
td.TdClassName
{
border-color: #337CA5;
}
.TagClassName
{
border-color: #337CA5;
}
</style>