Shades of Lochmara #33619A
Tints of Lochmara #33619A
RGB
CMYK
RGB Variations
Color information
#33619A (or 0x33619A) is known color: Lochmara. HEX triplet: 33, 61 and 9A. RGB value is (51,97,154). Sum of RGB (Red+Green+Blue) = 51+97+154=302 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.89% from 302); Green value is 97 (38.28% from 255 or 32.12% from 302); Blue value is 154 (60.55% from 255 or 50.99% from 302); Max value from RGB is 154 - color contains mainly: blue. Hex color #33619A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #33619A is #CC9E65. Grayscale: #595959. Windows color (decimal): -13409894 or 10117427. OLE color: 10117427.
HSL color Cylindrical-coordinate representation of color #33619A: hue angle of 213.2º 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 #33619A is Cyan = 0.67, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 51 | 97 | 154 | - |
| CMYK | 0.67 | 0.37 | 0 | 0.40 |
| HSL | 213.2º | 0.5% | 0.4% | - |
| HSV(B) | 213.2º | 0.67% | 0.6% | - |
| XYZ | 11.47 | 11.59 | 32.2 | - |
| YUV | 89.74 | 164.26 | 100.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 97 | 154 | 0.67 | 0.37 | 0 | 0.40 | 213.2 | 0.5 | 0.4 |
| Hex | 33 | 61 | 9A | 43 | 25 | 0 | 28 | D5 | 32 | 28 |
| Octal | 63 | 141 | 232 | 103 | 45 | 0 | 50 | 325 | 62 | 50 |
| Binary | 110011 | 1100001 | 10011010 | 1000011 | 100101 | 0 | 101000 | 11010101 | 110010 | 101000 |
Color Harmonies of #33619A
Complementary color
Monochromatic Colors of #33619A
Black with #33619A
Text Example
Text Example
White with #33619A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33619A; }
p { color: rgb(51,97,154); }
H1.HeaderClassName
{
color: #33619A;
}
.AnyTagClassName
{
color: #33619A;
}
</style>
background-color css
<style>
a { background-color: #33619A; }
a { background-color: rgb(51,97,154); }
div.DivClassName
{
background-color: #33619A;
}
.BgClassName
{
background-color: #33619A;
}
</style>
border-color css
<style>
span { border-color: #33619A; }
span { border-color: rgb(51,97,154); }
td.TdClassName
{
border-color: #33619A;
}
.TagClassName
{
border-color: #33619A;
}
</style>