Shades of Lochmara #3D72AB
Tints of Lochmara #3D72AB
RGB
CMYK
RGB Variations
Color information
#3D72AB (or 0x3D72AB) is known color: Lochmara. HEX triplet: 3D, 72 and AB. RGB value is (61,114,171). Sum of RGB (Red+Green+Blue) = 61+114+171=346 (45% of max value = 765). Red value is 61 (24.22% from 255 or 17.63% from 346); Green value is 114 (44.92% from 255 or 32.95% from 346); Blue value is 171 (67.19% from 255 or 49.42% from 346); Max value from RGB is 171 - color contains mainly: blue. Hex color #3D72AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D72AB is #C28D54. Grayscale: #686868. Windows color (decimal): -12750165 or 11235901. OLE color: 11235901.
HSL color Cylindrical-coordinate representation of color #3D72AB: hue angle of 211.09º 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 #3D72AB is Cyan = 0.64, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 61 | 114 | 171 | - |
| CMYK | 0.64 | 0.33 | 0 | 0.33 |
| HSL | 211.09º | 0.47% | 0.45% | - |
| HSV(B) | 211.09º | 0.64% | 0.67% | - |
| XYZ | 15.29 | 15.97 | 40.8 | - |
| YUV | 104.65 | 165.44 | 96.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 114 | 171 | 0.64 | 0.33 | 0 | 0.33 | 211.09 | 0.47 | 0.45 |
| Hex | 3D | 72 | AB | 40 | 21 | 0 | 21 | D3 | 2F | 2D |
| Octal | 75 | 162 | 253 | 100 | 41 | 0 | 41 | 323 | 57 | 55 |
| Binary | 111101 | 1110010 | 10101011 | 1000000 | 100001 | 0 | 100001 | 11010011 | 101111 | 101101 |
Color Harmonies of #3D72AB
Complementary color
Monochromatic Colors of #3D72AB
Black with #3D72AB
Text Example
Text Example
White with #3D72AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D72AB; }
p { color: rgb(61,114,171); }
H1.HeaderClassName
{
color: #3D72AB;
}
.AnyTagClassName
{
color: #3D72AB;
}
</style>
background-color css
<style>
a { background-color: #3D72AB; }
a { background-color: rgb(61,114,171); }
div.DivClassName
{
background-color: #3D72AB;
}
.BgClassName
{
background-color: #3D72AB;
}
</style>
border-color css
<style>
span { border-color: #3D72AB; }
span { border-color: rgb(61,114,171); }
td.TdClassName
{
border-color: #3D72AB;
}
.TagClassName
{
border-color: #3D72AB;
}
</style>