#2A76AB

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

Shades of Lochmara #2A76AB

Tints of Lochmara #2A76AB

Color information

#2A76AB (or 0x2A76AB) is unknown color: approx Lochmara. HEX triplet: 2A, 76 and AB. RGB value is (42,118,171). Sum of RGB (Red+Green+Blue) = 42+118+171=331 (43% of max value = 765). Red value is 42 (16.80% from 255 or 12.69% from 331); Green value is 118 (46.48% from 255 or 35.65% from 331); Blue value is 171 (67.19% from 255 or 51.66% from 331); Max value from RGB is 171 - color contains mainly: blue. Hex color #2A76AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2A76AB is #D58954. Grayscale: #656565. Windows color (decimal): -13994325 or 11236906. OLE color: 11236906.

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

Color convert

RGB42118171-
CMYK0.750.3100.33
HSL204.65º60.56%41.76%-
HSV(B)204.65º75.44%67.06%-
XYZ14.7816.3940.91-
YUV101.32167.3285.69-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 12.69%
GREEN value IS 118 (46.48% from 255) = 35.65%
BLUE value IS 171 (67.19% from 255) = 51.66%
R=12.69%
G=35.65%
B=51.66%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal421181710.750.3100.33204.6560.5641.76
Hex2A76AB4B1F021cd3d2a
Octal52166253113370413157552
Binary101010111011010101011100101111111010000111001101111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A76AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,118,171); }

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

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

 a { background-color: rgb(42,118,171); }

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

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

 span { border-color: rgb(42,118,171); }

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