#29789E

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

Shades of Lochmara #29789E

Tints of Lochmara #29789E

Color information

#29789E (or 0x29789E) is unknown color: approx Lochmara. HEX triplet: 29, 78 and 9E. RGB value is (41,120,158). Sum of RGB (Red+Green+Blue) = 41+120+158=319 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.85% from 319); Green value is 120 (47.27% from 255 or 37.62% from 319); Blue value is 158 (62.11% from 255 or 49.53% from 319); Max value from RGB is 158 - color contains mainly: blue. Hex color #29789E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #29789E is #D68761. Grayscale: #646464. Windows color (decimal): -14059362 or 10385449. OLE color: 10385449.

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

Color convert

RGB41120158-
CMYK0.740.2400.38
HSL199.49º58.79%39.02%-
HSV(B)199.49º74.05%61.96%-
XYZ13.816.3734.78-
YUV100.71160.3385.41-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 12.85%
GREEN value IS 120 (47.27% from 255) = 37.62%
BLUE value IS 158 (62.11% from 255) = 49.53%
R=12.85%
G=37.62%
B=49.53%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal411201580.740.2400.38199.4958.7939.02
Hex29789E4A18026c73b27
Octal51170236112300463077347
Binary101001111100010011110100101011000010011011000111111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29789E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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