#2C729F

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

Shades of Lochmara #2C729F

Tints of Lochmara #2C729F

Color information

#2C729F (or 0x2C729F) is unknown color: approx Lochmara. HEX triplet: 2C, 72 and 9F. RGB value is (44,114,159). Sum of RGB (Red+Green+Blue) = 44+114+159=317 (41% of max value = 765). Red value is 44 (17.58% from 255 or 13.88% from 317); Green value is 114 (44.92% from 255 or 35.96% from 317); Blue value is 159 (62.5% from 255 or 50.16% from 317); Max value from RGB is 159 - color contains mainly: blue. Hex color #2C729F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2C729F is #D38D60. Grayscale: #616161. Windows color (decimal): -13864289 or 10449452. OLE color: 10449452.

HSL color Cylindrical-coordinate representation of color #2C729F: hue angle of 203.48º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2C729F is Cyan = 0.72, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB44114159-
CMYK0.720.2800.38
HSL203.48º56.65%39.8%-
HSV(B)203.48º72.33%62.35%-
XYZ13.3115.0735.01-
YUV98.2162.3189.34-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 13.88%
GREEN value IS 114 (44.92% from 255) = 35.96%
BLUE value IS 159 (62.5% from 255) = 50.16%
R=13.88%
G=35.96%
B=50.16%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal441141590.720.2800.38203.4856.6539.8
Hex2C729F481C026cb3928
Octal54162237110340463137150
Binary101100111001010011111100100011100010011011001011111001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C729F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,114,159); }

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

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

 a { background-color: rgb(44,114,159); }

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

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

 span { border-color: rgb(44,114,159); }

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