Shades of Lochmara #357CA3
Tints of Lochmara #357CA3
RGB
CMYK
RGB Variations
Color information
#357CA3 (or 0x357CA3) is known color: Lochmara. HEX triplet: 35, 7C and A3. RGB value is (53,124,163). Sum of RGB (Red+Green+Blue) = 53+124+163=340 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.59% from 340); Green value is 124 (48.83% from 255 or 36.47% from 340); Blue value is 163 (64.06% from 255 or 47.94% from 340); Max value from RGB is 163 - color contains mainly: blue. Hex color #357CA3 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #357CA3 is #CA835C. Grayscale: #6A6A6A. Windows color (decimal): -13271901 or 10714165. OLE color: 10714165.
HSL color Cylindrical-coordinate representation of color #357CA3: hue angle of 201.27º degrees, saturation: 0.51, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #357CA3 is Cyan = 0.67, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 53 | 124 | 163 | - |
| CMYK | 0.67 | 0.24 | 0 | 0.36 |
| HSL | 201.27º | 0.51% | 0.42% | - |
| HSV(B) | 201.27º | 0.67% | 0.64% | - |
| XYZ | 15.29 | 17.82 | 37.28 | - |
| YUV | 107.22 | 159.48 | 89.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 124 | 163 | 0.67 | 0.24 | 0 | 0.36 | 201.27 | 0.51 | 0.42 |
| Hex | 35 | 7C | A3 | 43 | 18 | 0 | 24 | C9 | 33 | 2A |
| Octal | 65 | 174 | 243 | 103 | 30 | 0 | 44 | 311 | 63 | 52 |
| Binary | 110101 | 1111100 | 10100011 | 1000011 | 11000 | 0 | 100100 | 11001001 | 110011 | 101010 |
Color Harmonies of #357CA3
Complementary color
Monochromatic Colors of #357CA3
Black with #357CA3
Text Example
Text Example
White with #357CA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #357CA3; }
p { color: rgb(53,124,163); }
H1.HeaderClassName
{
color: #357CA3;
}
.AnyTagClassName
{
color: #357CA3;
}
</style>
background-color css
<style>
a { background-color: #357CA3; }
a { background-color: rgb(53,124,163); }
div.DivClassName
{
background-color: #357CA3;
}
.BgClassName
{
background-color: #357CA3;
}
</style>
border-color css
<style>
span { border-color: #357CA3; }
span { border-color: rgb(53,124,163); }
td.TdClassName
{
border-color: #357CA3;
}
.TagClassName
{
border-color: #357CA3;
}
</style>