Shades of Lochmara #33799E
Tints of Lochmara #33799E
RGB
CMYK
RGB Variations
Color information
#33799E (or 0x33799E) is known color: Lochmara. HEX triplet: 33, 79 and 9E. RGB value is (51,121,158). Sum of RGB (Red+Green+Blue) = 51+121+158=330 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.45% from 330); Green value is 121 (47.66% from 255 or 36.67% from 330); Blue value is 158 (62.11% from 255 or 47.88% from 330); Max value from RGB is 158 - color contains mainly: blue. Hex color #33799E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #33799E is #CC8661. Grayscale: #686868. Windows color (decimal): -13403746 or 10385715. OLE color: 10385715.
HSL color Cylindrical-coordinate representation of color #33799E: hue angle of 200.75º 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 #33799E is Cyan = 0.68, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 51 | 121 | 158 | - |
| CMYK | 0.68 | 0.23 | 0 | 0.38 |
| HSL | 200.75º | 0.51% | 0.41% | - |
| HSV(B) | 200.75º | 0.68% | 0.62% | - |
| XYZ | 14.37 | 16.85 | 34.84 | - |
| YUV | 104.29 | 158.31 | 89.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 121 | 158 | 0.68 | 0.23 | 0 | 0.38 | 200.75 | 0.51 | 0.41 |
| Hex | 33 | 79 | 9E | 44 | 17 | 0 | 26 | C9 | 33 | 29 |
| Octal | 63 | 171 | 236 | 104 | 27 | 0 | 46 | 311 | 63 | 51 |
| Binary | 110011 | 1111001 | 10011110 | 1000100 | 10111 | 0 | 100110 | 11001001 | 110011 | 101001 |
Color Harmonies of #33799E
Complementary color
Monochromatic Colors of #33799E
Black with #33799E
Text Example
Text Example
White with #33799E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33799E; }
p { color: rgb(51,121,158); }
H1.HeaderClassName
{
color: #33799E;
}
.AnyTagClassName
{
color: #33799E;
}
</style>
background-color css
<style>
a { background-color: #33799E; }
a { background-color: rgb(51,121,158); }
div.DivClassName
{
background-color: #33799E;
}
.BgClassName
{
background-color: #33799E;
}
</style>
border-color css
<style>
span { border-color: #33799E; }
span { border-color: rgb(51,121,158); }
td.TdClassName
{
border-color: #33799E;
}
.TagClassName
{
border-color: #33799E;
}
</style>