#2B7EAB

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

Shades of Lochmara #2B7EAB

Tints of Lochmara #2B7EAB

Color information

#2B7EAB (or 0x2B7EAB) is unknown color: approx Lochmara. HEX triplet: 2B, 7E and AB. RGB value is (43,126,171). Sum of RGB (Red+Green+Blue) = 43+126+171=340 (45% of max value = 765). Red value is 43 (17.19% from 255 or 12.65% from 340); Green value is 126 (49.61% from 255 or 37.06% from 340); Blue value is 171 (67.19% from 255 or 50.29% from 340); Max value from RGB is 171 - color contains mainly: blue. Hex color #2B7EAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B7EAB is #D48154. Grayscale: #6A6A6A. Windows color (decimal): -13926741 or 11238955. OLE color: 11238955.

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

Color convert

RGB43126171-
CMYK0.750.2600.33
HSL201.09º59.81%41.96%-
HSV(B)201.09º74.85%67.06%-
XYZ15.8118.3841.24-
YUV106.31164.582.84-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 12.65%
GREEN value IS 126 (49.61% from 255) = 37.06%
BLUE value IS 171 (67.19% from 255) = 50.29%
R=12.65%
G=37.06%
B=50.29%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal431261710.750.2600.33201.0959.8141.96
Hex2B7EAB4B1A021c93c2a
Octal53176253113320413117452
Binary101011111111010101011100101111010010000111001001111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B7EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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