#2960AC

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

Shades of Lochmara #2960AC

Tints of Lochmara #2960AC

Color information

#2960AC (or 0x2960AC) is unknown color: approx Lochmara. HEX triplet: 29, 60 and AC. RGB value is (41,96,172). Sum of RGB (Red+Green+Blue) = 41+96+172=309 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.27% from 309); Green value is 96 (37.89% from 255 or 31.07% from 309); Blue value is 172 (67.58% from 255 or 55.66% from 309); Max value from RGB is 172 - color contains mainly: blue. Hex color #2960AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2960AC is #D69F53. Grayscale: #575757. Windows color (decimal): -14065492 or 11296809. OLE color: 11296809.

HSL color Cylindrical-coordinate representation of color #2960AC: hue angle of 214.81º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2960AC is Cyan = 0.76, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB4196172-
CMYK0.760.4400.33
HSL214.81º61.5%41.76%-
HSV(B)214.81º76.16%67.45%-
XYZ12.5411.8240.65-
YUV88.22175.2894.32-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.27%
GREEN value IS 96 (37.89% from 255) = 31.07%
BLUE value IS 172 (67.58% from 255) = 55.66%
R=13.27%
G=31.07%
B=55.66%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal41961720.760.4400.33214.8161.541.76
Hex2960AC4C2C021d73e2a
Octal51140254114540413277652
Binary1010011100000101011001001100101100010000111010111111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2960AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2960AC; }

 p { color: rgb(41,96,172); }

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

<style>
 a { background-color: #2960AC; }

 a { background-color: rgb(41,96,172); }

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

<style>
 span { border-color: #2960AC; }

 span { border-color: rgb(41,96,172); }

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