Shades of Lochmara #33639C
Tints of Lochmara #33639C
RGB
CMYK
RGB Variations
Color information
#33639C (or 0x33639C) is known color: Lochmara. HEX triplet: 33, 63 and 9C. RGB value is (51,99,156). Sum of RGB (Red+Green+Blue) = 51+99+156=306 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.67% from 306); Green value is 99 (39.06% from 255 or 32.35% from 306); Blue value is 156 (61.33% from 255 or 50.98% from 306); Max value from RGB is 156 - color contains mainly: blue. Hex color #33639C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #33639C is #CC9C63. Grayscale: #5A5A5A. Windows color (decimal): -13409380 or 10249011. OLE color: 10249011.
HSL color Cylindrical-coordinate representation of color #33639C: hue angle of 212.57º 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 #33639C is Cyan = 0.67, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 51 | 99 | 156 | - |
| CMYK | 0.67 | 0.37 | 0 | 0.39 |
| HSL | 212.57º | 0.51% | 0.41% | - |
| HSV(B) | 212.57º | 0.67% | 0.61% | - |
| XYZ | 11.83 | 12.03 | 33.15 | - |
| YUV | 91.15 | 164.6 | 99.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 99 | 156 | 0.67 | 0.37 | 0 | 0.39 | 212.57 | 0.51 | 0.41 |
| Hex | 33 | 63 | 9C | 43 | 25 | 0 | 27 | D5 | 33 | 29 |
| Octal | 63 | 143 | 234 | 103 | 45 | 0 | 47 | 325 | 63 | 51 |
| Binary | 110011 | 1100011 | 10011100 | 1000011 | 100101 | 0 | 100111 | 11010101 | 110011 | 101001 |
Color Harmonies of #33639C
Complementary color
Monochromatic Colors of #33639C
Black with #33639C
Text Example
Text Example
White with #33639C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33639C; }
p { color: rgb(51,99,156); }
H1.HeaderClassName
{
color: #33639C;
}
.AnyTagClassName
{
color: #33639C;
}
</style>
background-color css
<style>
a { background-color: #33639C; }
a { background-color: rgb(51,99,156); }
div.DivClassName
{
background-color: #33639C;
}
.BgClassName
{
background-color: #33639C;
}
</style>
border-color css
<style>
span { border-color: #33639C; }
span { border-color: rgb(51,99,156); }
td.TdClassName
{
border-color: #33639C;
}
.TagClassName
{
border-color: #33639C;
}
</style>