Shades of Lochmara #3D749C
Tints of Lochmara #3D749C
RGB
CMYK
RGB Variations
Color information
#3D749C (or 0x3D749C) is known color: Lochmara. HEX triplet: 3D, 74 and 9C. RGB value is (61,116,156). Sum of RGB (Red+Green+Blue) = 61+116+156=333 (44% of max value = 765). Red value is 61 (24.22% from 255 or 18.32% from 333); Green value is 116 (45.70% from 255 or 34.83% from 333); Blue value is 156 (61.33% from 255 or 46.85% from 333); Max value from RGB is 156 - color contains mainly: blue. Hex color #3D749C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D749C is #C28B63. Grayscale: #676767. Windows color (decimal): -12749668 or 10253373. OLE color: 10253373.
HSL color Cylindrical-coordinate representation of color #3D749C: hue angle of 205.26º degrees, saturation: 0.44, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3D749C is Cyan = 0.61, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 61 | 116 | 156 | - |
| CMYK | 0.61 | 0.26 | 0 | 0.39 |
| HSL | 205.26º | 0.44% | 0.43% | - |
| HSV(B) | 205.26º | 0.61% | 0.61% | - |
| XYZ | 14.17 | 15.88 | 33.77 | - |
| YUV | 104.12 | 157.28 | 97.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 116 | 156 | 0.61 | 0.26 | 0 | 0.39 | 205.26 | 0.44 | 0.43 |
| Hex | 3D | 74 | 9C | 3D | 1A | 0 | 27 | CD | 2C | 2B |
| Octal | 75 | 164 | 234 | 75 | 32 | 0 | 47 | 315 | 54 | 53 |
| Binary | 111101 | 1110100 | 10011100 | 111101 | 11010 | 0 | 100111 | 11001101 | 101100 | 101011 |
Color Harmonies of #3D749C
Complementary color
Monochromatic Colors of #3D749C
Black with #3D749C
Text Example
Text Example
White with #3D749C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D749C; }
p { color: rgb(61,116,156); }
H1.HeaderClassName
{
color: #3D749C;
}
.AnyTagClassName
{
color: #3D749C;
}
</style>
background-color css
<style>
a { background-color: #3D749C; }
a { background-color: rgb(61,116,156); }
div.DivClassName
{
background-color: #3D749C;
}
.BgClassName
{
background-color: #3D749C;
}
</style>
border-color css
<style>
span { border-color: #3D749C; }
span { border-color: rgb(61,116,156); }
td.TdClassName
{
border-color: #3D749C;
}
.TagClassName
{
border-color: #3D749C;
}
</style>