Shades of Lochmara #33699B
Tints of Lochmara #33699B
RGB
CMYK
RGB Variations
Color information
#33699B (or 0x33699B) is known color: Lochmara. HEX triplet: 33, 69 and 9B. RGB value is (51,105,155). Sum of RGB (Red+Green+Blue) = 51+105+155=311 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.40% from 311); Green value is 105 (41.41% from 255 or 33.76% from 311); Blue value is 155 (60.94% from 255 or 49.84% from 311); Max value from RGB is 155 - color contains mainly: blue. Hex color #33699B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #33699B is #CC9664. Grayscale: #5E5E5E. Windows color (decimal): -13407845 or 10185011. OLE color: 10185011.
HSL color Cylindrical-coordinate representation of color #33699B: hue angle of 208.85º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #33699B is Cyan = 0.67, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 51 | 105 | 155 | - |
| CMYK | 0.67 | 0.32 | 0 | 0.39 |
| HSL | 208.85º | 0.5% | 0.4% | - |
| HSV(B) | 208.85º | 0.67% | 0.61% | - |
| XYZ | 12.33 | 13.17 | 32.9 | - |
| YUV | 94.55 | 162.11 | 96.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 105 | 155 | 0.67 | 0.32 | 0 | 0.39 | 208.85 | 0.5 | 0.4 |
| Hex | 33 | 69 | 9B | 43 | 20 | 0 | 27 | D1 | 32 | 28 |
| Octal | 63 | 151 | 233 | 103 | 40 | 0 | 47 | 321 | 62 | 50 |
| Binary | 110011 | 1101001 | 10011011 | 1000011 | 100000 | 0 | 100111 | 11010001 | 110010 | 101000 |
Color Harmonies of #33699B
Complementary color
Monochromatic Colors of #33699B
Black with #33699B
Text Example
Text Example
White with #33699B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33699B; }
p { color: rgb(51,105,155); }
H1.HeaderClassName
{
color: #33699B;
}
.AnyTagClassName
{
color: #33699B;
}
</style>
background-color css
<style>
a { background-color: #33699B; }
a { background-color: rgb(51,105,155); }
div.DivClassName
{
background-color: #33699B;
}
.BgClassName
{
background-color: #33699B;
}
</style>
border-color css
<style>
span { border-color: #33699B; }
span { border-color: rgb(51,105,155); }
td.TdClassName
{
border-color: #33699B;
}
.TagClassName
{
border-color: #33699B;
}
</style>