#2766AA

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

Shades of Lochmara #2766AA

Tints of Lochmara #2766AA

Color information

#2766AA (or 0x2766AA) is unknown color: approx Lochmara. HEX triplet: 27, 66 and AA. RGB value is (39,102,170). Sum of RGB (Red+Green+Blue) = 39+102+170=311 (41% of max value = 765). Red value is 39 (15.62% from 255 or 12.54% from 311); Green value is 102 (40.23% from 255 or 32.80% 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 #2766AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2766AA is #D89955. Grayscale: #5A5A5A. Windows color (decimal): -14195030 or 11167271. OLE color: 11167271.

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

Color convert

RGB39102170-
CMYK0.770.400.33
HSL211.15º62.68%40.98%-
HSV(B)211.15º77.06%66.67%-
XYZ12.8412.8439.83-
YUV90.92172.6390.97-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 12.54%
GREEN value IS 102 (40.23% from 255) = 32.80%
BLUE value IS 170 (66.80% from 255) = 54.66%
R=12.54%
G=32.80%
B=54.66%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal391021700.770.400.33211.1562.6840.98
Hex2766AA4D28021d33f29
Octal47146252115500413237751
Binary1001111100110101010101001101101000010000111010011111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2766AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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