Shades of Lochmara #2B5FAC
Tints of Lochmara #2B5FAC
RGB
CMYK
RGB Variations
Color information
#2B5FAC (or 0x2B5FAC) is known color: Lochmara. HEX triplet: 2B, 5F and AC. RGB value is (43,95,172). Sum of RGB (Red+Green+Blue) = 43+95+172=310 (41% of max value = 765). Red value is 43 (17.19% from 255 or 13.87% from 310); Green value is 95 (37.5% from 255 or 30.65% from 310); Blue value is 172 (67.58% from 255 or 55.48% from 310); Max value from RGB is 172 - color contains mainly: blue. Hex color #2B5FAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B5FAC is #D4A053. Grayscale: #575757. Windows color (decimal): -13934676 or 11296555. OLE color: 11296555.
HSL color Cylindrical-coordinate representation of color #2B5FAC: hue angle of 215.81º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2B5FAC is Cyan = 0.75, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 43 | 95 | 172 | - |
| CMYK | 0.75 | 0.45 | 0 | 0.33 |
| HSL | 215.81º | 0.6% | 0.42% | - |
| HSV(B) | 215.81º | 0.75% | 0.67% | - |
| XYZ | 12.53 | 11.68 | 40.62 | - |
| YUV | 88.23 | 175.27 | 95.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 95 | 172 | 0.75 | 0.45 | 0 | 0.33 | 215.81 | 0.6 | 0.42 |
| Hex | 2B | 5F | AC | 4B | 2D | 0 | 21 | D8 | 3C | 2A |
| Octal | 53 | 137 | 254 | 113 | 55 | 0 | 41 | 330 | 74 | 52 |
| Binary | 101011 | 1011111 | 10101100 | 1001011 | 101101 | 0 | 100001 | 11011000 | 111100 | 101010 |
Color Harmonies of #2B5FAC
Complementary color
Monochromatic Colors of #2B5FAC
Black with #2B5FAC
Text Example
Text Example
White with #2B5FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B5FAC; }
p { color: rgb(43,95,172); }
H1.HeaderClassName
{
color: #2B5FAC;
}
.AnyTagClassName
{
color: #2B5FAC;
}
</style>
background-color css
<style>
a { background-color: #2B5FAC; }
a { background-color: rgb(43,95,172); }
div.DivClassName
{
background-color: #2B5FAC;
}
.BgClassName
{
background-color: #2B5FAC;
}
</style>
border-color css
<style>
span { border-color: #2B5FAC; }
span { border-color: rgb(43,95,172); }
td.TdClassName
{
border-color: #2B5FAC;
}
.TagClassName
{
border-color: #2B5FAC;
}
</style>