#2C7BA5

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

Shades of Lochmara #2C7BA5

Tints of Lochmara #2C7BA5

Color information

#2C7BA5 (or 0x2C7BA5) is unknown color: approx Lochmara. HEX triplet: 2C, 7B and A5. RGB value is (44,123,165). Sum of RGB (Red+Green+Blue) = 44+123+165=332 (43% of max value = 765). Red value is 44 (17.58% from 255 or 13.25% from 332); Green value is 123 (48.44% from 255 or 37.05% from 332); Blue value is 165 (64.84% from 255 or 49.70% from 332); Max value from RGB is 165 - color contains mainly: blue. Hex color #2C7BA5 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2C7BA5 is #D3845A. Grayscale: #676767. Windows color (decimal): -13861979 or 10844972. OLE color: 10844972.

HSL color Cylindrical-coordinate representation of color #2C7BA5: hue angle of 200.83º 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 #2C7BA5 is Cyan = 0.73, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB44123165-
CMYK0.730.2500.35
HSL200.83º57.89%40.98%-
HSV(B)200.83º73.33%64.71%-
XYZ14.9117.4238.17-
YUV104.17162.3385.08-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 13.25%
GREEN value IS 123 (48.44% from 255) = 37.05%
BLUE value IS 165 (64.84% from 255) = 49.70%
R=13.25%
G=37.05%
B=49.70%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal441231650.730.2500.35200.8357.8940.98
Hex2C7BA54919023c93a29
Octal54173245111310433117251
Binary101100111101110100101100100111001010001111001001111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C7BA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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