Shades of Lochmara #33679F
Tints of Lochmara #33679F
RGB
CMYK
RGB Variations
Color information
#33679F (or 0x33679F) is known color: Lochmara. HEX triplet: 33, 67 and 9F. RGB value is (51,103,159). Sum of RGB (Red+Green+Blue) = 51+103+159=313 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.29% from 313); Green value is 103 (40.62% from 255 or 32.91% from 313); Blue value is 159 (62.5% from 255 or 50.80% from 313); Max value from RGB is 159 - color contains mainly: blue. Hex color #33679F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #33679F is #CC9860. Grayscale: #5D5D5D. Windows color (decimal): -13408353 or 10446643. OLE color: 10446643.
HSL color Cylindrical-coordinate representation of color #33679F: hue angle of 211.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 #33679F is Cyan = 0.68, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 51 | 103 | 159 | - |
| CMYK | 0.68 | 0.35 | 0 | 0.38 |
| HSL | 211.11º | 0.51% | 0.41% | - |
| HSV(B) | 211.11º | 0.68% | 0.62% | - |
| XYZ | 12.47 | 12.91 | 34.63 | - |
| YUV | 93.84 | 164.77 | 97.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 103 | 159 | 0.68 | 0.35 | 0 | 0.38 | 211.11 | 0.51 | 0.41 |
| Hex | 33 | 67 | 9F | 44 | 23 | 0 | 26 | D3 | 33 | 29 |
| Octal | 63 | 147 | 237 | 104 | 43 | 0 | 46 | 323 | 63 | 51 |
| Binary | 110011 | 1100111 | 10011111 | 1000100 | 100011 | 0 | 100110 | 11010011 | 110011 | 101001 |
Color Harmonies of #33679F
Complementary color
Monochromatic Colors of #33679F
Black with #33679F
Text Example
Text Example
White with #33679F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33679F; }
p { color: rgb(51,103,159); }
H1.HeaderClassName
{
color: #33679F;
}
.AnyTagClassName
{
color: #33679F;
}
</style>
background-color css
<style>
a { background-color: #33679F; }
a { background-color: rgb(51,103,159); }
div.DivClassName
{
background-color: #33679F;
}
.BgClassName
{
background-color: #33679F;
}
</style>
border-color css
<style>
span { border-color: #33679F; }
span { border-color: rgb(51,103,159); }
td.TdClassName
{
border-color: #33679F;
}
.TagClassName
{
border-color: #33679F;
}
</style>