#2A76AE

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

Shades of Lochmara #2A76AE

Tints of Lochmara #2A76AE

Color information

#2A76AE (or 0x2A76AE) is unknown color: approx Lochmara. HEX triplet: 2A, 76 and AE. RGB value is (42,118,174). Sum of RGB (Red+Green+Blue) = 42+118+174=334 (44% of max value = 765). Red value is 42 (16.80% from 255 or 12.57% from 334); Green value is 118 (46.48% from 255 or 35.33% from 334); Blue value is 174 (68.36% from 255 or 52.10% from 334); Max value from RGB is 174 - color contains mainly: blue. Hex color #2A76AE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2A76AE is #D58951. Grayscale: #656565. Windows color (decimal): -13994322 or 11433514. OLE color: 11433514.

HSL color Cylindrical-coordinate representation of color #2A76AE: hue angle of 205.45º 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 #2A76AE is Cyan = 0.76, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB42118174-
CMYK0.760.3200.32
HSL205.45º61.11%42.35%-
HSV(B)205.45º75.86%68.24%-
XYZ15.0716.5142.44-
YUV101.66168.8285.45-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 12.57%
GREEN value IS 118 (46.48% from 255) = 35.33%
BLUE value IS 174 (68.36% from 255) = 52.10%
R=12.57%
G=35.33%
B=52.10%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal421181740.760.3200.32205.4561.1142.35
Hex2A76AE4C20020cd3d2a
Octal52166256114400403157552
Binary1010101110110101011101001100100000010000011001101111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A76AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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