#2A7FAB

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

Shades of Lochmara #2A7FAB

Tints of Lochmara #2A7FAB

Color information

#2A7FAB (or 0x2A7FAB) is unknown color: approx Lochmara. HEX triplet: 2A, 7F and AB. RGB value is (42,127,171). Sum of RGB (Red+Green+Blue) = 42+127+171=340 (45% of max value = 765). Red value is 42 (16.80% from 255 or 12.35% from 340); Green value is 127 (50% from 255 or 37.35% 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 #2A7FAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2A7FAB is #D58054. Grayscale: #6A6A6A. Windows color (decimal): -13992021 or 11239210. OLE color: 11239210.

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

Color convert

RGB42127171-
CMYK0.750.2600.33
HSL200.47º60.56%41.76%-
HSV(B)200.47º75.44%67.06%-
XYZ15.8918.6141.28-
YUV106.6164.3481.92-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 12.35%
GREEN value IS 127 (50% from 255) = 37.35%
BLUE value IS 171 (67.19% from 255) = 50.29%
R=12.35%
G=37.35%
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
Decimal421271710.750.2600.33200.4760.5641.76
Hex2A7FAB4B1A021c83d2a
Octal52177253113320413107552
Binary101010111111110101011100101111010010000111001000111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A7FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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