Shades of Lochmara #2B73A4
Tints of Lochmara #2B73A4
RGB
CMYK
RGB Variations
Color information
#2B73A4 (or 0x2B73A4) is known color: Lochmara. HEX triplet: 2B, 73 and A4. RGB value is (43,115,164). Sum of RGB (Red+Green+Blue) = 43+115+164=322 (42% of max value = 765). Red value is 43 (17.19% from 255 or 13.35% from 322); Green value is 115 (45.31% from 255 or 35.71% from 322); Blue value is 164 (64.45% from 255 or 50.93% from 322); Max value from RGB is 164 - color contains mainly: blue. Hex color #2B73A4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B73A4 is #D48C5B. Grayscale: #626262. Windows color (decimal): -13929564 or 10777387. OLE color: 10777387.
HSL color Cylindrical-coordinate representation of color #2B73A4: hue angle of 204.3º degrees, saturation: 0.58, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2B73A4 is Cyan = 0.74, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 43 | 115 | 164 | - |
| CMYK | 0.74 | 0.30 | 0 | 0.36 |
| HSL | 204.3º | 0.58% | 0.41% | - |
| HSV(B) | 204.3º | 0.74% | 0.64% | - |
| XYZ | 13.83 | 15.46 | 37.38 | - |
| YUV | 99.06 | 164.65 | 88.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 115 | 164 | 0.74 | 0.30 | 0 | 0.36 | 204.3 | 0.58 | 0.41 |
| Hex | 2B | 73 | A4 | 4A | 1E | 0 | 24 | CC | 3A | 29 |
| Octal | 53 | 163 | 244 | 112 | 36 | 0 | 44 | 314 | 72 | 51 |
| Binary | 101011 | 1110011 | 10100100 | 1001010 | 11110 | 0 | 100100 | 11001100 | 111010 | 101001 |
Color Harmonies of #2B73A4
Complementary color
Monochromatic Colors of #2B73A4
Black with #2B73A4
Text Example
Text Example
White with #2B73A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B73A4; }
p { color: rgb(43,115,164); }
H1.HeaderClassName
{
color: #2B73A4;
}
.AnyTagClassName
{
color: #2B73A4;
}
</style>
background-color css
<style>
a { background-color: #2B73A4; }
a { background-color: rgb(43,115,164); }
div.DivClassName
{
background-color: #2B73A4;
}
.BgClassName
{
background-color: #2B73A4;
}
</style>
border-color css
<style>
span { border-color: #2B73A4; }
span { border-color: rgb(43,115,164); }
td.TdClassName
{
border-color: #2B73A4;
}
.TagClassName
{
border-color: #2B73A4;
}
</style>