Shades of Lochmara #337AA3
Tints of Lochmara #337AA3
RGB
CMYK
RGB Variations
Color information
#337AA3 (or 0x337AA3) is known color: Lochmara. HEX triplet: 33, 7A and A3. RGB value is (51,122,163). Sum of RGB (Red+Green+Blue) = 51+122+163=336 (44% of max value = 765). Red value is 51 (20.31% from 255 or 15.18% from 336); Green value is 122 (48.05% from 255 or 36.31% from 336); Blue value is 163 (64.06% from 255 or 48.51% from 336); Max value from RGB is 163 - color contains mainly: blue. Hex color #337AA3 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #337AA3 is #CC855C. Grayscale: #696969. Windows color (decimal): -13403485 or 10713651. OLE color: 10713651.
HSL color Cylindrical-coordinate representation of color #337AA3: hue angle of 201.96º 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 #337AA3 is Cyan = 0.69, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 51 | 122 | 163 | - |
| CMYK | 0.69 | 0.25 | 0 | 0.36 |
| HSL | 201.96º | 0.52% | 0.42% | - |
| HSV(B) | 201.96º | 0.69% | 0.64% | - |
| XYZ | 14.94 | 17.27 | 37.2 | - |
| YUV | 105.45 | 160.48 | 89.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 122 | 163 | 0.69 | 0.25 | 0 | 0.36 | 201.96 | 0.52 | 0.42 |
| Hex | 33 | 7A | A3 | 45 | 19 | 0 | 24 | CA | 34 | 2A |
| Octal | 63 | 172 | 243 | 105 | 31 | 0 | 44 | 312 | 64 | 52 |
| Binary | 110011 | 1111010 | 10100011 | 1000101 | 11001 | 0 | 100100 | 11001010 | 110100 | 101010 |
Color Harmonies of #337AA3
Complementary color
Monochromatic Colors of #337AA3
Black with #337AA3
Text Example
Text Example
White with #337AA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #337AA3; }
p { color: rgb(51,122,163); }
H1.HeaderClassName
{
color: #337AA3;
}
.AnyTagClassName
{
color: #337AA3;
}
</style>
background-color css
<style>
a { background-color: #337AA3; }
a { background-color: rgb(51,122,163); }
div.DivClassName
{
background-color: #337AA3;
}
.BgClassName
{
background-color: #337AA3;
}
</style>
border-color css
<style>
span { border-color: #337AA3; }
span { border-color: rgb(51,122,163); }
td.TdClassName
{
border-color: #337AA3;
}
.TagClassName
{
border-color: #337AA3;
}
</style>