#2A73B4

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

Shades of Lochmara #2A73B4

Tints of Lochmara #2A73B4

Color information

#2A73B4 (or 0x2A73B4) is unknown color: approx Lochmara. HEX triplet: 2A, 73 and B4. RGB value is (42,115,180). Sum of RGB (Red+Green+Blue) = 42+115+180=337 (44% of max value = 765). Red value is 42 (16.80% from 255 or 12.46% from 337); Green value is 115 (45.31% from 255 or 34.12% from 337); Blue value is 180 (70.70% from 255 or 53.41% from 337); Max value from RGB is 180 - color contains mainly: blue. Hex color #2A73B4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2A73B4 is #D58C4B. Grayscale: #646464. Windows color (decimal): -13995084 or 11825962. OLE color: 11825962.

HSL color Cylindrical-coordinate representation of color #2A73B4: hue angle of 208.26º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2A73B4 is Cyan = 0.77, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB42115180-
CMYK0.770.3600.29
HSL208.26º62.16%43.53%-
HSV(B)208.26º76.67%70.59%-
XYZ15.3216.0545.47-
YUV100.58172.8286.21-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 12.46%
GREEN value IS 115 (45.31% from 255) = 34.12%
BLUE value IS 180 (70.70% from 255) = 53.41%
R=12.46%
G=34.12%
B=53.41%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal421151800.770.3600.29208.2662.1643.53
Hex2A73B44D2401Dd03e2c
Octal52163264115440353207654
Binary101010111001110110100100110110010001110111010000111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A73B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,115,180); }

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

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

 a { background-color: rgb(42,115,180); }

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

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

 span { border-color: rgb(42,115,180); }

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