Shades of Lochmara #3D6FAF
Tints of Lochmara #3D6FAF
RGB
CMYK
RGB Variations
Color information
#3D6FAF (or 0x3D6FAF) is known color: Lochmara. HEX triplet: 3D, 6F and AF. RGB value is (61,111,175). Sum of RGB (Red+Green+Blue) = 61+111+175=347 (45% of max value = 765). Red value is 61 (24.22% from 255 or 17.58% from 347); Green value is 111 (43.75% from 255 or 31.99% from 347); Blue value is 175 (68.75% from 255 or 50.43% from 347); Max value from RGB is 175 - color contains mainly: blue. Hex color #3D6FAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D6FAF is #C29050. Grayscale: #676767. Windows color (decimal): -12750929 or 11497277. OLE color: 11497277.
HSL color Cylindrical-coordinate representation of color #3D6FAF: hue angle of 213.68º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3D6FAF is Cyan = 0.65, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 61 | 111 | 175 | - |
| CMYK | 0.65 | 0.37 | 0 | 0.31 |
| HSL | 213.68º | 0.48% | 0.46% | - |
| HSV(B) | 213.68º | 0.65% | 0.69% | - |
| XYZ | 15.35 | 15.46 | 42.73 | - |
| YUV | 103.35 | 168.44 | 97.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 111 | 175 | 0.65 | 0.37 | 0 | 0.31 | 213.68 | 0.48 | 0.46 |
| Hex | 3D | 6F | AF | 41 | 25 | 0 | 1F | D6 | 30 | 2E |
| Octal | 75 | 157 | 257 | 101 | 45 | 0 | 37 | 326 | 60 | 56 |
| Binary | 111101 | 1101111 | 10101111 | 1000001 | 100101 | 0 | 11111 | 11010110 | 110000 | 101110 |
Color Harmonies of #3D6FAF
Complementary color
Monochromatic Colors of #3D6FAF
Black with #3D6FAF
Text Example
Text Example
White with #3D6FAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D6FAF; }
p { color: rgb(61,111,175); }
H1.HeaderClassName
{
color: #3D6FAF;
}
.AnyTagClassName
{
color: #3D6FAF;
}
</style>
background-color css
<style>
a { background-color: #3D6FAF; }
a { background-color: rgb(61,111,175); }
div.DivClassName
{
background-color: #3D6FAF;
}
.BgClassName
{
background-color: #3D6FAF;
}
</style>
border-color css
<style>
span { border-color: #3D6FAF; }
span { border-color: rgb(61,111,175); }
td.TdClassName
{
border-color: #3D6FAF;
}
.TagClassName
{
border-color: #3D6FAF;
}
</style>