Shades of Lochmara #3373AA
Tints of Lochmara #3373AA
RGB
CMYK
RGB Variations
Color information
#3373AA (or 0x3373AA) is known color: Lochmara. HEX triplet: 33, 73 and AA. RGB value is (51,115,170). Sum of RGB (Red+Green+Blue) = 51+115+170=336 (44% of max value = 765). Red value is 51 (20.31% from 255 or 15.18% from 336); Green value is 115 (45.31% from 255 or 34.23% from 336); Blue value is 170 (66.80% from 255 or 50.60% from 336); Max value from RGB is 170 - color contains mainly: blue. Hex color #3373AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3373AA is #CC8C55. Grayscale: #656565. Windows color (decimal): -13405270 or 11170611. OLE color: 11170611.
HSL color Cylindrical-coordinate representation of color #3373AA: hue angle of 207.73º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3373AA is Cyan = 0.7, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 51 | 115 | 170 | - |
| CMYK | 0.7 | 0.32 | 0 | 0.33 |
| HSL | 207.73º | 0.54% | 0.43% | - |
| HSV(B) | 207.73º | 0.7% | 0.67% | - |
| XYZ | 14.75 | 15.87 | 40.32 | - |
| YUV | 102.13 | 166.3 | 91.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 115 | 170 | 0.7 | 0.32 | 0 | 0.33 | 207.73 | 0.54 | 0.43 |
| Hex | 33 | 73 | AA | 46 | 20 | 0 | 21 | D0 | 36 | 2B |
| Octal | 63 | 163 | 252 | 106 | 40 | 0 | 41 | 320 | 66 | 53 |
| Binary | 110011 | 1110011 | 10101010 | 1000110 | 100000 | 0 | 100001 | 11010000 | 110110 | 101011 |
Color Harmonies of #3373AA
Complementary color
Monochromatic Colors of #3373AA
Black with #3373AA
Text Example
Text Example
White with #3373AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3373AA; }
p { color: rgb(51,115,170); }
H1.HeaderClassName
{
color: #3373AA;
}
.AnyTagClassName
{
color: #3373AA;
}
</style>
background-color css
<style>
a { background-color: #3373AA; }
a { background-color: rgb(51,115,170); }
div.DivClassName
{
background-color: #3373AA;
}
.BgClassName
{
background-color: #3373AA;
}
</style>
border-color css
<style>
span { border-color: #3373AA; }
span { border-color: rgb(51,115,170); }
td.TdClassName
{
border-color: #3373AA;
}
.TagClassName
{
border-color: #3373AA;
}
</style>