Shades of Lochmara #3675A4
Tints of Lochmara #3675A4
RGB
CMYK
RGB Variations
Color information
#3675A4 (or 0x3675A4) is known color: Lochmara. HEX triplet: 36, 75 and A4. RGB value is (54,117,164). Sum of RGB (Red+Green+Blue) = 54+117+164=335 (44% of max value = 765). Red value is 54 (21.48% from 255 or 16.12% from 335); Green value is 117 (46.09% from 255 or 34.93% from 335); Blue value is 164 (64.45% from 255 or 48.96% from 335); Max value from RGB is 164 - color contains mainly: blue. Hex color #3675A4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3675A4 is #C98A5B. Grayscale: #676767. Windows color (decimal): -13208156 or 10777910. OLE color: 10777910.
HSL color Cylindrical-coordinate representation of color #3675A4: hue angle of 205.64º 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 #3675A4 is Cyan = 0.67, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 54 | 117 | 164 | - |
| CMYK | 0.67 | 0.29 | 0 | 0.36 |
| HSL | 205.64º | 0.5% | 0.43% | - |
| HSV(B) | 205.64º | 0.67% | 0.64% | - |
| XYZ | 14.58 | 16.19 | 37.48 | - |
| YUV | 103.52 | 162.13 | 92.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 117 | 164 | 0.67 | 0.29 | 0 | 0.36 | 205.64 | 0.5 | 0.43 |
| Hex | 36 | 75 | A4 | 43 | 1D | 0 | 24 | CE | 32 | 2B |
| Octal | 66 | 165 | 244 | 103 | 35 | 0 | 44 | 316 | 62 | 53 |
| Binary | 110110 | 1110101 | 10100100 | 1000011 | 11101 | 0 | 100100 | 11001110 | 110010 | 101011 |
Color Harmonies of #3675A4
Complementary color
Monochromatic Colors of #3675A4
Black with #3675A4
Text Example
Text Example
White with #3675A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3675A4; }
p { color: rgb(54,117,164); }
H1.HeaderClassName
{
color: #3675A4;
}
.AnyTagClassName
{
color: #3675A4;
}
</style>
background-color css
<style>
a { background-color: #3675A4; }
a { background-color: rgb(54,117,164); }
div.DivClassName
{
background-color: #3675A4;
}
.BgClassName
{
background-color: #3675A4;
}
</style>
border-color css
<style>
span { border-color: #3675A4; }
span { border-color: rgb(54,117,164); }
td.TdClassName
{
border-color: #3675A4;
}
.TagClassName
{
border-color: #3675A4;
}
</style>