#29749A

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

Shades of Lochmara #29749A

Tints of Lochmara #29749A

Color information

#29749A (or 0x29749A) is unknown color: approx Lochmara. HEX triplet: 29, 74 and 9A. RGB value is (41,116,154). Sum of RGB (Red+Green+Blue) = 41+116+154=311 (41% of max value = 765). Red value is 41 (16.41% from 255 or 13.18% from 311); Green value is 116 (45.70% from 255 or 37.30% from 311); Blue value is 154 (60.55% from 255 or 49.52% from 311); Max value from RGB is 154 - color contains mainly: blue. Hex color #29749A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #29749A is #D68B65. Grayscale: #616161. Windows color (decimal): -14060390 or 10122281. OLE color: 10122281.

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

Color convert

RGB41116154-
CMYK0.730.2500.40
HSL200.18º57.95%38.24%-
HSV(B)200.18º73.38%60.39%-
XYZ12.9915.332.84-
YUV97.91159.6587.41-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.18%
GREEN value IS 116 (45.70% from 255) = 37.30%
BLUE value IS 154 (60.55% from 255) = 49.52%
R=13.18%
G=37.30%
B=49.52%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal411161540.730.2500.40200.1857.9538.24
Hex29749A4919028c83a26
Octal51164232111310503107246
Binary101001111010010011010100100111001010100011001000111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29749A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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