Shades of Lochmara #33689C
Tints of Lochmara #33689C
RGB
CMYK
RGB Variations
Color information
#33689C (or 0x33689C) is known color: Lochmara. HEX triplet: 33, 68 and 9C. RGB value is (51,104,156). Sum of RGB (Red+Green+Blue) = 51+104+156=311 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.40% from 311); Green value is 104 (41.02% from 255 or 33.44% from 311); Blue value is 156 (61.33% from 255 or 50.16% from 311); Max value from RGB is 156 - color contains mainly: blue. Hex color #33689C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #33689C is #CC9763. Grayscale: #5D5D5D. Windows color (decimal): -13408100 or 10250291. OLE color: 10250291.
HSL color Cylindrical-coordinate representation of color #33689C: hue angle of 209.71º 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 #33689C is Cyan = 0.67, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 51 | 104 | 156 | - |
| CMYK | 0.67 | 0.33 | 0 | 0.39 |
| HSL | 209.71º | 0.51% | 0.41% | - |
| HSV(B) | 209.71º | 0.67% | 0.61% | - |
| XYZ | 12.32 | 13 | 33.31 | - |
| YUV | 94.08 | 162.94 | 97.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 104 | 156 | 0.67 | 0.33 | 0 | 0.39 | 209.71 | 0.51 | 0.41 |
| Hex | 33 | 68 | 9C | 43 | 21 | 0 | 27 | D2 | 33 | 29 |
| Octal | 63 | 150 | 234 | 103 | 41 | 0 | 47 | 322 | 63 | 51 |
| Binary | 110011 | 1101000 | 10011100 | 1000011 | 100001 | 0 | 100111 | 11010010 | 110011 | 101001 |
Color Harmonies of #33689C
Complementary color
Monochromatic Colors of #33689C
Black with #33689C
Text Example
Text Example
White with #33689C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33689C; }
p { color: rgb(51,104,156); }
H1.HeaderClassName
{
color: #33689C;
}
.AnyTagClassName
{
color: #33689C;
}
</style>
background-color css
<style>
a { background-color: #33689C; }
a { background-color: rgb(51,104,156); }
div.DivClassName
{
background-color: #33689C;
}
.BgClassName
{
background-color: #33689C;
}
</style>
border-color css
<style>
span { border-color: #33689C; }
span { border-color: rgb(51,104,156); }
td.TdClassName
{
border-color: #33689C;
}
.TagClassName
{
border-color: #33689C;
}
</style>