Shades of Lochmara #3668AD
Tints of Lochmara #3668AD
RGB
CMYK
RGB Variations
Color information
#3668AD (or 0x3668AD) is known color: Lochmara. HEX triplet: 36, 68 and AD. RGB value is (54,104,173). Sum of RGB (Red+Green+Blue) = 54+104+173=331 (43% of max value = 765). Red value is 54 (21.48% from 255 or 16.31% from 331); Green value is 104 (41.02% from 255 or 31.42% from 331); Blue value is 173 (67.97% from 255 or 52.27% from 331); Max value from RGB is 173 - color contains mainly: blue. Hex color #3668AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3668AD is #C99752. Grayscale: #606060. Windows color (decimal): -13211475 or 11364406. OLE color: 11364406.
HSL color Cylindrical-coordinate representation of color #3668AD: hue angle of 214.79º degrees, saturation: 0.52, 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 #3668AD is Cyan = 0.69, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 54 | 104 | 173 | - |
| CMYK | 0.69 | 0.40 | 0 | 0.32 |
| HSL | 214.79º | 0.52% | 0.45% | - |
| HSV(B) | 214.79º | 0.69% | 0.68% | - |
| XYZ | 14.01 | 13.7 | 41.44 | - |
| YUV | 96.92 | 170.94 | 97.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 104 | 173 | 0.69 | 0.40 | 0 | 0.32 | 214.79 | 0.52 | 0.45 |
| Hex | 36 | 68 | AD | 45 | 28 | 0 | 20 | D7 | 34 | 2D |
| Octal | 66 | 150 | 255 | 105 | 50 | 0 | 40 | 327 | 64 | 55 |
| Binary | 110110 | 1101000 | 10101101 | 1000101 | 101000 | 0 | 100000 | 11010111 | 110100 | 101101 |
Color Harmonies of #3668AD
Complementary color
Monochromatic Colors of #3668AD
Black with #3668AD
Text Example
Text Example
White with #3668AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3668AD; }
p { color: rgb(54,104,173); }
H1.HeaderClassName
{
color: #3668AD;
}
.AnyTagClassName
{
color: #3668AD;
}
</style>
background-color css
<style>
a { background-color: #3668AD; }
a { background-color: rgb(54,104,173); }
div.DivClassName
{
background-color: #3668AD;
}
.BgClassName
{
background-color: #3668AD;
}
</style>
border-color css
<style>
span { border-color: #3668AD; }
span { border-color: rgb(54,104,173); }
td.TdClassName
{
border-color: #3668AD;
}
.TagClassName
{
border-color: #3668AD;
}
</style>