#29659E

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

Shades of Lochmara #29659E

Tints of Lochmara #29659E

Color information

#29659E (or 0x29659E) is unknown color: approx Lochmara. HEX triplet: 29, 65 and 9E. RGB value is (41,101,158). Sum of RGB (Red+Green+Blue) = 41+101+158=300 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.67% from 300); Green value is 101 (39.84% from 255 or 33.67% from 300); Blue value is 158 (62.11% from 255 or 52.67% from 300); Max value from RGB is 158 - color contains mainly: blue. Hex color #29659E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #29659E is #D69A61. Grayscale: #595959. Windows color (decimal): -14064226 or 10380585. OLE color: 10380585.

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

Color convert

RGB41101158-
CMYK0.740.3600.38
HSL209.23º58.79%39.02%-
HSV(B)209.23º74.05%61.96%-
XYZ11.7412.2534.09-
YUV89.56166.6293.37-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.67%
GREEN value IS 101 (39.84% from 255) = 33.67%
BLUE value IS 158 (62.11% from 255) = 52.67%
R=13.67%
G=33.67%
B=52.67%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal411011580.740.3600.38209.2358.7939.02
Hex29659E4A24026d13b27
Octal51145236112440463217347
Binary1010011100101100111101001010100100010011011010001111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29659E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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