Shades of Lochmara #33749C
Tints of Lochmara #33749C
RGB
CMYK
RGB Variations
Color information
#33749C (or 0x33749C) is known color: Lochmara. HEX triplet: 33, 74 and 9C. RGB value is (51,116,156). Sum of RGB (Red+Green+Blue) = 51+116+156=323 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.79% from 323); Green value is 116 (45.70% from 255 or 35.91% from 323); Blue value is 156 (61.33% from 255 or 48.30% from 323); Max value from RGB is 156 - color contains mainly: blue. Hex color #33749C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #33749C is #CC8B63. Grayscale: #646464. Windows color (decimal): -13405028 or 10253363. OLE color: 10253363.
HSL color Cylindrical-coordinate representation of color #33749C: hue angle of 202.86º 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 #33749C is Cyan = 0.67, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 51 | 116 | 156 | - |
| CMYK | 0.67 | 0.26 | 0 | 0.39 |
| HSL | 202.86º | 0.51% | 0.41% | - |
| HSV(B) | 202.86º | 0.67% | 0.61% | - |
| XYZ | 13.61 | 15.59 | 33.75 | - |
| YUV | 101.13 | 158.97 | 92.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 116 | 156 | 0.67 | 0.26 | 0 | 0.39 | 202.86 | 0.51 | 0.41 |
| Hex | 33 | 74 | 9C | 43 | 1A | 0 | 27 | CB | 33 | 29 |
| Octal | 63 | 164 | 234 | 103 | 32 | 0 | 47 | 313 | 63 | 51 |
| Binary | 110011 | 1110100 | 10011100 | 1000011 | 11010 | 0 | 100111 | 11001011 | 110011 | 101001 |
Color Harmonies of #33749C
Complementary color
Monochromatic Colors of #33749C
Black with #33749C
Text Example
Text Example
White with #33749C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33749C; }
p { color: rgb(51,116,156); }
H1.HeaderClassName
{
color: #33749C;
}
.AnyTagClassName
{
color: #33749C;
}
</style>
background-color css
<style>
a { background-color: #33749C; }
a { background-color: rgb(51,116,156); }
div.DivClassName
{
background-color: #33749C;
}
.BgClassName
{
background-color: #33749C;
}
</style>
border-color css
<style>
span { border-color: #33749C; }
span { border-color: rgb(51,116,156); }
td.TdClassName
{
border-color: #33749C;
}
.TagClassName
{
border-color: #33749C;
}
</style>