Shades of Lochmara #337599
Tints of Lochmara #337599
RGB
CMYK
RGB Variations
Color information
#337599 (or 0x337599) is known color: Lochmara. HEX triplet: 33, 75 and 99. RGB value is (51,117,153). Sum of RGB (Red+Green+Blue) = 51+117+153=321 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.89% from 321); Green value is 117 (46.09% from 255 or 36.45% from 321); Blue value is 153 (60.16% from 255 or 47.66% from 321); Max value from RGB is 153 - color contains mainly: blue. Hex color #337599 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #337599 is #CC8A66. Grayscale: #656565. Windows color (decimal): -13404775 or 10057011. OLE color: 10057011.
HSL color Cylindrical-coordinate representation of color #337599: hue angle of 201.18º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #337599 is Cyan = 0.67, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 51 | 117 | 153 | - |
| CMYK | 0.67 | 0.24 | 0 | 0.4 |
| HSL | 201.18º | 0.5% | 0.4% | - |
| HSV(B) | 201.18º | 0.67% | 0.6% | - |
| XYZ | 13.48 | 15.73 | 32.46 | - |
| YUV | 101.37 | 157.13 | 92.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 117 | 153 | 0.67 | 0.24 | 0 | 0.4 | 201.18 | 0.5 | 0.4 |
| Hex | 33 | 75 | 99 | 43 | 18 | 0 | 28 | C9 | 32 | 28 |
| Octal | 63 | 165 | 231 | 103 | 30 | 0 | 50 | 311 | 62 | 50 |
| Binary | 110011 | 1110101 | 10011001 | 1000011 | 11000 | 0 | 101000 | 11001001 | 110010 | 101000 |
Color Harmonies of #337599
Complementary color
Monochromatic Colors of #337599
Black with #337599
Text Example
Text Example
White with #337599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #337599; }
p { color: rgb(51,117,153); }
H1.HeaderClassName
{
color: #337599;
}
.AnyTagClassName
{
color: #337599;
}
</style>
background-color css
<style>
a { background-color: #337599; }
a { background-color: rgb(51,117,153); }
div.DivClassName
{
background-color: #337599;
}
.BgClassName
{
background-color: #337599;
}
</style>
border-color css
<style>
span { border-color: #337599; }
span { border-color: rgb(51,117,153); }
td.TdClassName
{
border-color: #337599;
}
.TagClassName
{
border-color: #337599;
}
</style>