Shades of Lochmara #33779C
Tints of Lochmara #33779C
RGB
CMYK
RGB Variations
Color information
#33779C (or 0x33779C) is known color: Lochmara. HEX triplet: 33, 77 and 9C. RGB value is (51,119,156). Sum of RGB (Red+Green+Blue) = 51+119+156=326 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.64% from 326); Green value is 119 (46.88% from 255 or 36.50% from 326); Blue value is 156 (61.33% from 255 or 47.85% from 326); Max value from RGB is 156 - color contains mainly: blue. Hex color #33779C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #33779C is #CC8863. Grayscale: #666666. Windows color (decimal): -13404260 or 10254131. OLE color: 10254131.
HSL color Cylindrical-coordinate representation of color #33779C: hue angle of 201.14º 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 #33779C is Cyan = 0.67, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 51 | 119 | 156 | - |
| CMYK | 0.67 | 0.24 | 0 | 0.39 |
| HSL | 201.14º | 0.51% | 0.41% | - |
| HSV(B) | 201.14º | 0.67% | 0.61% | - |
| XYZ | 13.96 | 16.3 | 33.86 | - |
| YUV | 102.89 | 157.97 | 90.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 119 | 156 | 0.67 | 0.24 | 0 | 0.39 | 201.14 | 0.51 | 0.41 |
| Hex | 33 | 77 | 9C | 43 | 18 | 0 | 27 | C9 | 33 | 29 |
| Octal | 63 | 167 | 234 | 103 | 30 | 0 | 47 | 311 | 63 | 51 |
| Binary | 110011 | 1110111 | 10011100 | 1000011 | 11000 | 0 | 100111 | 11001001 | 110011 | 101001 |
Color Harmonies of #33779C
Complementary color
Monochromatic Colors of #33779C
Black with #33779C
Text Example
Text Example
White with #33779C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33779C; }
p { color: rgb(51,119,156); }
H1.HeaderClassName
{
color: #33779C;
}
.AnyTagClassName
{
color: #33779C;
}
</style>
background-color css
<style>
a { background-color: #33779C; }
a { background-color: rgb(51,119,156); }
div.DivClassName
{
background-color: #33779C;
}
.BgClassName
{
background-color: #33779C;
}
</style>
border-color css
<style>
span { border-color: #33779C; }
span { border-color: rgb(51,119,156); }
td.TdClassName
{
border-color: #33779C;
}
.TagClassName
{
border-color: #33779C;
}
</style>