#2763AE

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

Shades of Lochmara #2763AE

Tints of Lochmara #2763AE

Color information

#2763AE (or 0x2763AE) is unknown color: approx Lochmara. HEX triplet: 27, 63 and AE. RGB value is (39,99,174). Sum of RGB (Red+Green+Blue) = 39+99+174=312 (41% of max value = 765). Red value is 39 (15.62% from 255 or 12.5% from 312); Green value is 99 (39.06% from 255 or 31.73% from 312); Blue value is 174 (68.36% from 255 or 55.77% from 312); Max value from RGB is 174 - color contains mainly: blue. Hex color #2763AE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2763AE is #D89C51. Grayscale: #595959. Windows color (decimal): -14195794 or 11428647. OLE color: 11428647.

HSL color Cylindrical-coordinate representation of color #2763AE: hue angle of 213.33º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2763AE is Cyan = 0.78, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB3999174-
CMYK0.780.4300.32
HSL213.33º63.38%41.76%-
HSV(B)213.33º77.59%68.24%-
XYZ12.9412.4141.76-
YUV89.61175.6291.9-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 12.5%
GREEN value IS 99 (39.06% from 255) = 31.73%
BLUE value IS 174 (68.36% from 255) = 55.77%
R=12.5%
G=31.73%
B=55.77%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal39991740.780.4300.32213.3363.3841.76
Hex2763AE4E2B020d53f2a
Octal47143256116530403257752
Binary1001111100011101011101001110101011010000011010101111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2763AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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