Shades of Lochmara #3669AE
Tints of Lochmara #3669AE
RGB
CMYK
RGB Variations
Color information
#3669AE (or 0x3669AE) is known color: Lochmara. HEX triplet: 36, 69 and AE. RGB value is (54,105,174). Sum of RGB (Red+Green+Blue) = 54+105+174=333 (44% of max value = 765). Red value is 54 (21.48% from 255 or 16.22% from 333); Green value is 105 (41.41% from 255 or 31.53% from 333); Blue value is 174 (68.36% from 255 or 52.25% from 333); Max value from RGB is 174 - color contains mainly: blue. Hex color #3669AE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3669AE is #C99651. Grayscale: #616161. Windows color (decimal): -13211218 or 11430198. OLE color: 11430198.
HSL color Cylindrical-coordinate representation of color #3669AE: hue angle of 214.5º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3669AE is Cyan = 0.69, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 54 | 105 | 174 | - |
| CMYK | 0.69 | 0.40 | 0 | 0.32 |
| HSL | 214.5º | 0.53% | 0.45% | - |
| HSV(B) | 214.5º | 0.69% | 0.68% | - |
| XYZ | 14.21 | 13.94 | 41.99 | - |
| YUV | 97.62 | 171.1 | 96.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 105 | 174 | 0.69 | 0.40 | 0 | 0.32 | 214.5 | 0.53 | 0.45 |
| Hex | 36 | 69 | AE | 45 | 28 | 0 | 20 | D6 | 35 | 2D |
| Octal | 66 | 151 | 256 | 105 | 50 | 0 | 40 | 326 | 65 | 55 |
| Binary | 110110 | 1101001 | 10101110 | 1000101 | 101000 | 0 | 100000 | 11010110 | 110101 | 101101 |
Color Harmonies of #3669AE
Complementary color
Monochromatic Colors of #3669AE
Black with #3669AE
Text Example
Text Example
White with #3669AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3669AE; }
p { color: rgb(54,105,174); }
H1.HeaderClassName
{
color: #3669AE;
}
.AnyTagClassName
{
color: #3669AE;
}
</style>
background-color css
<style>
a { background-color: #3669AE; }
a { background-color: rgb(54,105,174); }
div.DivClassName
{
background-color: #3669AE;
}
.BgClassName
{
background-color: #3669AE;
}
</style>
border-color css
<style>
span { border-color: #3669AE; }
span { border-color: rgb(54,105,174); }
td.TdClassName
{
border-color: #3669AE;
}
.TagClassName
{
border-color: #3669AE;
}
</style>