Shades of Lochmara #3C729C
Tints of Lochmara #3C729C
RGB
CMYK
RGB Variations
Color information
#3C729C (or 0x3C729C) is known color: Lochmara. HEX triplet: 3C, 72 and 9C. RGB value is (60,114,156). Sum of RGB (Red+Green+Blue) = 60+114+156=330 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.18% from 330); Green value is 114 (44.92% from 255 or 34.55% from 330); Blue value is 156 (61.33% from 255 or 47.27% from 330); Max value from RGB is 156 - color contains mainly: blue. Hex color #3C729C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C729C is #C38D63. Grayscale: #666666. Windows color (decimal): -12815716 or 10252860. OLE color: 10252860.
HSL color Cylindrical-coordinate representation of color #3C729C: hue angle of 206.25º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3C729C is Cyan = 0.62, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 60 | 114 | 156 | - |
| CMYK | 0.62 | 0.27 | 0 | 0.39 |
| HSL | 206.25º | 0.44% | 0.42% | - |
| HSV(B) | 206.25º | 0.62% | 0.61% | - |
| XYZ | 13.88 | 15.4 | 33.69 | - |
| YUV | 102.64 | 158.11 | 97.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 114 | 156 | 0.62 | 0.27 | 0 | 0.39 | 206.25 | 0.44 | 0.42 |
| Hex | 3C | 72 | 9C | 3E | 1B | 0 | 27 | CE | 2C | 2A |
| Octal | 74 | 162 | 234 | 76 | 33 | 0 | 47 | 316 | 54 | 52 |
| Binary | 111100 | 1110010 | 10011100 | 111110 | 11011 | 0 | 100111 | 11001110 | 101100 | 101010 |
Color Harmonies of #3C729C
Complementary color
Monochromatic Colors of #3C729C
Black with #3C729C
Text Example
Text Example
White with #3C729C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C729C; }
p { color: rgb(60,114,156); }
H1.HeaderClassName
{
color: #3C729C;
}
.AnyTagClassName
{
color: #3C729C;
}
</style>
background-color css
<style>
a { background-color: #3C729C; }
a { background-color: rgb(60,114,156); }
div.DivClassName
{
background-color: #3C729C;
}
.BgClassName
{
background-color: #3C729C;
}
</style>
border-color css
<style>
span { border-color: #3C729C; }
span { border-color: rgb(60,114,156); }
td.TdClassName
{
border-color: #3C729C;
}
.TagClassName
{
border-color: #3C729C;
}
</style>