Shades of Lochmara #357BA4
Tints of Lochmara #357BA4
RGB
CMYK
RGB Variations
Color information
#357BA4 (or 0x357BA4) is known color: Lochmara. HEX triplet: 35, 7B and A4. RGB value is (53,123,164). Sum of RGB (Red+Green+Blue) = 53+123+164=340 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.59% from 340); Green value is 123 (48.44% from 255 or 36.18% from 340); Blue value is 164 (64.45% from 255 or 48.24% from 340); Max value from RGB is 164 - color contains mainly: blue. Hex color #357BA4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #357BA4 is #CA845B. Grayscale: #6A6A6A. Windows color (decimal): -13272156 or 10779445. OLE color: 10779445.
HSL color Cylindrical-coordinate representation of color #357BA4: hue angle of 202.16º degrees, saturation: 0.51, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #357BA4 is Cyan = 0.68, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 53 | 123 | 164 | - |
| CMYK | 0.68 | 0.25 | 0 | 0.36 |
| HSL | 202.16º | 0.51% | 0.43% | - |
| HSV(B) | 202.16º | 0.68% | 0.64% | - |
| XYZ | 15.25 | 17.6 | 37.72 | - |
| YUV | 106.74 | 160.31 | 89.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 123 | 164 | 0.68 | 0.25 | 0 | 0.36 | 202.16 | 0.51 | 0.43 |
| Hex | 35 | 7B | A4 | 44 | 19 | 0 | 24 | CA | 33 | 2B |
| Octal | 65 | 173 | 244 | 104 | 31 | 0 | 44 | 312 | 63 | 53 |
| Binary | 110101 | 1111011 | 10100100 | 1000100 | 11001 | 0 | 100100 | 11001010 | 110011 | 101011 |
Color Harmonies of #357BA4
Complementary color
Monochromatic Colors of #357BA4
Black with #357BA4
Text Example
Text Example
White with #357BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #357BA4; }
p { color: rgb(53,123,164); }
H1.HeaderClassName
{
color: #357BA4;
}
.AnyTagClassName
{
color: #357BA4;
}
</style>
background-color css
<style>
a { background-color: #357BA4; }
a { background-color: rgb(53,123,164); }
div.DivClassName
{
background-color: #357BA4;
}
.BgClassName
{
background-color: #357BA4;
}
</style>
border-color css
<style>
span { border-color: #357BA4; }
span { border-color: rgb(53,123,164); }
td.TdClassName
{
border-color: #357BA4;
}
.TagClassName
{
border-color: #357BA4;
}
</style>