Shades of Lochmara #3B729A
Tints of Lochmara #3B729A
RGB
CMYK
RGB Variations
Color information
#3B729A (or 0x3B729A) is known color: Lochmara. HEX triplet: 3B, 72 and 9A. RGB value is (59,114,154). Sum of RGB (Red+Green+Blue) = 59+114+154=327 (43% of max value = 765). Red value is 59 (23.44% from 255 or 18.04% from 327); Green value is 114 (44.92% from 255 or 34.86% from 327); Blue value is 154 (60.55% from 255 or 47.09% from 327); Max value from RGB is 154 - color contains mainly: blue. Hex color #3B729A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B729A is #C48D65. Grayscale: #656565. Windows color (decimal): -12881254 or 10121787. OLE color: 10121787.
HSL color Cylindrical-coordinate representation of color #3B729A: hue angle of 205.26º degrees, saturation: 0.45, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3B729A is Cyan = 0.62, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 59 | 114 | 154 | - |
| CMYK | 0.62 | 0.26 | 0 | 0.40 |
| HSL | 205.26º | 0.45% | 0.42% | - |
| HSV(B) | 205.26º | 0.62% | 0.6% | - |
| XYZ | 13.65 | 15.3 | 32.8 | - |
| YUV | 102.12 | 157.28 | 97.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 114 | 154 | 0.62 | 0.26 | 0 | 0.40 | 205.26 | 0.45 | 0.42 |
| Hex | 3B | 72 | 9A | 3E | 1A | 0 | 28 | CD | 2D | 2A |
| Octal | 73 | 162 | 232 | 76 | 32 | 0 | 50 | 315 | 55 | 52 |
| Binary | 111011 | 1110010 | 10011010 | 111110 | 11010 | 0 | 101000 | 11001101 | 101101 | 101010 |
Color Harmonies of #3B729A
Complementary color
Monochromatic Colors of #3B729A
Black with #3B729A
Text Example
Text Example
White with #3B729A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B729A; }
p { color: rgb(59,114,154); }
H1.HeaderClassName
{
color: #3B729A;
}
.AnyTagClassName
{
color: #3B729A;
}
</style>
background-color css
<style>
a { background-color: #3B729A; }
a { background-color: rgb(59,114,154); }
div.DivClassName
{
background-color: #3B729A;
}
.BgClassName
{
background-color: #3B729A;
}
</style>
border-color css
<style>
span { border-color: #3B729A; }
span { border-color: rgb(59,114,154); }
td.TdClassName
{
border-color: #3B729A;
}
.TagClassName
{
border-color: #3B729A;
}
</style>