Shades of Lochmara #3364AD
Tints of Lochmara #3364AD
RGB
CMYK
RGB Variations
Color information
#3364AD (or 0x3364AD) is known color: Lochmara. HEX triplet: 33, 64 and AD. RGB value is (51,100,173). Sum of RGB (Red+Green+Blue) = 51+100+173=324 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.74% from 324); Green value is 100 (39.45% from 255 or 30.86% from 324); Blue value is 173 (67.97% from 255 or 53.40% from 324); Max value from RGB is 173 - color contains mainly: blue. Hex color #3364AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3364AD is #CC9B52. Grayscale: #5D5D5D. Windows color (decimal): -13409107 or 11363379. OLE color: 11363379.
HSL color Cylindrical-coordinate representation of color #3364AD: hue angle of 215.9º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3364AD is Cyan = 0.71, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 51 | 100 | 173 | - |
| CMYK | 0.71 | 0.42 | 0 | 0.32 |
| HSL | 215.9º | 0.54% | 0.44% | - |
| HSV(B) | 215.9º | 0.71% | 0.68% | - |
| XYZ | 13.47 | 12.84 | 41.3 | - |
| YUV | 93.67 | 172.77 | 97.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 100 | 173 | 0.71 | 0.42 | 0 | 0.32 | 215.9 | 0.54 | 0.44 |
| Hex | 33 | 64 | AD | 47 | 2A | 0 | 20 | D8 | 36 | 2C |
| Octal | 63 | 144 | 255 | 107 | 52 | 0 | 40 | 330 | 66 | 54 |
| Binary | 110011 | 1100100 | 10101101 | 1000111 | 101010 | 0 | 100000 | 11011000 | 110110 | 101100 |
Color Harmonies of #3364AD
Complementary color
Monochromatic Colors of #3364AD
Black with #3364AD
Text Example
Text Example
White with #3364AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3364AD; }
p { color: rgb(51,100,173); }
H1.HeaderClassName
{
color: #3364AD;
}
.AnyTagClassName
{
color: #3364AD;
}
</style>
background-color css
<style>
a { background-color: #3364AD; }
a { background-color: rgb(51,100,173); }
div.DivClassName
{
background-color: #3364AD;
}
.BgClassName
{
background-color: #3364AD;
}
</style>
border-color css
<style>
span { border-color: #3364AD; }
span { border-color: rgb(51,100,173); }
td.TdClassName
{
border-color: #3364AD;
}
.TagClassName
{
border-color: #3364AD;
}
</style>