Shades of Lochmara #3671A4
Tints of Lochmara #3671A4
RGB
CMYK
RGB Variations
Color information
#3671A4 (or 0x3671A4) is known color: Lochmara. HEX triplet: 36, 71 and A4. RGB value is (54,113,164). Sum of RGB (Red+Green+Blue) = 54+113+164=331 (43% of max value = 765). Red value is 54 (21.48% from 255 or 16.31% from 331); Green value is 113 (44.53% from 255 or 34.14% from 331); Blue value is 164 (64.45% from 255 or 49.55% from 331); Max value from RGB is 164 - color contains mainly: blue. Hex color #3671A4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3671A4 is #C98E5B. Grayscale: #646464. Windows color (decimal): -13209180 or 10776886. OLE color: 10776886.
HSL color Cylindrical-coordinate representation of color #3671A4: hue angle of 207.82º degrees, saturation: 0.5, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3671A4 is Cyan = 0.67, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 54 | 113 | 164 | - |
| CMYK | 0.67 | 0.31 | 0 | 0.36 |
| HSL | 207.82º | 0.5% | 0.43% | - |
| HSV(B) | 207.82º | 0.67% | 0.64% | - |
| XYZ | 14.13 | 15.27 | 37.33 | - |
| YUV | 101.17 | 163.45 | 94.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 113 | 164 | 0.67 | 0.31 | 0 | 0.36 | 207.82 | 0.5 | 0.43 |
| Hex | 36 | 71 | A4 | 43 | 1F | 0 | 24 | D0 | 32 | 2B |
| Octal | 66 | 161 | 244 | 103 | 37 | 0 | 44 | 320 | 62 | 53 |
| Binary | 110110 | 1110001 | 10100100 | 1000011 | 11111 | 0 | 100100 | 11010000 | 110010 | 101011 |
Color Harmonies of #3671A4
Complementary color
Monochromatic Colors of #3671A4
Black with #3671A4
Text Example
Text Example
White with #3671A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3671A4; }
p { color: rgb(54,113,164); }
H1.HeaderClassName
{
color: #3671A4;
}
.AnyTagClassName
{
color: #3671A4;
}
</style>
background-color css
<style>
a { background-color: #3671A4; }
a { background-color: rgb(54,113,164); }
div.DivClassName
{
background-color: #3671A4;
}
.BgClassName
{
background-color: #3671A4;
}
</style>
border-color css
<style>
span { border-color: #3671A4; }
span { border-color: rgb(54,113,164); }
td.TdClassName
{
border-color: #3671A4;
}
.TagClassName
{
border-color: #3671A4;
}
</style>