Shades of Lochmara #33789C
Tints of Lochmara #33789C
RGB
CMYK
RGB Variations
Color information
#33789C (or 0x33789C) is known color: Lochmara. HEX triplet: 33, 78 and 9C. RGB value is (51,120,156). Sum of RGB (Red+Green+Blue) = 51+120+156=327 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.60% from 327); Green value is 120 (47.27% from 255 or 36.70% from 327); Blue value is 156 (61.33% from 255 or 47.71% from 327); Max value from RGB is 156 - color contains mainly: blue. Hex color #33789C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #33789C is #CC8763. Grayscale: #676767. Windows color (decimal): -13404004 or 10254387. OLE color: 10254387.
HSL color Cylindrical-coordinate representation of color #33789C: hue angle of 200.57º 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 #33789C is Cyan = 0.67, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 51 | 120 | 156 | - |
| CMYK | 0.67 | 0.23 | 0 | 0.39 |
| HSL | 200.57º | 0.51% | 0.41% | - |
| HSV(B) | 200.57º | 0.67% | 0.61% | - |
| XYZ | 14.08 | 16.54 | 33.9 | - |
| YUV | 103.47 | 157.64 | 90.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 120 | 156 | 0.67 | 0.23 | 0 | 0.39 | 200.57 | 0.51 | 0.41 |
| Hex | 33 | 78 | 9C | 43 | 17 | 0 | 27 | C9 | 33 | 29 |
| Octal | 63 | 170 | 234 | 103 | 27 | 0 | 47 | 311 | 63 | 51 |
| Binary | 110011 | 1111000 | 10011100 | 1000011 | 10111 | 0 | 100111 | 11001001 | 110011 | 101001 |
Color Harmonies of #33789C
Complementary color
Monochromatic Colors of #33789C
Black with #33789C
Text Example
Text Example
White with #33789C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33789C; }
p { color: rgb(51,120,156); }
H1.HeaderClassName
{
color: #33789C;
}
.AnyTagClassName
{
color: #33789C;
}
</style>
background-color css
<style>
a { background-color: #33789C; }
a { background-color: rgb(51,120,156); }
div.DivClassName
{
background-color: #33789C;
}
.BgClassName
{
background-color: #33789C;
}
</style>
border-color css
<style>
span { border-color: #33789C; }
span { border-color: rgb(51,120,156); }
td.TdClassName
{
border-color: #33789C;
}
.TagClassName
{
border-color: #33789C;
}
</style>