Shades of Lochmara #3673B1
Tints of Lochmara #3673B1
RGB
CMYK
RGB Variations
Color information
#3673B1 (or 0x3673B1) is known color: Lochmara. HEX triplet: 36, 73 and B1. RGB value is (54,115,177). Sum of RGB (Red+Green+Blue) = 54+115+177=346 (45% of max value = 765). Red value is 54 (21.48% from 255 or 15.61% from 346); Green value is 115 (45.31% from 255 or 33.24% from 346); Blue value is 177 (69.53% from 255 or 51.16% from 346); Max value from RGB is 177 - color contains mainly: blue. Hex color #3673B1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3673B1 is #C98C4E. Grayscale: #676767. Windows color (decimal): -13208655 or 11629366. OLE color: 11629366.
HSL color Cylindrical-coordinate representation of color #3673B1: hue angle of 210.24º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3673B1 is Cyan = 0.69, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 54 | 115 | 177 | - |
| CMYK | 0.69 | 0.35 | 0 | 0.31 |
| HSL | 210.24º | 0.53% | 0.45% | - |
| HSV(B) | 210.24º | 0.69% | 0.69% | - |
| XYZ | 15.59 | 16.22 | 43.9 | - |
| YUV | 103.83 | 169.29 | 92.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 115 | 177 | 0.69 | 0.35 | 0 | 0.31 | 210.24 | 0.53 | 0.45 |
| Hex | 36 | 73 | B1 | 45 | 23 | 0 | 1F | D2 | 35 | 2D |
| Octal | 66 | 163 | 261 | 105 | 43 | 0 | 37 | 322 | 65 | 55 |
| Binary | 110110 | 1110011 | 10110001 | 1000101 | 100011 | 0 | 11111 | 11010010 | 110101 | 101101 |
Color Harmonies of #3673B1
Complementary color
Monochromatic Colors of #3673B1
Black with #3673B1
Text Example
Text Example
White with #3673B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3673B1; }
p { color: rgb(54,115,177); }
H1.HeaderClassName
{
color: #3673B1;
}
.AnyTagClassName
{
color: #3673B1;
}
</style>
background-color css
<style>
a { background-color: #3673B1; }
a { background-color: rgb(54,115,177); }
div.DivClassName
{
background-color: #3673B1;
}
.BgClassName
{
background-color: #3673B1;
}
</style>
border-color css
<style>
span { border-color: #3673B1; }
span { border-color: rgb(54,115,177); }
td.TdClassName
{
border-color: #3673B1;
}
.TagClassName
{
border-color: #3673B1;
}
</style>