#2963AA

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

Shades of Lochmara #2963AA

Tints of Lochmara #2963AA

Color information

#2963AA (or 0x2963AA) is unknown color: approx Lochmara. HEX triplet: 29, 63 and AA. RGB value is (41,99,170). Sum of RGB (Red+Green+Blue) = 41+99+170=310 (41% of max value = 765). Red value is 41 (16.41% from 255 or 13.23% from 310); Green value is 99 (39.06% from 255 or 31.94% from 310); Blue value is 170 (66.80% from 255 or 54.84% from 310); Max value from RGB is 170 - color contains mainly: blue. Hex color #2963AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2963AA is #D69C55. Grayscale: #595959. Windows color (decimal): -14064726 or 11166505. OLE color: 11166505.

HSL color Cylindrical-coordinate representation of color #2963AA: hue angle of 213.02º 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 #2963AA is Cyan = 0.76, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB4199170-
CMYK0.760.4200.33
HSL213.02º61.14%41.37%-
HSV(B)213.02º75.88%66.67%-
XYZ12.6312.339.74-
YUV89.75173.2893.23-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.23%
GREEN value IS 99 (39.06% from 255) = 31.94%
BLUE value IS 170 (66.80% from 255) = 54.84%
R=13.23%
G=31.94%
B=54.84%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal41991700.760.4200.33213.0261.1441.37
Hex2963AA4C2A021d53d29
Octal51143252114520413257551
Binary1010011100011101010101001100101010010000111010101111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2963AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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