Shades of Lochmara #3D6F9A
Tints of Lochmara #3D6F9A
RGB
CMYK
RGB Variations
Color information
#3D6F9A (or 0x3D6F9A) is known color: Lochmara. HEX triplet: 3D, 6F and 9A. RGB value is (61,111,154). Sum of RGB (Red+Green+Blue) = 61+111+154=326 (43% of max value = 765). Red value is 61 (24.22% from 255 or 18.71% from 326); Green value is 111 (43.75% from 255 or 34.05% from 326); Blue value is 154 (60.55% from 255 or 47.24% from 326); Max value from RGB is 154 - color contains mainly: blue. Hex color #3D6F9A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D6F9A is #C29065. Grayscale: #646464. Windows color (decimal): -12750950 or 10121021. OLE color: 10121021.
HSL color Cylindrical-coordinate representation of color #3D6F9A: hue angle of 207.74º degrees, saturation: 0.43, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3D6F9A is Cyan = 0.60, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 61 | 111 | 154 | - |
| CMYK | 0.60 | 0.28 | 0 | 0.40 |
| HSL | 207.74º | 0.43% | 0.42% | - |
| HSV(B) | 207.74º | 0.6% | 0.6% | - |
| XYZ | 13.44 | 14.69 | 32.7 | - |
| YUV | 100.95 | 157.94 | 99.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 111 | 154 | 0.60 | 0.28 | 0 | 0.40 | 207.74 | 0.43 | 0.42 |
| Hex | 3D | 6F | 9A | 3C | 1C | 0 | 28 | D0 | 2B | 2A |
| Octal | 75 | 157 | 232 | 74 | 34 | 0 | 50 | 320 | 53 | 52 |
| Binary | 111101 | 1101111 | 10011010 | 111100 | 11100 | 0 | 101000 | 11010000 | 101011 | 101010 |
Color Harmonies of #3D6F9A
Complementary color
Monochromatic Colors of #3D6F9A
Black with #3D6F9A
Text Example
Text Example
White with #3D6F9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D6F9A; }
p { color: rgb(61,111,154); }
H1.HeaderClassName
{
color: #3D6F9A;
}
.AnyTagClassName
{
color: #3D6F9A;
}
</style>
background-color css
<style>
a { background-color: #3D6F9A; }
a { background-color: rgb(61,111,154); }
div.DivClassName
{
background-color: #3D6F9A;
}
.BgClassName
{
background-color: #3D6F9A;
}
</style>
border-color css
<style>
span { border-color: #3D6F9A; }
span { border-color: rgb(61,111,154); }
td.TdClassName
{
border-color: #3D6F9A;
}
.TagClassName
{
border-color: #3D6F9A;
}
</style>