#2A7AAE

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

Shades of Lochmara #2A7AAE

Tints of Lochmara #2A7AAE

Color information

#2A7AAE (or 0x2A7AAE) is unknown color: approx Lochmara. HEX triplet: 2A, 7A and AE. RGB value is (42,122,174). Sum of RGB (Red+Green+Blue) = 42+122+174=338 (44% of max value = 765). Red value is 42 (16.80% from 255 or 12.43% from 338); Green value is 122 (48.05% from 255 or 36.09% from 338); Blue value is 174 (68.36% from 255 or 51.48% from 338); Max value from RGB is 174 - color contains mainly: blue. Hex color #2A7AAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2A7AAE is #D58551. Grayscale: #676767. Windows color (decimal): -13993298 or 11434538. OLE color: 11434538.

HSL color Cylindrical-coordinate representation of color #2A7AAE: hue angle of 203.64º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2A7AAE is Cyan = 0.76, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB42122174-
CMYK0.760.3000.32
HSL203.64º61.11%42.35%-
HSV(B)203.64º75.86%68.24%-
XYZ15.5517.4742.6-
YUV104.01167.583.77-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 12.43%
GREEN value IS 122 (48.05% from 255) = 36.09%
BLUE value IS 174 (68.36% from 255) = 51.48%
R=12.43%
G=36.09%
B=51.48%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal421221740.760.3000.32203.6461.1142.35
Hex2A7AAE4C1E020cc3d2a
Octal52172256114360403147552
Binary101010111101010101110100110011110010000011001100111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A7AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,122,174); }

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

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

 a { background-color: rgb(42,122,174); }

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

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

 span { border-color: rgb(42,122,174); }

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