#2766AC

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

Shades of Lochmara #2766AC

Tints of Lochmara #2766AC

Color information

#2766AC (or 0x2766AC) is unknown color: approx Lochmara. HEX triplet: 27, 66 and AC. RGB value is (39,102,172). Sum of RGB (Red+Green+Blue) = 39+102+172=313 (41% of max value = 765). Red value is 39 (15.62% from 255 or 12.46% from 313); Green value is 102 (40.23% from 255 or 32.59% from 313); Blue value is 172 (67.58% from 255 or 54.95% from 313); Max value from RGB is 172 - color contains mainly: blue. Hex color #2766AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2766AC is #D89953. Grayscale: #5A5A5A. Windows color (decimal): -14195028 or 11298343. OLE color: 11298343.

HSL color Cylindrical-coordinate representation of color #2766AC: hue angle of 211.58º 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 #2766AC is Cyan = 0.77, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB39102172-
CMYK0.770.4100.33
HSL211.58º63.03%41.37%-
HSV(B)211.58º77.33%67.45%-
XYZ13.0312.9140.84-
YUV91.14173.6390.81-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 12.46%
GREEN value IS 102 (40.23% from 255) = 32.59%
BLUE value IS 172 (67.58% from 255) = 54.95%
R=12.46%
G=32.59%
B=54.95%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal391021720.770.4100.33211.5863.0341.37
Hex2766AC4D29021d43f29
Octal47146254115510413247751
Binary1001111100110101011001001101101001010000111010100111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2766AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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