#29609D

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

Shades of Lochmara #29609D

Tints of Lochmara #29609D

Color information

#29609D (or 0x29609D) is unknown color: approx Lochmara. HEX triplet: 29, 60 and 9D. RGB value is (41,96,157). Sum of RGB (Red+Green+Blue) = 41+96+157=294 (38% of max value = 765). Red value is 41 (16.41% from 255 or 13.95% from 294); Green value is 96 (37.89% from 255 or 32.65% from 294); Blue value is 157 (61.72% from 255 or 53.40% from 294); Max value from RGB is 157 - color contains mainly: blue. Hex color #29609D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #29609D is #D69F62. Grayscale: #565656. Windows color (decimal): -14065507 or 10313769. OLE color: 10313769.

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

Color convert

RGB4196157-
CMYK0.740.3900.38
HSL211.55º58.59%38.82%-
HSV(B)211.55º73.89%61.57%-
XYZ11.1811.2733.48-
YUV86.51167.7895.54-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.95%
GREEN value IS 96 (37.89% from 255) = 32.65%
BLUE value IS 157 (61.72% from 255) = 53.40%
R=13.95%
G=32.65%
B=53.40%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal41961570.740.3900.38211.5558.5938.82
Hex29609D4A27026d43b27
Octal51140235112470463247347
Binary1010011100000100111011001010100111010011011010100111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29609D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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