#2A6EA2

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

Shades of Lochmara #2A6EA2

Tints of Lochmara #2A6EA2

Color information

#2A6EA2 (or 0x2A6EA2) is unknown color: approx Lochmara. HEX triplet: 2A, 6E and A2. RGB value is (42,110,162). Sum of RGB (Red+Green+Blue) = 42+110+162=314 (41% of max value = 765). Red value is 42 (16.80% from 255 or 13.38% from 314); Green value is 110 (43.36% from 255 or 35.03% from 314); Blue value is 162 (63.67% from 255 or 51.59% from 314); Max value from RGB is 162 - color contains mainly: blue. Hex color #2A6EA2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2A6EA2 is #D5915D. Grayscale: #5F5F5F. Windows color (decimal): -13996382 or 10645034. OLE color: 10645034.

HSL color Cylindrical-coordinate representation of color #2A6EA2: hue angle of 206º degrees, saturation: 0.59, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2A6EA2 is Cyan = 0.74, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB42110162-
CMYK0.740.3200.36
HSL206º58.82%40%-
HSV(B)206º74.07%63.53%-
XYZ13.0514.2536.25-
YUV95.6165.4789.77-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 13.38%
GREEN value IS 110 (43.36% from 255) = 35.03%
BLUE value IS 162 (63.67% from 255) = 51.59%
R=13.38%
G=35.03%
B=51.59%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal421101620.740.3200.3620658.8240
Hex2A6EA24A20024ce3b28
Octal52156242112400443167350
Binary1010101101110101000101001010100000010010011001110111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A6EA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,110,162); }

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

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

 a { background-color: rgb(42,110,162); }

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

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

 span { border-color: rgb(42,110,162); }

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