#2763AC

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

Shades of Lochmara #2763AC

Tints of Lochmara #2763AC

Color information

#2763AC (or 0x2763AC) is unknown color: approx Lochmara. HEX triplet: 27, 63 and AC. RGB value is (39,99,172). Sum of RGB (Red+Green+Blue) = 39+99+172=310 (41% of max value = 765). Red value is 39 (15.62% from 255 or 12.58% from 310); Green value is 99 (39.06% from 255 or 31.94% from 310); Blue value is 172 (67.58% from 255 or 55.48% from 310); Max value from RGB is 172 - color contains mainly: blue. Hex color #2763AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2763AC is #D89C53. Grayscale: #595959. Windows color (decimal): -14195796 or 11297575. OLE color: 11297575.

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

Color convert

RGB3999172-
CMYK0.770.4200.33
HSL212.93º63.03%41.37%-
HSV(B)212.93º77.33%67.45%-
XYZ12.7412.3340.74-
YUV89.38174.6292.06-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 12.58%
GREEN value IS 99 (39.06% from 255) = 31.94%
BLUE value IS 172 (67.58% from 255) = 55.48%
R=12.58%
G=31.94%
B=55.48%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal39991720.770.4200.33212.9363.0341.37
Hex2763AC4D2A021d53f29
Octal47143254115520413257751
Binary1001111100011101011001001101101010010000111010101111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2763AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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