#2A7AA4

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

Shades of Lochmara #2A7AA4

Tints of Lochmara #2A7AA4

Color information

#2A7AA4 (or 0x2A7AA4) is unknown color: approx Lochmara. HEX triplet: 2A, 7A and A4. RGB value is (42,122,164). Sum of RGB (Red+Green+Blue) = 42+122+164=328 (43% of max value = 765). Red value is 42 (16.80% from 255 or 12.80% from 328); Green value is 122 (48.05% from 255 or 37.20% from 328); Blue value is 164 (64.45% from 255 or 50% from 328); Max value from RGB is 164 - color contains mainly: blue. Hex color #2A7AA4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2A7AA4 is #D5855B. Grayscale: #666666. Windows color (decimal): -13993308 or 10779178. OLE color: 10779178.

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

Color convert

RGB42122164-
CMYK0.740.2600.36
HSL200.66º59.22%40.39%-
HSV(B)200.66º74.39%64.31%-
XYZ14.6217.0937.65-
YUV102.87162.584.58-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 12.80%
GREEN value IS 122 (48.05% from 255) = 37.20%
BLUE value IS 164 (64.45% from 255) = 50%
R=12.80%
G=37.20%
B=50%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal421221640.740.2600.36200.6659.2240.39
Hex2A7AA44A1A024c93b28
Octal52172244112320443117350
Binary101010111101010100100100101011010010010011001001111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A7AA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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