Shades of Lochmara #33729B
Tints of Lochmara #33729B
RGB
CMYK
RGB Variations
Color information
#33729B (or 0x33729B) is known color: Lochmara. HEX triplet: 33, 72 and 9B. RGB value is (51,114,155). Sum of RGB (Red+Green+Blue) = 51+114+155=320 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.94% from 320); Green value is 114 (44.92% from 255 or 35.62% from 320); Blue value is 155 (60.94% from 255 or 48.44% from 320); Max value from RGB is 155 - color contains mainly: blue. Hex color #33729B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #33729B is #CC8D64. Grayscale: #636363. Windows color (decimal): -13405541 or 10187315. OLE color: 10187315.
HSL color Cylindrical-coordinate representation of color #33729B: hue angle of 203.65º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #33729B is Cyan = 0.67, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 51 | 114 | 155 | - |
| CMYK | 0.67 | 0.26 | 0 | 0.39 |
| HSL | 203.65º | 0.5% | 0.4% | - |
| HSV(B) | 203.65º | 0.67% | 0.61% | - |
| XYZ | 13.3 | 15.1 | 33.22 | - |
| YUV | 99.84 | 159.13 | 93.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 114 | 155 | 0.67 | 0.26 | 0 | 0.39 | 203.65 | 0.5 | 0.4 |
| Hex | 33 | 72 | 9B | 43 | 1A | 0 | 27 | CC | 32 | 28 |
| Octal | 63 | 162 | 233 | 103 | 32 | 0 | 47 | 314 | 62 | 50 |
| Binary | 110011 | 1110010 | 10011011 | 1000011 | 11010 | 0 | 100111 | 11001100 | 110010 | 101000 |
Color Harmonies of #33729B
Complementary color
Monochromatic Colors of #33729B
Black with #33729B
Text Example
Text Example
White with #33729B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33729B; }
p { color: rgb(51,114,155); }
H1.HeaderClassName
{
color: #33729B;
}
.AnyTagClassName
{
color: #33729B;
}
</style>
background-color css
<style>
a { background-color: #33729B; }
a { background-color: rgb(51,114,155); }
div.DivClassName
{
background-color: #33729B;
}
.BgClassName
{
background-color: #33729B;
}
</style>
border-color css
<style>
span { border-color: #33729B; }
span { border-color: rgb(51,114,155); }
td.TdClassName
{
border-color: #33729B;
}
.TagClassName
{
border-color: #33729B;
}
</style>