Shades of Lochmara #2B669A
Tints of Lochmara #2B669A
RGB
CMYK
RGB Variations
Color information
#2B669A (or 0x2B669A) is known color: Lochmara. HEX triplet: 2B, 66 and 9A. RGB value is (43,102,154). Sum of RGB (Red+Green+Blue) = 43+102+154=299 (39% of max value = 765). Red value is 43 (17.19% from 255 or 14.38% from 299); Green value is 102 (40.23% from 255 or 34.11% from 299); Blue value is 154 (60.55% from 255 or 51.51% from 299); Max value from RGB is 154 - color contains mainly: blue. Hex color #2B669A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B669A is #D49965. Grayscale: #5A5A5A. Windows color (decimal): -13932902 or 10118699. OLE color: 10118699.
HSL color Cylindrical-coordinate representation of color #2B669A: hue angle of 208.11º degrees, saturation: 0.56, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2B669A is Cyan = 0.72, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 43 | 102 | 154 | - |
| CMYK | 0.72 | 0.34 | 0 | 0.40 |
| HSL | 208.11º | 0.56% | 0.39% | - |
| HSV(B) | 208.11º | 0.72% | 0.6% | - |
| XYZ | 11.58 | 12.35 | 32.35 | - |
| YUV | 90.29 | 163.95 | 94.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 102 | 154 | 0.72 | 0.34 | 0 | 0.40 | 208.11 | 0.56 | 0.39 |
| Hex | 2B | 66 | 9A | 48 | 22 | 0 | 28 | D0 | 38 | 27 |
| Octal | 53 | 146 | 232 | 110 | 42 | 0 | 50 | 320 | 70 | 47 |
| Binary | 101011 | 1100110 | 10011010 | 1001000 | 100010 | 0 | 101000 | 11010000 | 111000 | 100111 |
Color Harmonies of #2B669A
Complementary color
Monochromatic Colors of #2B669A
Black with #2B669A
Text Example
Text Example
White with #2B669A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B669A; }
p { color: rgb(43,102,154); }
H1.HeaderClassName
{
color: #2B669A;
}
.AnyTagClassName
{
color: #2B669A;
}
</style>
background-color css
<style>
a { background-color: #2B669A; }
a { background-color: rgb(43,102,154); }
div.DivClassName
{
background-color: #2B669A;
}
.BgClassName
{
background-color: #2B669A;
}
</style>
border-color css
<style>
span { border-color: #2B669A; }
span { border-color: rgb(43,102,154); }
td.TdClassName
{
border-color: #2B669A;
}
.TagClassName
{
border-color: #2B669A;
}
</style>