#2B60AB

Color #2B60AB Lochmara (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lochmara #2B60AB

Tints of Lochmara #2B60AB

Color information

#2B60AB (or 0x2B60AB) is unknown color: approx Lochmara. HEX triplet: 2B, 60 and AB. RGB value is (43,96,171). Sum of RGB (Red+Green+Blue) = 43+96+171=310 (41% of max value = 765). Red value is 43 (17.19% from 255 or 13.87% from 310); Green value is 96 (37.89% from 255 or 30.97% from 310); Blue value is 171 (67.19% from 255 or 55.16% from 310); Max value from RGB is 171 - color contains mainly: blue. Hex color #2B60AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B60AB is #D49F54. Grayscale: #585858. Windows color (decimal): -13934421 or 11231275. OLE color: 11231275.

HSL color Cylindrical-coordinate representation of color #2B60AB: hue angle of 215.16º 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 #2B60AB is Cyan = 0.75, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB4396171-
CMYK0.750.4400.33
HSL215.16º59.81%41.96%-
HSV(B)215.16º74.85%67.06%-
XYZ12.5311.8240.15-
YUV88.7174.4495.4-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 43 (17.19% from 255) = 13.87%
GREEN value IS 96 (37.89% from 255) = 30.97%
BLUE value IS 171 (67.19% from 255) = 55.16%
R=13.87%
G=30.97%
B=55.16%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal43961710.750.4400.33215.1659.8141.96
Hex2B60AB4B2C021d73c2a
Octal53140253113540413277452
Binary1010111100000101010111001011101100010000111010111111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B60AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2B60AB; }

 p { color: rgb(43,96,171); }

 H1.HeaderClassName
 {
   color: #2B60AB;
 }
 .AnyTagClassName
 {
   color: #2B60AB;
 }
</style>
background-color css

<style>
 a { background-color: #2B60AB; }

 a { background-color: rgb(43,96,171); }

 div.DivClassName
 {
   background-color: #2B60AB;
 }
 .BgClassName
 {
   background-color: #2B60AB;
 }
</style>
border-color css

<style>
 span { border-color: #2B60AB; }

 span { border-color: rgb(43,96,171); }

 td.TdClassName
 {
   border-color: #2B60AB;
 }
 .TagClassName
 {
   border-color: #2B60AB;
 }
</style>