#29759A

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

Shades of Lochmara #29759A

Tints of Lochmara #29759A

Color information

#29759A (or 0x29759A) is unknown color: approx Lochmara. HEX triplet: 29, 75 and 9A. RGB value is (41,117,154). Sum of RGB (Red+Green+Blue) = 41+117+154=312 (41% of max value = 765). Red value is 41 (16.41% from 255 or 13.14% from 312); Green value is 117 (46.09% from 255 or 37.5% from 312); Blue value is 154 (60.55% from 255 or 49.36% from 312); Max value from RGB is 154 - color contains mainly: blue. Hex color #29759A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #29759A is #D68A65. Grayscale: #626262. Windows color (decimal): -14060134 or 10122537. OLE color: 10122537.

HSL color Cylindrical-coordinate representation of color #29759A: hue angle of 199.65º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #29759A is Cyan = 0.73, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB41117154-
CMYK0.730.2400.40
HSL199.65º57.95%38.24%-
HSV(B)199.65º73.38%60.39%-
XYZ13.1115.5332.88-
YUV98.49159.3286.99-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.14%
GREEN value IS 117 (46.09% from 255) = 37.5%
BLUE value IS 154 (60.55% from 255) = 49.36%
R=13.14%
G=37.5%
B=49.36%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal411171540.730.2400.40199.6557.9538.24
Hex29759A4918028c83a26
Octal51165232111300503107246
Binary101001111010110011010100100111000010100011001000111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29759A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29759A; }

 p { color: rgb(41,117,154); }

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

<style>
 a { background-color: #29759A; }

 a { background-color: rgb(41,117,154); }

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

<style>
 span { border-color: #29759A; }

 span { border-color: rgb(41,117,154); }

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