#2A7EAB

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

Shades of Lochmara #2A7EAB

Tints of Lochmara #2A7EAB

Color information

#2A7EAB (or 0x2A7EAB) is unknown color: approx Lochmara. HEX triplet: 2A, 7E and AB. RGB value is (42,126,171). Sum of RGB (Red+Green+Blue) = 42+126+171=339 (44% of max value = 765). Red value is 42 (16.80% from 255 or 12.39% from 339); Green value is 126 (49.61% from 255 or 37.17% from 339); Blue value is 171 (67.19% from 255 or 50.44% from 339); Max value from RGB is 171 - color contains mainly: blue. Hex color #2A7EAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2A7EAB is #D58154. Grayscale: #696969. Windows color (decimal): -13992277 or 11238954. OLE color: 11238954.

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

Color convert

RGB42126171-
CMYK0.750.2600.33
HSL200.93º60.56%41.76%-
HSV(B)200.93º75.44%67.06%-
XYZ15.7718.3541.24-
YUV106.01164.6782.34-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 12.39%
GREEN value IS 126 (49.61% from 255) = 37.17%
BLUE value IS 171 (67.19% from 255) = 50.44%
R=12.39%
G=37.17%
B=50.44%

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
Decimal421261710.750.2600.33200.9360.5641.76
Hex2A7EAB4B1A021c93d2a
Octal52176253113320413117552
Binary101010111111010101011100101111010010000111001001111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A7EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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