#2966AA

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

Shades of Lochmara #2966AA

Tints of Lochmara #2966AA

Color information

#2966AA (or 0x2966AA) is unknown color: approx Lochmara. HEX triplet: 29, 66 and AA. RGB value is (41,102,170). Sum of RGB (Red+Green+Blue) = 41+102+170=313 (41% of max value = 765). Red value is 41 (16.41% from 255 or 13.10% from 313); Green value is 102 (40.23% from 255 or 32.59% from 313); Blue value is 170 (66.80% from 255 or 54.31% from 313); Max value from RGB is 170 - color contains mainly: blue. Hex color #2966AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2966AA is #D69955. Grayscale: #5B5B5B. Windows color (decimal): -14063958 or 11167273. OLE color: 11167273.

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

Color convert

RGB41102170-
CMYK0.760.400.33
HSL211.63º61.14%41.37%-
HSV(B)211.63º75.88%66.67%-
XYZ12.9212.8839.83-
YUV91.51172.2991.97-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.10%
GREEN value IS 102 (40.23% from 255) = 32.59%
BLUE value IS 170 (66.80% from 255) = 54.31%
R=13.10%
G=32.59%
B=54.31%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal411021700.760.400.33211.6361.1441.37
Hex2966AA4C28021d43d29
Octal51146252114500413247551
Binary1010011100110101010101001100101000010000111010100111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2966AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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