Shades of Lochmara #285CA2
Tints of Lochmara #285CA2
RGB
CMYK
RGB Variations
Color information
#285CA2 (or 0x285CA2) is known color: Lochmara. HEX triplet: 28, 5C and A2. RGB value is (40,92,162). Sum of RGB (Red+Green+Blue) = 40+92+162=294 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.61% from 294); Green value is 92 (36.33% from 255 or 31.29% from 294); Blue value is 162 (63.67% from 255 or 55.10% from 294); Max value from RGB is 162 - color contains mainly: blue. Hex color #285CA2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #285CA2 is #D7A35D. Grayscale: #545454. Windows color (decimal): -14132062 or 10640424. OLE color: 10640424.
HSL color Cylindrical-coordinate representation of color #285CA2: hue angle of 214.43º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #285CA2 is Cyan = 0.75, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 40 | 92 | 162 | - |
| CMYK | 0.75 | 0.43 | 0 | 0.36 |
| HSL | 214.43º | 0.6% | 0.4% | - |
| HSV(B) | 214.43º | 0.75% | 0.64% | - |
| XYZ | 11.22 | 10.71 | 35.66 | - |
| YUV | 84.43 | 171.77 | 96.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 92 | 162 | 0.75 | 0.43 | 0 | 0.36 | 214.43 | 0.6 | 0.4 |
| Hex | 28 | 5C | A2 | 4B | 2B | 0 | 24 | D6 | 3C | 28 |
| Octal | 50 | 134 | 242 | 113 | 53 | 0 | 44 | 326 | 74 | 50 |
| Binary | 101000 | 1011100 | 10100010 | 1001011 | 101011 | 0 | 100100 | 11010110 | 111100 | 101000 |
Color Harmonies of #285CA2
Complementary color
Monochromatic Colors of #285CA2
Black with #285CA2
Text Example
Text Example
White with #285CA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285CA2; }
p { color: rgb(40,92,162); }
H1.HeaderClassName
{
color: #285CA2;
}
.AnyTagClassName
{
color: #285CA2;
}
</style>
background-color css
<style>
a { background-color: #285CA2; }
a { background-color: rgb(40,92,162); }
div.DivClassName
{
background-color: #285CA2;
}
.BgClassName
{
background-color: #285CA2;
}
</style>
border-color css
<style>
span { border-color: #285CA2; }
span { border-color: rgb(40,92,162); }
td.TdClassName
{
border-color: #285CA2;
}
.TagClassName
{
border-color: #285CA2;
}
</style>