Shades of Lochmara #2B74A2
Tints of Lochmara #2B74A2
RGB
CMYK
RGB Variations
Color information
#2B74A2 (or 0x2B74A2) is known color: Lochmara. HEX triplet: 2B, 74 and A2. RGB value is (43,116,162). Sum of RGB (Red+Green+Blue) = 43+116+162=321 (42% of max value = 765). Red value is 43 (17.19% from 255 or 13.40% from 321); Green value is 116 (45.70% from 255 or 36.14% from 321); Blue value is 162 (63.67% from 255 or 50.47% from 321); Max value from RGB is 162 - color contains mainly: blue. Hex color #2B74A2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B74A2 is #D48B5D. Grayscale: #636363. Windows color (decimal): -13929310 or 10646571. OLE color: 10646571.
HSL color Cylindrical-coordinate representation of color #2B74A2: hue angle of 203.19º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2B74A2 is Cyan = 0.73, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
RGB | 43 | 116 | 162 | - |
CMYK | 0.73 | 0.28 | 0 | 0.36 |
HSL | 203.19º | 0.58% | 0.4% | - |
HSV(B) | 203.19º | 0.73% | 0.64% | - |
XYZ | 13.76 | 15.61 | 36.47 | - |
YUV | 99.42 | 163.32 | 87.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 43 | 116 | 162 | 0.73 | 0.28 | 0 | 0.36 | 203.19 | 0.58 | 0.4 |
Hex | 2B | 74 | A2 | 49 | 1C | 0 | 24 | CB | 3A | 28 |
Octal | 53 | 164 | 242 | 111 | 34 | 0 | 44 | 313 | 72 | 50 |
Binary | 101011 | 1110100 | 10100010 | 1001001 | 11100 | 0 | 100100 | 11001011 | 111010 | 101000 |
Color Harmonies of #2B74A2
Complementary color
Monochromatic Colors of #2B74A2
Black with #2B74A2
Text Example
Text Example
White with #2B74A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B74A2; }
p { color: rgb(43,116,162); }
H1.HeaderClassName
{
color: #2B74A2;
}
.AnyTagClassName
{
color: #2B74A2;
}
</style>
background-color css
<style>
a { background-color: #2B74A2; }
a { background-color: rgb(43,116,162); }
div.DivClassName
{
background-color: #2B74A2;
}
.BgClassName
{
background-color: #2B74A2;
}
</style>
border-color css
<style>
span { border-color: #2B74A2; }
span { border-color: rgb(43,116,162); }
td.TdClassName
{
border-color: #2B74A2;
}
.TagClassName
{
border-color: #2B74A2;
}
</style>