Shades of Lochmara #357AA1
Tints of Lochmara #357AA1
RGB
CMYK
RGB Variations
Color information
#357AA1 (or 0x357AA1) is known color: Lochmara. HEX triplet: 35, 7A and A1. RGB value is (53,122,161). Sum of RGB (Red+Green+Blue) = 53+122+161=336 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.77% from 336); Green value is 122 (48.05% from 255 or 36.31% from 336); Blue value is 161 (63.28% from 255 or 47.92% from 336); Max value from RGB is 161 - color contains mainly: blue. Hex color #357AA1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #357AA1 is #CA855E. Grayscale: #696969. Windows color (decimal): -13272415 or 10582581. OLE color: 10582581.
HSL color Cylindrical-coordinate representation of color #357AA1: hue angle of 201.67º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #357AA1 is Cyan = 0.67, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 53 | 122 | 161 | - |
| CMYK | 0.67 | 0.24 | 0 | 0.37 |
| HSL | 201.67º | 0.5% | 0.42% | - |
| HSV(B) | 201.67º | 0.67% | 0.63% | - |
| XYZ | 14.86 | 17.25 | 36.26 | - |
| YUV | 105.82 | 159.14 | 90.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 122 | 161 | 0.67 | 0.24 | 0 | 0.37 | 201.67 | 0.5 | 0.42 |
| Hex | 35 | 7A | A1 | 43 | 18 | 0 | 25 | CA | 32 | 2A |
| Octal | 65 | 172 | 241 | 103 | 30 | 0 | 45 | 312 | 62 | 52 |
| Binary | 110101 | 1111010 | 10100001 | 1000011 | 11000 | 0 | 100101 | 11001010 | 110010 | 101010 |
Color Harmonies of #357AA1
Complementary color
Monochromatic Colors of #357AA1
Black with #357AA1
Text Example
Text Example
White with #357AA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #357AA1; }
p { color: rgb(53,122,161); }
H1.HeaderClassName
{
color: #357AA1;
}
.AnyTagClassName
{
color: #357AA1;
}
</style>
background-color css
<style>
a { background-color: #357AA1; }
a { background-color: rgb(53,122,161); }
div.DivClassName
{
background-color: #357AA1;
}
.BgClassName
{
background-color: #357AA1;
}
</style>
border-color css
<style>
span { border-color: #357AA1; }
span { border-color: rgb(53,122,161); }
td.TdClassName
{
border-color: #357AA1;
}
.TagClassName
{
border-color: #357AA1;
}
</style>