Shades of Lochmara #337D9D
Tints of Lochmara #337D9D
RGB
CMYK
RGB Variations
Color information
#337D9D (or 0x337D9D) is known color: Lochmara. HEX triplet: 33, 7D and 9D. RGB value is (51,125,157). Sum of RGB (Red+Green+Blue) = 51+125+157=333 (44% of max value = 765). Red value is 51 (20.31% from 255 or 15.32% from 333); Green value is 125 (49.22% from 255 or 37.54% from 333); Blue value is 157 (61.72% from 255 or 47.15% from 333); Max value from RGB is 157 - color contains mainly: blue. Hex color #337D9D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #337D9D is #CC8262. Grayscale: #6A6A6A. Windows color (decimal): -13402723 or 10321203. OLE color: 10321203.
HSL color Cylindrical-coordinate representation of color #337D9D: hue angle of 198.11º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #337D9D is Cyan = 0.68, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 51 | 125 | 157 | - |
| CMYK | 0.68 | 0.20 | 0 | 0.38 |
| HSL | 198.11º | 0.51% | 0.41% | - |
| HSV(B) | 198.11º | 0.68% | 0.62% | - |
| XYZ | 14.78 | 17.81 | 34.56 | - |
| YUV | 106.52 | 156.48 | 88.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 125 | 157 | 0.68 | 0.20 | 0 | 0.38 | 198.11 | 0.51 | 0.41 |
| Hex | 33 | 7D | 9D | 44 | 14 | 0 | 26 | C6 | 33 | 29 |
| Octal | 63 | 175 | 235 | 104 | 24 | 0 | 46 | 306 | 63 | 51 |
| Binary | 110011 | 1111101 | 10011101 | 1000100 | 10100 | 0 | 100110 | 11000110 | 110011 | 101001 |
Color Harmonies of #337D9D
Complementary color
Monochromatic Colors of #337D9D
Black with #337D9D
Text Example
Text Example
White with #337D9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #337D9D; }
p { color: rgb(51,125,157); }
H1.HeaderClassName
{
color: #337D9D;
}
.AnyTagClassName
{
color: #337D9D;
}
</style>
background-color css
<style>
a { background-color: #337D9D; }
a { background-color: rgb(51,125,157); }
div.DivClassName
{
background-color: #337D9D;
}
.BgClassName
{
background-color: #337D9D;
}
</style>
border-color css
<style>
span { border-color: #337D9D; }
span { border-color: rgb(51,125,157); }
td.TdClassName
{
border-color: #337D9D;
}
.TagClassName
{
border-color: #337D9D;
}
</style>