Shades of Lochmara #3D73AB
Tints of Lochmara #3D73AB
RGB
CMYK
RGB Variations
Color information
#3D73AB (or 0x3D73AB) is known color: Lochmara. HEX triplet: 3D, 73 and AB. RGB value is (61,115,171). Sum of RGB (Red+Green+Blue) = 61+115+171=347 (45% of max value = 765). Red value is 61 (24.22% from 255 or 17.58% from 347); Green value is 115 (45.31% from 255 or 33.14% from 347); Blue value is 171 (67.19% from 255 or 49.28% from 347); Max value from RGB is 171 - color contains mainly: blue. Hex color #3D73AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D73AB is #C28C54. Grayscale: #686868. Windows color (decimal): -12749909 or 11236157. OLE color: 11236157.
HSL color Cylindrical-coordinate representation of color #3D73AB: hue angle of 210.55º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3D73AB is Cyan = 0.64, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 61 | 115 | 171 | - |
| CMYK | 0.64 | 0.33 | 0 | 0.33 |
| HSL | 210.55º | 0.47% | 0.45% | - |
| HSV(B) | 210.55º | 0.64% | 0.67% | - |
| XYZ | 15.41 | 16.19 | 40.84 | - |
| YUV | 105.24 | 165.11 | 96.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 115 | 171 | 0.64 | 0.33 | 0 | 0.33 | 210.55 | 0.47 | 0.45 |
| Hex | 3D | 73 | AB | 40 | 21 | 0 | 21 | D3 | 2F | 2D |
| Octal | 75 | 163 | 253 | 100 | 41 | 0 | 41 | 323 | 57 | 55 |
| Binary | 111101 | 1110011 | 10101011 | 1000000 | 100001 | 0 | 100001 | 11010011 | 101111 | 101101 |
Color Harmonies of #3D73AB
Complementary color
Monochromatic Colors of #3D73AB
Black with #3D73AB
Text Example
Text Example
White with #3D73AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D73AB; }
p { color: rgb(61,115,171); }
H1.HeaderClassName
{
color: #3D73AB;
}
.AnyTagClassName
{
color: #3D73AB;
}
</style>
background-color css
<style>
a { background-color: #3D73AB; }
a { background-color: rgb(61,115,171); }
div.DivClassName
{
background-color: #3D73AB;
}
.BgClassName
{
background-color: #3D73AB;
}
</style>
border-color css
<style>
span { border-color: #3D73AB; }
span { border-color: rgb(61,115,171); }
td.TdClassName
{
border-color: #3D73AB;
}
.TagClassName
{
border-color: #3D73AB;
}
</style>