#29719E

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

Shades of Lochmara #29719E

Tints of Lochmara #29719E

Color information

#29719E (or 0x29719E) is unknown color: approx Lochmara. HEX triplet: 29, 71 and 9E. RGB value is (41,113,158). Sum of RGB (Red+Green+Blue) = 41+113+158=312 (41% of max value = 765). Red value is 41 (16.41% from 255 or 13.14% from 312); Green value is 113 (44.53% from 255 or 36.22% from 312); Blue value is 158 (62.11% from 255 or 50.64% from 312); Max value from RGB is 158 - color contains mainly: blue. Hex color #29719E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #29719E is #D68E61. Grayscale: #606060. Windows color (decimal): -14061154 or 10383657. OLE color: 10383657.

HSL color Cylindrical-coordinate representation of color #29719E: hue angle of 203.08º 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 #29719E is Cyan = 0.74, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB41113158-
CMYK0.740.2800.38
HSL203.08º58.79%39.02%-
HSV(B)203.08º74.05%61.96%-
XYZ12.9914.7534.51-
YUV96.6162.6588.34-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.14%
GREEN value IS 113 (44.53% from 255) = 36.22%
BLUE value IS 158 (62.11% from 255) = 50.64%
R=13.14%
G=36.22%
B=50.64%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal411131580.740.2800.38203.0858.7939.02
Hex29719E4A1C026cb3b27
Octal51161236112340463137347
Binary101001111000110011110100101011100010011011001011111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29719E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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