Shades of Lochmara #3673A6
Tints of Lochmara #3673A6
RGB
CMYK
RGB Variations
Color information
#3673A6 (or 0x3673A6) is known color: Lochmara. HEX triplet: 36, 73 and A6. RGB value is (54,115,166). Sum of RGB (Red+Green+Blue) = 54+115+166=335 (44% of max value = 765). Red value is 54 (21.48% from 255 or 16.12% from 335); Green value is 115 (45.31% from 255 or 34.33% from 335); Blue value is 166 (65.23% from 255 or 49.55% from 335); Max value from RGB is 166 - color contains mainly: blue. Hex color #3673A6 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3673A6 is #C98C59. Grayscale: #666666. Windows color (decimal): -13208666 or 10908470. OLE color: 10908470.
HSL color Cylindrical-coordinate representation of color #3673A6: hue angle of 207.32º degrees, saturation: 0.51, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3673A6 is Cyan = 0.67, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 54 | 115 | 166 | - |
| CMYK | 0.67 | 0.31 | 0 | 0.35 |
| HSL | 207.32º | 0.51% | 0.43% | - |
| HSV(B) | 207.32º | 0.67% | 0.65% | - |
| XYZ | 14.53 | 15.8 | 38.36 | - |
| YUV | 102.58 | 163.79 | 93.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 115 | 166 | 0.67 | 0.31 | 0 | 0.35 | 207.32 | 0.51 | 0.43 |
| Hex | 36 | 73 | A6 | 43 | 1F | 0 | 23 | CF | 33 | 2B |
| Octal | 66 | 163 | 246 | 103 | 37 | 0 | 43 | 317 | 63 | 53 |
| Binary | 110110 | 1110011 | 10100110 | 1000011 | 11111 | 0 | 100011 | 11001111 | 110011 | 101011 |
Color Harmonies of #3673A6
Complementary color
Monochromatic Colors of #3673A6
Black with #3673A6
Text Example
Text Example
White with #3673A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3673A6; }
p { color: rgb(54,115,166); }
H1.HeaderClassName
{
color: #3673A6;
}
.AnyTagClassName
{
color: #3673A6;
}
</style>
background-color css
<style>
a { background-color: #3673A6; }
a { background-color: rgb(54,115,166); }
div.DivClassName
{
background-color: #3673A6;
}
.BgClassName
{
background-color: #3673A6;
}
</style>
border-color css
<style>
span { border-color: #3673A6; }
span { border-color: rgb(54,115,166); }
td.TdClassName
{
border-color: #3673A6;
}
.TagClassName
{
border-color: #3673A6;
}
</style>