Shades of Lochmara #28669B
Tints of Lochmara #28669B
RGB
CMYK
RGB Variations
Color information
#28669B (or 0x28669B) is known color: Lochmara. HEX triplet: 28, 66 and 9B. RGB value is (40,102,155). Sum of RGB (Red+Green+Blue) = 40+102+155=297 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.47% from 297); Green value is 102 (40.23% from 255 or 34.34% from 297); Blue value is 155 (60.94% from 255 or 52.19% from 297); Max value from RGB is 155 - color contains mainly: blue. Hex color #28669B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #28669B is #D79964. Grayscale: #595959. Windows color (decimal): -14129509 or 10184232. OLE color: 10184232.
HSL color Cylindrical-coordinate representation of color #28669B: hue angle of 207.65º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #28669B is Cyan = 0.74, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 40 | 102 | 155 | - |
| CMYK | 0.74 | 0.34 | 0 | 0.39 |
| HSL | 207.65º | 0.59% | 0.38% | - |
| HSV(B) | 207.65º | 0.74% | 0.61% | - |
| XYZ | 11.54 | 12.32 | 32.78 | - |
| YUV | 89.5 | 164.96 | 92.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 102 | 155 | 0.74 | 0.34 | 0 | 0.39 | 207.65 | 0.59 | 0.38 |
| Hex | 28 | 66 | 9B | 4A | 22 | 0 | 27 | D0 | 3B | 26 |
| Octal | 50 | 146 | 233 | 112 | 42 | 0 | 47 | 320 | 73 | 46 |
| Binary | 101000 | 1100110 | 10011011 | 1001010 | 100010 | 0 | 100111 | 11010000 | 111011 | 100110 |
Color Harmonies of #28669B
Complementary color
Monochromatic Colors of #28669B
Black with #28669B
Text Example
Text Example
White with #28669B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28669B; }
p { color: rgb(40,102,155); }
H1.HeaderClassName
{
color: #28669B;
}
.AnyTagClassName
{
color: #28669B;
}
</style>
background-color css
<style>
a { background-color: #28669B; }
a { background-color: rgb(40,102,155); }
div.DivClassName
{
background-color: #28669B;
}
.BgClassName
{
background-color: #28669B;
}
</style>
border-color css
<style>
span { border-color: #28669B; }
span { border-color: rgb(40,102,155); }
td.TdClassName
{
border-color: #28669B;
}
.TagClassName
{
border-color: #28669B;
}
</style>