Shades of Lochmara #33729C
Tints of Lochmara #33729C
RGB
CMYK
RGB Variations
Color information
#33729C (or 0x33729C) is known color: Lochmara. HEX triplet: 33, 72 and 9C. RGB value is (51,114,156). Sum of RGB (Red+Green+Blue) = 51+114+156=321 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.89% from 321); Green value is 114 (44.92% from 255 or 35.51% from 321); Blue value is 156 (61.33% from 255 or 48.60% from 321); Max value from RGB is 156 - color contains mainly: blue. Hex color #33729C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #33729C is #CC8D63. Grayscale: #636363. Windows color (decimal): -13405540 or 10252851. OLE color: 10252851.
HSL color Cylindrical-coordinate representation of color #33729C: hue angle of 204º 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 #33729C is Cyan = 0.67, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 51 | 114 | 156 | - |
| CMYK | 0.67 | 0.27 | 0 | 0.39 |
| HSL | 204º | 0.51% | 0.41% | - |
| HSV(B) | 204º | 0.67% | 0.61% | - |
| XYZ | 13.38 | 15.14 | 33.67 | - |
| YUV | 99.95 | 159.63 | 93.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 114 | 156 | 0.67 | 0.27 | 0 | 0.39 | 204 | 0.51 | 0.41 |
| Hex | 33 | 72 | 9C | 43 | 1B | 0 | 27 | CC | 33 | 29 |
| Octal | 63 | 162 | 234 | 103 | 33 | 0 | 47 | 314 | 63 | 51 |
| Binary | 110011 | 1110010 | 10011100 | 1000011 | 11011 | 0 | 100111 | 11001100 | 110011 | 101001 |
Color Harmonies of #33729C
Complementary color
Monochromatic Colors of #33729C
Black with #33729C
Text Example
Text Example
White with #33729C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33729C; }
p { color: rgb(51,114,156); }
H1.HeaderClassName
{
color: #33729C;
}
.AnyTagClassName
{
color: #33729C;
}
</style>
background-color css
<style>
a { background-color: #33729C; }
a { background-color: rgb(51,114,156); }
div.DivClassName
{
background-color: #33729C;
}
.BgClassName
{
background-color: #33729C;
}
</style>
border-color css
<style>
span { border-color: #33729C; }
span { border-color: rgb(51,114,156); }
td.TdClassName
{
border-color: #33729C;
}
.TagClassName
{
border-color: #33729C;
}
</style>