Shades of Lochmara #337CAA
Tints of Lochmara #337CAA
RGB
CMYK
RGB Variations
Color information
#337CAA (or 0x337CAA) is known color: Lochmara. HEX triplet: 33, 7C and AA. RGB value is (51,124,170). Sum of RGB (Red+Green+Blue) = 51+124+170=345 (45% of max value = 765). Red value is 51 (20.31% from 255 or 14.78% from 345); Green value is 124 (48.83% from 255 or 35.94% from 345); Blue value is 170 (66.80% from 255 or 49.28% from 345); Max value from RGB is 170 - color contains mainly: blue. Hex color #337CAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #337CAA is #CC8355. Grayscale: #6B6B6B. Windows color (decimal): -13402966 or 11172915. OLE color: 11172915.
HSL color Cylindrical-coordinate representation of color #337CAA: hue angle of 203.19º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #337CAA is Cyan = 0.7, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 51 | 124 | 170 | - |
| CMYK | 0.7 | 0.27 | 0 | 0.33 |
| HSL | 203.19º | 0.54% | 0.43% | - |
| HSV(B) | 203.19º | 0.7% | 0.67% | - |
| XYZ | 15.83 | 18.02 | 40.67 | - |
| YUV | 107.42 | 163.32 | 87.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 124 | 170 | 0.7 | 0.27 | 0 | 0.33 | 203.19 | 0.54 | 0.43 |
| Hex | 33 | 7C | AA | 46 | 1B | 0 | 21 | CB | 36 | 2B |
| Octal | 63 | 174 | 252 | 106 | 33 | 0 | 41 | 313 | 66 | 53 |
| Binary | 110011 | 1111100 | 10101010 | 1000110 | 11011 | 0 | 100001 | 11001011 | 110110 | 101011 |
Color Harmonies of #337CAA
Complementary color
Monochromatic Colors of #337CAA
Black with #337CAA
Text Example
Text Example
White with #337CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #337CAA; }
p { color: rgb(51,124,170); }
H1.HeaderClassName
{
color: #337CAA;
}
.AnyTagClassName
{
color: #337CAA;
}
</style>
background-color css
<style>
a { background-color: #337CAA; }
a { background-color: rgb(51,124,170); }
div.DivClassName
{
background-color: #337CAA;
}
.BgClassName
{
background-color: #337CAA;
}
</style>
border-color css
<style>
span { border-color: #337CAA; }
span { border-color: rgb(51,124,170); }
td.TdClassName
{
border-color: #337CAA;
}
.TagClassName
{
border-color: #337CAA;
}
</style>