#29739E

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

Shades of Lochmara #29739E

Tints of Lochmara #29739E

Color information

#29739E (or 0x29739E) is unknown color: approx Lochmara. HEX triplet: 29, 73 and 9E. RGB value is (41,115,158). Sum of RGB (Red+Green+Blue) = 41+115+158=314 (41% of max value = 765). Red value is 41 (16.41% from 255 or 13.06% from 314); Green value is 115 (45.31% from 255 or 36.62% from 314); Blue value is 158 (62.11% from 255 or 50.32% from 314); Max value from RGB is 158 - color contains mainly: blue. Hex color #29739E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #29739E is #D68C61. Grayscale: #616161. Windows color (decimal): -14060642 or 10384169. OLE color: 10384169.

HSL color Cylindrical-coordinate representation of color #29739E: hue angle of 202.05º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #29739E is Cyan = 0.74, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB41115158-
CMYK0.740.2700.38
HSL202.05º58.79%39.02%-
HSV(B)202.05º74.05%61.96%-
XYZ13.2215.234.59-
YUV97.78161.9887.5-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.06%
GREEN value IS 115 (45.31% from 255) = 36.62%
BLUE value IS 158 (62.11% from 255) = 50.32%
R=13.06%
G=36.62%
B=50.32%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal411151580.740.2700.38202.0558.7939.02
Hex29739E4A1B026ca3b27
Octal51163236112330463127347
Binary101001111001110011110100101011011010011011001010111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29739E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29739E; }

 p { color: rgb(41,115,158); }

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

<style>
 a { background-color: #29739E; }

 a { background-color: rgb(41,115,158); }

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

<style>
 span { border-color: #29739E; }

 span { border-color: rgb(41,115,158); }

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