#29659D

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

Shades of Lochmara #29659D

Tints of Lochmara #29659D

Color information

#29659D (or 0x29659D) is unknown color: approx Lochmara. HEX triplet: 29, 65 and 9D. RGB value is (41,101,157). Sum of RGB (Red+Green+Blue) = 41+101+157=299 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.71% from 299); Green value is 101 (39.84% from 255 or 33.78% from 299); Blue value is 157 (61.72% from 255 or 52.51% from 299); Max value from RGB is 157 - color contains mainly: blue. Hex color #29659D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #29659D is #D69A62. Grayscale: #595959. Windows color (decimal): -14064227 or 10315049. OLE color: 10315049.

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

Color convert

RGB41101157-
CMYK0.740.3600.38
HSL208.97º58.59%38.82%-
HSV(B)208.97º73.89%61.57%-
XYZ11.6512.2133.64-
YUV89.44166.1293.45-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.71%
GREEN value IS 101 (39.84% from 255) = 33.78%
BLUE value IS 157 (61.72% from 255) = 52.51%
R=13.71%
G=33.78%
B=52.51%

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
Decimal411011570.740.3600.38208.9758.5938.82
Hex29659D4A24026d13b27
Octal51145235112440463217347
Binary1010011100101100111011001010100100010011011010001111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29659D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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