Shades of Lochmara #33629C
Tints of Lochmara #33629C
RGB
CMYK
RGB Variations
Color information
#33629C (or 0x33629C) is known color: Lochmara. HEX triplet: 33, 62 and 9C. RGB value is (51,98,156). Sum of RGB (Red+Green+Blue) = 51+98+156=305 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.72% from 305); Green value is 98 (38.67% from 255 or 32.13% from 305); Blue value is 156 (61.33% from 255 or 51.15% from 305); Max value from RGB is 156 - color contains mainly: blue. Hex color #33629C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #33629C is #CC9D63. Grayscale: #5A5A5A. Windows color (decimal): -13409636 or 10248755. OLE color: 10248755.
HSL color Cylindrical-coordinate representation of color #33629C: hue angle of 213.14º 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 #33629C is Cyan = 0.67, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 51 | 98 | 156 | - |
| CMYK | 0.67 | 0.37 | 0 | 0.39 |
| HSL | 213.14º | 0.51% | 0.41% | - |
| HSV(B) | 213.14º | 0.67% | 0.61% | - |
| XYZ | 11.73 | 11.84 | 33.12 | - |
| YUV | 90.56 | 164.93 | 99.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 98 | 156 | 0.67 | 0.37 | 0 | 0.39 | 213.14 | 0.51 | 0.41 |
| Hex | 33 | 62 | 9C | 43 | 25 | 0 | 27 | D5 | 33 | 29 |
| Octal | 63 | 142 | 234 | 103 | 45 | 0 | 47 | 325 | 63 | 51 |
| Binary | 110011 | 1100010 | 10011100 | 1000011 | 100101 | 0 | 100111 | 11010101 | 110011 | 101001 |
Color Harmonies of #33629C
Complementary color
Monochromatic Colors of #33629C
Black with #33629C
Text Example
Text Example
White with #33629C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33629C; }
p { color: rgb(51,98,156); }
H1.HeaderClassName
{
color: #33629C;
}
.AnyTagClassName
{
color: #33629C;
}
</style>
background-color css
<style>
a { background-color: #33629C; }
a { background-color: rgb(51,98,156); }
div.DivClassName
{
background-color: #33629C;
}
.BgClassName
{
background-color: #33629C;
}
</style>
border-color css
<style>
span { border-color: #33629C; }
span { border-color: rgb(51,98,156); }
td.TdClassName
{
border-color: #33629C;
}
.TagClassName
{
border-color: #33629C;
}
</style>