Shades of Lochmara #285DAA
Tints of Lochmara #285DAA
RGB
CMYK
RGB Variations
Color information
#285DAA (or 0x285DAA) is known color: Lochmara. HEX triplet: 28, 5D and AA. RGB value is (40,93,170). Sum of RGB (Red+Green+Blue) = 40+93+170=303 (40% of max value = 765). Red value is 40 (16.02% from 255 or 13.20% from 303); Green value is 93 (36.72% from 255 or 30.69% from 303); Blue value is 170 (66.80% from 255 or 56.11% from 303); Max value from RGB is 170 - color contains mainly: blue. Hex color #285DAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #285DAA is #D7A255. Grayscale: #555555. Windows color (decimal): -14131798 or 11164968. OLE color: 11164968.
HSL color Cylindrical-coordinate representation of color #285DAA: hue angle of 215.54º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #285DAA is Cyan = 0.76, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 40 | 93 | 170 | - |
| CMYK | 0.76 | 0.45 | 0 | 0.33 |
| HSL | 215.54º | 0.62% | 0.41% | - |
| HSV(B) | 215.54º | 0.76% | 0.67% | - |
| XYZ | 12.05 | 11.18 | 39.55 | - |
| YUV | 85.93 | 175.44 | 95.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 93 | 170 | 0.76 | 0.45 | 0 | 0.33 | 215.54 | 0.62 | 0.41 |
| Hex | 28 | 5D | AA | 4C | 2D | 0 | 21 | D8 | 3E | 29 |
| Octal | 50 | 135 | 252 | 114 | 55 | 0 | 41 | 330 | 76 | 51 |
| Binary | 101000 | 1011101 | 10101010 | 1001100 | 101101 | 0 | 100001 | 11011000 | 111110 | 101001 |
Color Harmonies of #285DAA
Complementary color
Monochromatic Colors of #285DAA
Black with #285DAA
Text Example
Text Example
White with #285DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285DAA; }
p { color: rgb(40,93,170); }
H1.HeaderClassName
{
color: #285DAA;
}
.AnyTagClassName
{
color: #285DAA;
}
</style>
background-color css
<style>
a { background-color: #285DAA; }
a { background-color: rgb(40,93,170); }
div.DivClassName
{
background-color: #285DAA;
}
.BgClassName
{
background-color: #285DAA;
}
</style>
border-color css
<style>
span { border-color: #285DAA; }
span { border-color: rgb(40,93,170); }
td.TdClassName
{
border-color: #285DAA;
}
.TagClassName
{
border-color: #285DAA;
}
</style>