Shades of Lochmara #3769A4
Tints of Lochmara #3769A4
RGB
CMYK
RGB Variations
Color information
#3769A4 (or 0x3769A4) is known color: Lochmara. HEX triplet: 37, 69 and A4. RGB value is (55,105,164). Sum of RGB (Red+Green+Blue) = 55+105+164=324 (42% of max value = 765). Red value is 55 (21.88% from 255 or 16.98% from 324); Green value is 105 (41.41% from 255 or 32.41% from 324); Blue value is 164 (64.45% from 255 or 50.62% from 324); Max value from RGB is 164 - color contains mainly: blue. Hex color #3769A4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3769A4 is #C8965B. Grayscale: #606060. Windows color (decimal): -13145692 or 10774839. OLE color: 10774839.
HSL color Cylindrical-coordinate representation of color #3769A4: hue angle of 212.48º degrees, saturation: 0.5, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3769A4 is Cyan = 0.66, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 55 | 105 | 164 | - |
| CMYK | 0.66 | 0.36 | 0 | 0.36 |
| HSL | 212.48º | 0.5% | 0.43% | - |
| HSV(B) | 212.48º | 0.66% | 0.64% | - |
| XYZ | 13.33 | 13.6 | 37.04 | - |
| YUV | 96.78 | 165.94 | 98.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 105 | 164 | 0.66 | 0.36 | 0 | 0.36 | 212.48 | 0.5 | 0.43 |
| Hex | 37 | 69 | A4 | 42 | 24 | 0 | 24 | D4 | 32 | 2B |
| Octal | 67 | 151 | 244 | 102 | 44 | 0 | 44 | 324 | 62 | 53 |
| Binary | 110111 | 1101001 | 10100100 | 1000010 | 100100 | 0 | 100100 | 11010100 | 110010 | 101011 |
Color Harmonies of #3769A4
Complementary color
Monochromatic Colors of #3769A4
Black with #3769A4
Text Example
Text Example
White with #3769A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3769A4; }
p { color: rgb(55,105,164); }
H1.HeaderClassName
{
color: #3769A4;
}
.AnyTagClassName
{
color: #3769A4;
}
</style>
background-color css
<style>
a { background-color: #3769A4; }
a { background-color: rgb(55,105,164); }
div.DivClassName
{
background-color: #3769A4;
}
.BgClassName
{
background-color: #3769A4;
}
</style>
border-color css
<style>
span { border-color: #3769A4; }
span { border-color: rgb(55,105,164); }
td.TdClassName
{
border-color: #3769A4;
}
.TagClassName
{
border-color: #3769A4;
}
</style>