Shades of Lochmara #33799F
Tints of Lochmara #33799F
RGB
CMYK
RGB Variations
Color information
#33799F (or 0x33799F) is known color: Lochmara. HEX triplet: 33, 79 and 9F. RGB value is (51,121,159). Sum of RGB (Red+Green+Blue) = 51+121+159=331 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.41% from 331); Green value is 121 (47.66% from 255 or 36.56% from 331); Blue value is 159 (62.5% from 255 or 48.04% from 331); Max value from RGB is 159 - color contains mainly: blue. Hex color #33799F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #33799F is #CC8660. Grayscale: #686868. Windows color (decimal): -13403745 or 10451251. OLE color: 10451251.
HSL color Cylindrical-coordinate representation of color #33799F: hue angle of 201.11º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #33799F is Cyan = 0.68, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 51 | 121 | 159 | - |
| CMYK | 0.68 | 0.24 | 0 | 0.38 |
| HSL | 201.11º | 0.51% | 0.41% | - |
| HSV(B) | 201.11º | 0.68% | 0.62% | - |
| XYZ | 14.46 | 16.88 | 35.3 | - |
| YUV | 104.4 | 158.81 | 89.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 121 | 159 | 0.68 | 0.24 | 0 | 0.38 | 201.11 | 0.51 | 0.41 |
| Hex | 33 | 79 | 9F | 44 | 18 | 0 | 26 | C9 | 33 | 29 |
| Octal | 63 | 171 | 237 | 104 | 30 | 0 | 46 | 311 | 63 | 51 |
| Binary | 110011 | 1111001 | 10011111 | 1000100 | 11000 | 0 | 100110 | 11001001 | 110011 | 101001 |
Color Harmonies of #33799F
Complementary color
Monochromatic Colors of #33799F
Black with #33799F
Text Example
Text Example
White with #33799F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33799F; }
p { color: rgb(51,121,159); }
H1.HeaderClassName
{
color: #33799F;
}
.AnyTagClassName
{
color: #33799F;
}
</style>
background-color css
<style>
a { background-color: #33799F; }
a { background-color: rgb(51,121,159); }
div.DivClassName
{
background-color: #33799F;
}
.BgClassName
{
background-color: #33799F;
}
</style>
border-color css
<style>
span { border-color: #33799F; }
span { border-color: rgb(51,121,159); }
td.TdClassName
{
border-color: #33799F;
}
.TagClassName
{
border-color: #33799F;
}
</style>