#2762AE

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

Shades of Lochmara #2762AE

Tints of Lochmara #2762AE

Color information

#2762AE (or 0x2762AE) is unknown color: approx Lochmara. HEX triplet: 27, 62 and AE. RGB value is (39,98,174). Sum of RGB (Red+Green+Blue) = 39+98+174=311 (41% of max value = 765). Red value is 39 (15.62% from 255 or 12.54% from 311); Green value is 98 (38.67% from 255 or 31.51% from 311); Blue value is 174 (68.36% from 255 or 55.95% from 311); Max value from RGB is 174 - color contains mainly: blue. Hex color #2762AE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2762AE is #D89D51. Grayscale: #585858. Windows color (decimal): -14196050 or 11428391. OLE color: 11428391.

HSL color Cylindrical-coordinate representation of color #2762AE: hue angle of 213.78º 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 #2762AE is Cyan = 0.78, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB3998174-
CMYK0.780.4400.32
HSL213.78º63.38%41.76%-
HSV(B)213.78º77.59%68.24%-
XYZ12.8412.2241.73-
YUV89.02175.9592.32-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 12.54%
GREEN value IS 98 (38.67% from 255) = 31.51%
BLUE value IS 174 (68.36% from 255) = 55.95%
R=12.54%
G=31.51%
B=55.95%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal39981740.780.4400.32213.7863.3841.76
Hex2762AE4E2C020d63f2a
Octal47142256116540403267752
Binary1001111100010101011101001110101100010000011010110111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2762AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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