#2C6EA5

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

Shades of Lochmara #2C6EA5

Tints of Lochmara #2C6EA5

Color information

#2C6EA5 (or 0x2C6EA5) is unknown color: approx Lochmara. HEX triplet: 2C, 6E and A5. RGB value is (44,110,165). Sum of RGB (Red+Green+Blue) = 44+110+165=319 (42% of max value = 765). Red value is 44 (17.58% from 255 or 13.79% from 319); Green value is 110 (43.36% from 255 or 34.48% from 319); Blue value is 165 (64.84% from 255 or 51.72% from 319); Max value from RGB is 165 - color contains mainly: blue. Hex color #2C6EA5 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2C6EA5 is #D3915A. Grayscale: #606060. Windows color (decimal): -13865307 or 10841644. OLE color: 10841644.

HSL color Cylindrical-coordinate representation of color #2C6EA5: hue angle of 207.27º degrees, saturation: 0.58, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2C6EA5 is Cyan = 0.73, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB44110165-
CMYK0.730.3300.35
HSL207.27º57.89%40.98%-
HSV(B)207.27º73.33%64.71%-
XYZ13.4114.437.67-
YUV96.54166.6390.53-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 13.79%
GREEN value IS 110 (43.36% from 255) = 34.48%
BLUE value IS 165 (64.84% from 255) = 51.72%
R=13.79%
G=34.48%
B=51.72%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal441101650.730.3300.35207.2757.8940.98
Hex2C6EA54921023cf3a29
Octal54156245111410433177251
Binary1011001101110101001011001001100001010001111001111111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C6EA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2C6EA5; }

 p { color: rgb(44,110,165); }

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

<style>
 a { background-color: #2C6EA5; }

 a { background-color: rgb(44,110,165); }

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

<style>
 span { border-color: #2C6EA5; }

 span { border-color: rgb(44,110,165); }

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