#2964AA

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

Shades of Lochmara #2964AA

Tints of Lochmara #2964AA

Color information

#2964AA (or 0x2964AA) is unknown color: approx Lochmara. HEX triplet: 29, 64 and AA. RGB value is (41,100,170). Sum of RGB (Red+Green+Blue) = 41+100+170=311 (41% of max value = 765). Red value is 41 (16.41% from 255 or 13.18% from 311); Green value is 100 (39.45% from 255 or 32.15% from 311); Blue value is 170 (66.80% from 255 or 54.66% from 311); Max value from RGB is 170 - color contains mainly: blue. Hex color #2964AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2964AA is #D69B55. Grayscale: #5A5A5A. Windows color (decimal): -14064470 or 11166761. OLE color: 11166761.

HSL color Cylindrical-coordinate representation of color #2964AA: hue angle of 212.56º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2964AA is Cyan = 0.76, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB41100170-
CMYK0.760.4100.33
HSL212.56º61.14%41.37%-
HSV(B)212.56º75.88%66.67%-
XYZ12.7312.4939.77-
YUV90.34172.9592.81-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.18%
GREEN value IS 100 (39.45% from 255) = 32.15%
BLUE value IS 170 (66.80% from 255) = 54.66%
R=13.18%
G=32.15%
B=54.66%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal411001700.760.4100.33212.5661.1441.37
Hex2964AA4C29021d53d29
Octal51144252114510413257551
Binary1010011100100101010101001100101001010000111010101111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2964AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2964AA; }

 p { color: rgb(41,100,170); }

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

<style>
 a { background-color: #2964AA; }

 a { background-color: rgb(41,100,170); }

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

<style>
 span { border-color: #2964AA; }

 span { border-color: rgb(41,100,170); }

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