#29689E

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

Shades of Lochmara #29689E

Tints of Lochmara #29689E

Color information

#29689E (or 0x29689E) is unknown color: approx Lochmara. HEX triplet: 29, 68 and 9E. RGB value is (41,104,158). Sum of RGB (Red+Green+Blue) = 41+104+158=303 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.53% from 303); Green value is 104 (41.02% from 255 or 34.32% from 303); Blue value is 158 (62.11% from 255 or 52.15% from 303); Max value from RGB is 158 - color contains mainly: blue. Hex color #29689E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #29689E is #D69761. Grayscale: #5B5B5B. Windows color (decimal): -14063458 or 10381353. OLE color: 10381353.

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

Color convert

RGB41104158-
CMYK0.740.3400.38
HSL207.69º58.79%39.02%-
HSV(B)207.69º74.05%61.96%-
XYZ12.0412.8434.19-
YUV91.32165.6392.11-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.53%
GREEN value IS 104 (41.02% from 255) = 34.32%
BLUE value IS 158 (62.11% from 255) = 52.15%
R=13.53%
G=34.32%
B=52.15%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal411041580.740.3400.38207.6958.7939.02
Hex29689E4A22026d03b27
Octal51150236112420463207347
Binary1010011101000100111101001010100010010011011010000111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29689E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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