Shades of Lochmara #28699D
Tints of Lochmara #28699D
RGB
CMYK
RGB Variations
Color information
#28699D (or 0x28699D) is known color: Lochmara. HEX triplet: 28, 69 and 9D. RGB value is (40,105,157). Sum of RGB (Red+Green+Blue) = 40+105+157=302 (40% of max value = 765). Red value is 40 (16.02% from 255 or 13.25% from 302); Green value is 105 (41.41% from 255 or 34.77% from 302); Blue value is 157 (61.72% from 255 or 51.99% from 302); Max value from RGB is 157 - color contains mainly: blue. Hex color #28699D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #28699D is #D79662. Grayscale: #5B5B5B. Windows color (decimal): -14128739 or 10316072. OLE color: 10316072.
HSL color Cylindrical-coordinate representation of color #28699D: hue angle of 206.67º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #28699D is Cyan = 0.75, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 40 | 105 | 157 | - |
| CMYK | 0.75 | 0.33 | 0 | 0.38 |
| HSL | 206.67º | 0.59% | 0.39% | - |
| HSV(B) | 206.67º | 0.75% | 0.62% | - |
| XYZ | 12.01 | 12.99 | 33.77 | - |
| YUV | 91.49 | 164.97 | 91.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 105 | 157 | 0.75 | 0.33 | 0 | 0.38 | 206.67 | 0.59 | 0.39 |
| Hex | 28 | 69 | 9D | 4B | 21 | 0 | 26 | CF | 3B | 27 |
| Octal | 50 | 151 | 235 | 113 | 41 | 0 | 46 | 317 | 73 | 47 |
| Binary | 101000 | 1101001 | 10011101 | 1001011 | 100001 | 0 | 100110 | 11001111 | 111011 | 100111 |
Color Harmonies of #28699D
Complementary color
Monochromatic Colors of #28699D
Black with #28699D
Text Example
Text Example
White with #28699D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28699D; }
p { color: rgb(40,105,157); }
H1.HeaderClassName
{
color: #28699D;
}
.AnyTagClassName
{
color: #28699D;
}
</style>
background-color css
<style>
a { background-color: #28699D; }
a { background-color: rgb(40,105,157); }
div.DivClassName
{
background-color: #28699D;
}
.BgClassName
{
background-color: #28699D;
}
</style>
border-color css
<style>
span { border-color: #28699D; }
span { border-color: rgb(40,105,157); }
td.TdClassName
{
border-color: #28699D;
}
.TagClassName
{
border-color: #28699D;
}
</style>