#29769A

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

Shades of Lochmara #29769A

Tints of Lochmara #29769A

Color information

#29769A (or 0x29769A) is unknown color: approx Lochmara. HEX triplet: 29, 76 and 9A. RGB value is (41,118,154). Sum of RGB (Red+Green+Blue) = 41+118+154=313 (41% of max value = 765). Red value is 41 (16.41% from 255 or 13.10% from 313); Green value is 118 (46.48% from 255 or 37.70% from 313); Blue value is 154 (60.55% from 255 or 49.20% from 313); Max value from RGB is 154 - color contains mainly: blue. Hex color #29769A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #29769A is #D68965. Grayscale: #626262. Windows color (decimal): -14059878 or 10122793. OLE color: 10122793.

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

Color convert

RGB41118154-
CMYK0.730.2300.40
HSL199.12º57.95%38.24%-
HSV(B)199.12º73.38%60.39%-
XYZ13.2315.7632.92-
YUV99.08158.9986.57-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.10%
GREEN value IS 118 (46.48% from 255) = 37.70%
BLUE value IS 154 (60.55% from 255) = 49.20%
R=13.10%
G=37.70%
B=49.20%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal411181540.730.2300.40199.1257.9538.24
Hex29769A4917028c73a26
Octal51166232111270503077246
Binary101001111011010011010100100110111010100011000111111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29769A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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