#29779A

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

Shades of Lochmara #29779A

Tints of Lochmara #29779A

Color information

#29779A (or 0x29779A) is unknown color: approx Lochmara. HEX triplet: 29, 77 and 9A. RGB value is (41,119,154). Sum of RGB (Red+Green+Blue) = 41+119+154=314 (41% of max value = 765). Red value is 41 (16.41% from 255 or 13.06% from 314); Green value is 119 (46.88% from 255 or 37.90% from 314); Blue value is 154 (60.55% from 255 or 49.04% from 314); Max value from RGB is 154 - color contains mainly: blue. Hex color #29779A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #29779A is #D68865. Grayscale: #636363. Windows color (decimal): -14059622 or 10123049. OLE color: 10123049.

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

Color convert

RGB41119154-
CMYK0.730.2300.40
HSL198.58º57.95%38.24%-
HSV(B)198.58º73.38%60.39%-
XYZ13.341632.96-
YUV99.67158.6686.15-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.06%
GREEN value IS 119 (46.88% from 255) = 37.90%
BLUE value IS 154 (60.55% from 255) = 49.04%
R=13.06%
G=37.90%
B=49.04%

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
Decimal411191540.730.2300.40198.5857.9538.24
Hex29779A4917028c73a26
Octal51167232111270503077246
Binary101001111011110011010100100110111010100011000111111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29779A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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