#29507C

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

Shades of Venice Blue #29507C

Tints of Venice Blue #29507C

Color information

#29507C (or 0x29507C) is unknown color: approx Venice Blue. HEX triplet: 29, 50 and 7C. RGB value is (41,80,124). Sum of RGB (Red+Green+Blue) = 41+80+124=245 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.73% from 245); Green value is 80 (31.64% from 255 or 32.65% from 245); Blue value is 124 (48.83% from 255 or 50.61% from 245); Max value from RGB is 124 - color contains mainly: blue. Hex color #29507C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #29507C is #D6AF83. Grayscale: #494949. Windows color (decimal): -14069636 or 8146985. OLE color: 8146985.

HSL color Cylindrical-coordinate representation of color #29507C: hue angle of 211.81º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #29507C is Cyan = 0.67, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB4180124-
CMYK0.670.3500.51
HSL211.81º50.3%32.35%-
HSV(B)211.81º66.94%48.63%-
XYZ7.427.6620.16-
YUV73.35156.58104.92-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 16.73%
GREEN value IS 80 (31.64% from 255) = 32.65%
BLUE value IS 124 (48.83% from 255) = 50.61%
R=16.73%
G=32.65%
B=50.61%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal41801240.670.3500.51211.8150.332.35
Hex29507C4323033d43220
Octal51120174103430633246240
Binary101001101000011111001000011100011011001111010100110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29507C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,80,124); }

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

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

 a { background-color: rgb(41,80,124); }

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

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

 span { border-color: rgb(41,80,124); }

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