Shades of Lochmara #337BA2
Tints of Lochmara #337BA2
RGB
CMYK
RGB Variations
Color information
#337BA2 (or 0x337BA2) is known color: Lochmara. HEX triplet: 33, 7B and A2. RGB value is (51,123,162). Sum of RGB (Red+Green+Blue) = 51+123+162=336 (44% of max value = 765). Red value is 51 (20.31% from 255 or 15.18% from 336); Green value is 123 (48.44% from 255 or 36.61% from 336); Blue value is 162 (63.67% from 255 or 48.21% from 336); Max value from RGB is 162 - color contains mainly: blue. Hex color #337BA2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #337BA2 is #CC845D. Grayscale: #696969. Windows color (decimal): -13403230 or 10648371. OLE color: 10648371.
HSL color Cylindrical-coordinate representation of color #337BA2: hue angle of 201.08º degrees, saturation: 0.52, 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 #337BA2 is Cyan = 0.69, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 51 | 123 | 162 | - |
| CMYK | 0.69 | 0.24 | 0 | 0.36 |
| HSL | 201.08º | 0.52% | 0.42% | - |
| HSV(B) | 201.08º | 0.69% | 0.64% | - |
| XYZ | 14.97 | 17.48 | 36.77 | - |
| YUV | 105.92 | 159.65 | 88.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 123 | 162 | 0.69 | 0.24 | 0 | 0.36 | 201.08 | 0.52 | 0.42 |
| Hex | 33 | 7B | A2 | 45 | 18 | 0 | 24 | C9 | 34 | 2A |
| Octal | 63 | 173 | 242 | 105 | 30 | 0 | 44 | 311 | 64 | 52 |
| Binary | 110011 | 1111011 | 10100010 | 1000101 | 11000 | 0 | 100100 | 11001001 | 110100 | 101010 |
Color Harmonies of #337BA2
Complementary color
Monochromatic Colors of #337BA2
Black with #337BA2
Text Example
Text Example
White with #337BA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #337BA2; }
p { color: rgb(51,123,162); }
H1.HeaderClassName
{
color: #337BA2;
}
.AnyTagClassName
{
color: #337BA2;
}
</style>
background-color css
<style>
a { background-color: #337BA2; }
a { background-color: rgb(51,123,162); }
div.DivClassName
{
background-color: #337BA2;
}
.BgClassName
{
background-color: #337BA2;
}
</style>
border-color css
<style>
span { border-color: #337BA2; }
span { border-color: rgb(51,123,162); }
td.TdClassName
{
border-color: #337BA2;
}
.TagClassName
{
border-color: #337BA2;
}
</style>