#2A72AA

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

Shades of Lochmara #2A72AA

Tints of Lochmara #2A72AA

Color information

#2A72AA (or 0x2A72AA) is unknown color: approx Lochmara. HEX triplet: 2A, 72 and AA. RGB value is (42,114,170). Sum of RGB (Red+Green+Blue) = 42+114+170=326 (43% of max value = 765). Red value is 42 (16.80% from 255 or 12.88% from 326); Green value is 114 (44.92% from 255 or 34.97% from 326); Blue value is 170 (66.80% from 255 or 52.15% from 326); Max value from RGB is 170 - color contains mainly: blue. Hex color #2A72AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2A72AA is #D58D55. Grayscale: #626262. Windows color (decimal): -13995350 or 11170346. OLE color: 11170346.

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

Color convert

RGB42114170-
CMYK0.750.3300.33
HSL206.25º60.38%41.57%-
HSV(B)206.25º75.29%66.67%-
XYZ14.2315.4340.26-
YUV98.86168.1587.45-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 12.88%
GREEN value IS 114 (44.92% from 255) = 34.97%
BLUE value IS 170 (66.80% from 255) = 52.15%
R=12.88%
G=34.97%
B=52.15%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal421141700.750.3300.33206.2560.3841.57
Hex2A72AA4B21021ce3c2a
Octal52162252113410413167452
Binary1010101110010101010101001011100001010000111001110111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A72AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,114,170); }

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

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

 a { background-color: rgb(42,114,170); }

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

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

 span { border-color: rgb(42,114,170); }

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