Shades of Lochmara #337BAB
Tints of Lochmara #337BAB
RGB
CMYK
RGB Variations
Color information
#337BAB (or 0x337BAB) is known color: Lochmara. HEX triplet: 33, 7B and AB. RGB value is (51,123,171). Sum of RGB (Red+Green+Blue) = 51+123+171=345 (45% of max value = 765). Red value is 51 (20.31% from 255 or 14.78% from 345); Green value is 123 (48.44% from 255 or 35.65% from 345); Blue value is 171 (67.19% from 255 or 49.57% from 345); Max value from RGB is 171 - color contains mainly: blue. Hex color #337BAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #337BAB is #CC8454. Grayscale: #6A6A6A. Windows color (decimal): -13403221 or 11238195. OLE color: 11238195.
HSL color Cylindrical-coordinate representation of color #337BAB: hue angle of 204º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #337BAB is Cyan = 0.70, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 51 | 123 | 171 | - |
| CMYK | 0.70 | 0.28 | 0 | 0.33 |
| HSL | 204º | 0.54% | 0.44% | - |
| HSV(B) | 204º | 0.7% | 0.67% | - |
| XYZ | 15.8 | 17.81 | 41.13 | - |
| YUV | 106.94 | 164.15 | 88.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 123 | 171 | 0.70 | 0.28 | 0 | 0.33 | 204 | 0.54 | 0.44 |
| Hex | 33 | 7B | AB | 46 | 1C | 0 | 21 | CC | 36 | 2C |
| Octal | 63 | 173 | 253 | 106 | 34 | 0 | 41 | 314 | 66 | 54 |
| Binary | 110011 | 1111011 | 10101011 | 1000110 | 11100 | 0 | 100001 | 11001100 | 110110 | 101100 |
Color Harmonies of #337BAB
Complementary color
Monochromatic Colors of #337BAB
Black with #337BAB
Text Example
Text Example
White with #337BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #337BAB; }
p { color: rgb(51,123,171); }
H1.HeaderClassName
{
color: #337BAB;
}
.AnyTagClassName
{
color: #337BAB;
}
</style>
background-color css
<style>
a { background-color: #337BAB; }
a { background-color: rgb(51,123,171); }
div.DivClassName
{
background-color: #337BAB;
}
.BgClassName
{
background-color: #337BAB;
}
</style>
border-color css
<style>
span { border-color: #337BAB; }
span { border-color: rgb(51,123,171); }
td.TdClassName
{
border-color: #337BAB;
}
.TagClassName
{
border-color: #337BAB;
}
</style>