Shades of Lochmara #337CA4
Tints of Lochmara #337CA4
RGB
CMYK
RGB Variations
Color information
#337CA4 (or 0x337CA4) is known color: Lochmara. HEX triplet: 33, 7C and A4. RGB value is (51,124,164). Sum of RGB (Red+Green+Blue) = 51+124+164=339 (44% of max value = 765). Red value is 51 (20.31% from 255 or 15.04% from 339); Green value is 124 (48.83% from 255 or 36.58% from 339); Blue value is 164 (64.45% from 255 or 48.38% from 339); Max value from RGB is 164 - color contains mainly: blue. Hex color #337CA4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #337CA4 is #CC835B. Grayscale: #6A6A6A. Windows color (decimal): -13402972 or 10779699. OLE color: 10779699.
HSL color Cylindrical-coordinate representation of color #337CA4: hue angle of 201.24º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #337CA4 is Cyan = 0.69, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 51 | 124 | 164 | - |
| CMYK | 0.69 | 0.24 | 0 | 0.36 |
| HSL | 201.24º | 0.53% | 0.42% | - |
| HSV(B) | 201.24º | 0.69% | 0.64% | - |
| XYZ | 15.27 | 17.8 | 37.75 | - |
| YUV | 106.73 | 160.32 | 88.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 124 | 164 | 0.69 | 0.24 | 0 | 0.36 | 201.24 | 0.53 | 0.42 |
| Hex | 33 | 7C | A4 | 45 | 18 | 0 | 24 | C9 | 35 | 2A |
| Octal | 63 | 174 | 244 | 105 | 30 | 0 | 44 | 311 | 65 | 52 |
| Binary | 110011 | 1111100 | 10100100 | 1000101 | 11000 | 0 | 100100 | 11001001 | 110101 | 101010 |
Color Harmonies of #337CA4
Complementary color
Monochromatic Colors of #337CA4
Black with #337CA4
Text Example
Text Example
White with #337CA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #337CA4; }
p { color: rgb(51,124,164); }
H1.HeaderClassName
{
color: #337CA4;
}
.AnyTagClassName
{
color: #337CA4;
}
</style>
background-color css
<style>
a { background-color: #337CA4; }
a { background-color: rgb(51,124,164); }
div.DivClassName
{
background-color: #337CA4;
}
.BgClassName
{
background-color: #337CA4;
}
</style>
border-color css
<style>
span { border-color: #337CA4; }
span { border-color: rgb(51,124,164); }
td.TdClassName
{
border-color: #337CA4;
}
.TagClassName
{
border-color: #337CA4;
}
</style>