Shades of Lochmara #337A9C
Tints of Lochmara #337A9C
RGB
CMYK
RGB Variations
Color information
#337A9C (or 0x337A9C) is known color: Lochmara. HEX triplet: 33, 7A and 9C. RGB value is (51,122,156). Sum of RGB (Red+Green+Blue) = 51+122+156=329 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.50% from 329); Green value is 122 (48.05% from 255 or 37.08% from 329); Blue value is 156 (61.33% from 255 or 47.42% from 329); Max value from RGB is 156 - color contains mainly: blue. Hex color #337A9C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #337A9C is #CC8563. Grayscale: #686868. Windows color (decimal): -13403492 or 10254899. OLE color: 10254899.
HSL color Cylindrical-coordinate representation of color #337A9C: hue angle of 199.43º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #337A9C is Cyan = 0.67, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 51 | 122 | 156 | - |
| CMYK | 0.67 | 0.22 | 0 | 0.39 |
| HSL | 199.43º | 0.51% | 0.41% | - |
| HSV(B) | 199.43º | 0.67% | 0.61% | - |
| XYZ | 14.33 | 17.02 | 33.98 | - |
| YUV | 104.65 | 156.98 | 89.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 122 | 156 | 0.67 | 0.22 | 0 | 0.39 | 199.43 | 0.51 | 0.41 |
| Hex | 33 | 7A | 9C | 43 | 16 | 0 | 27 | C7 | 33 | 29 |
| Octal | 63 | 172 | 234 | 103 | 26 | 0 | 47 | 307 | 63 | 51 |
| Binary | 110011 | 1111010 | 10011100 | 1000011 | 10110 | 0 | 100111 | 11000111 | 110011 | 101001 |
Color Harmonies of #337A9C
Complementary color
Monochromatic Colors of #337A9C
Black with #337A9C
Text Example
Text Example
White with #337A9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #337A9C; }
p { color: rgb(51,122,156); }
H1.HeaderClassName
{
color: #337A9C;
}
.AnyTagClassName
{
color: #337A9C;
}
</style>
background-color css
<style>
a { background-color: #337A9C; }
a { background-color: rgb(51,122,156); }
div.DivClassName
{
background-color: #337A9C;
}
.BgClassName
{
background-color: #337A9C;
}
</style>
border-color css
<style>
span { border-color: #337A9C; }
span { border-color: rgb(51,122,156); }
td.TdClassName
{
border-color: #337A9C;
}
.TagClassName
{
border-color: #337A9C;
}
</style>