Shades of Lochmara #3668AB
Tints of Lochmara #3668AB
RGB
CMYK
RGB Variations
Color information
#3668AB (or 0x3668AB) is known color: Lochmara. HEX triplet: 36, 68 and AB. RGB value is (54,104,171). Sum of RGB (Red+Green+Blue) = 54+104+171=329 (43% of max value = 765). Red value is 54 (21.48% from 255 or 16.41% from 329); Green value is 104 (41.02% from 255 or 31.61% from 329); Blue value is 171 (67.19% from 255 or 51.98% from 329); Max value from RGB is 171 - color contains mainly: blue. Hex color #3668AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3668AB is #C99754. Grayscale: #606060. Windows color (decimal): -13211477 or 11233334. OLE color: 11233334.
HSL color Cylindrical-coordinate representation of color #3668AB: hue angle of 214.36º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3668AB is Cyan = 0.68, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 54 | 104 | 171 | - |
| CMYK | 0.68 | 0.39 | 0 | 0.33 |
| HSL | 214.36º | 0.52% | 0.44% | - |
| HSV(B) | 214.36º | 0.68% | 0.67% | - |
| XYZ | 13.82 | 13.63 | 40.43 | - |
| YUV | 96.69 | 169.94 | 97.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 104 | 171 | 0.68 | 0.39 | 0 | 0.33 | 214.36 | 0.52 | 0.44 |
| Hex | 36 | 68 | AB | 44 | 27 | 0 | 21 | D6 | 34 | 2C |
| Octal | 66 | 150 | 253 | 104 | 47 | 0 | 41 | 326 | 64 | 54 |
| Binary | 110110 | 1101000 | 10101011 | 1000100 | 100111 | 0 | 100001 | 11010110 | 110100 | 101100 |
Color Harmonies of #3668AB
Complementary color
Monochromatic Colors of #3668AB
Black with #3668AB
Text Example
Text Example
White with #3668AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3668AB; }
p { color: rgb(54,104,171); }
H1.HeaderClassName
{
color: #3668AB;
}
.AnyTagClassName
{
color: #3668AB;
}
</style>
background-color css
<style>
a { background-color: #3668AB; }
a { background-color: rgb(54,104,171); }
div.DivClassName
{
background-color: #3668AB;
}
.BgClassName
{
background-color: #3668AB;
}
</style>
border-color css
<style>
span { border-color: #3668AB; }
span { border-color: rgb(54,104,171); }
td.TdClassName
{
border-color: #3668AB;
}
.TagClassName
{
border-color: #3668AB;
}
</style>