#29769C

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

Shades of Lochmara #29769C

Tints of Lochmara #29769C

Color information

#29769C (or 0x29769C) is unknown color: approx Lochmara. HEX triplet: 29, 76 and 9C. RGB value is (41,118,156). Sum of RGB (Red+Green+Blue) = 41+118+156=315 (41% of max value = 765). Red value is 41 (16.41% from 255 or 13.02% from 315); Green value is 118 (46.48% from 255 or 37.46% from 315); Blue value is 156 (61.33% from 255 or 49.52% from 315); Max value from RGB is 156 - color contains mainly: blue. Hex color #29769C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #29769C is #D68963. Grayscale: #636363. Windows color (decimal): -14059876 or 10253865. OLE color: 10253865.

HSL color Cylindrical-coordinate representation of color #29769C: hue angle of 199.83º degrees, saturation: 0.58, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #29769C is Cyan = 0.74, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB41118156-
CMYK0.740.2400.39
HSL199.83º58.38%38.63%-
HSV(B)199.83º73.72%61.18%-
XYZ13.3915.8333.8-
YUV99.31159.9986.41-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.02%
GREEN value IS 118 (46.48% from 255) = 37.46%
BLUE value IS 156 (61.33% from 255) = 49.52%
R=13.02%
G=37.46%
B=49.52%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal411181560.740.2400.39199.8358.3838.63
Hex29769C4A18027c83a27
Octal51166234112300473107247
Binary101001111011010011100100101011000010011111001000111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29769C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29769C; }

 p { color: rgb(41,118,156); }

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

<style>
 a { background-color: #29769C; }

 a { background-color: rgb(41,118,156); }

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

<style>
 span { border-color: #29769C; }

 span { border-color: rgb(41,118,156); }

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