Shades of Lochmara #33629A
Tints of Lochmara #33629A
RGB
CMYK
RGB Variations
Color information
#33629A (or 0x33629A) is known color: Lochmara. HEX triplet: 33, 62 and 9A. RGB value is (51,98,154). Sum of RGB (Red+Green+Blue) = 51+98+154=303 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.83% from 303); Green value is 98 (38.67% from 255 or 32.34% from 303); Blue value is 154 (60.55% from 255 or 50.83% from 303); Max value from RGB is 154 - color contains mainly: blue. Hex color #33629A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #33629A is #CC9D65. Grayscale: #5A5A5A. Windows color (decimal): -13409638 or 10117683. OLE color: 10117683.
HSL color Cylindrical-coordinate representation of color #33629A: hue angle of 212.62º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #33629A is Cyan = 0.67, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 51 | 98 | 154 | - |
| CMYK | 0.67 | 0.36 | 0 | 0.40 |
| HSL | 212.62º | 0.5% | 0.4% | - |
| HSV(B) | 212.62º | 0.67% | 0.6% | - |
| XYZ | 11.57 | 11.77 | 32.23 | - |
| YUV | 90.33 | 163.93 | 99.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 98 | 154 | 0.67 | 0.36 | 0 | 0.40 | 212.62 | 0.5 | 0.4 |
| Hex | 33 | 62 | 9A | 43 | 24 | 0 | 28 | D5 | 32 | 28 |
| Octal | 63 | 142 | 232 | 103 | 44 | 0 | 50 | 325 | 62 | 50 |
| Binary | 110011 | 1100010 | 10011010 | 1000011 | 100100 | 0 | 101000 | 11010101 | 110010 | 101000 |
Color Harmonies of #33629A
Complementary color
Monochromatic Colors of #33629A
Black with #33629A
Text Example
Text Example
White with #33629A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33629A; }
p { color: rgb(51,98,154); }
H1.HeaderClassName
{
color: #33629A;
}
.AnyTagClassName
{
color: #33629A;
}
</style>
background-color css
<style>
a { background-color: #33629A; }
a { background-color: rgb(51,98,154); }
div.DivClassName
{
background-color: #33629A;
}
.BgClassName
{
background-color: #33629A;
}
</style>
border-color css
<style>
span { border-color: #33629A; }
span { border-color: rgb(51,98,154); }
td.TdClassName
{
border-color: #33629A;
}
.TagClassName
{
border-color: #33629A;
}
</style>