#29547C

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

Shades of Venice Blue #29547C

Tints of Venice Blue #29547C

Color information

#29547C (or 0x29547C) is unknown color: approx Venice Blue. HEX triplet: 29, 54 and 7C. RGB value is (41,84,124). Sum of RGB (Red+Green+Blue) = 41+84+124=249 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.47% from 249); Green value is 84 (33.20% from 255 or 33.73% from 249); Blue value is 124 (48.83% from 255 or 49.80% from 249); Max value from RGB is 124 - color contains mainly: blue. Hex color #29547C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #29547C is #D6AB83. Grayscale: #4B4B4B. Windows color (decimal): -14068612 or 8148009. OLE color: 8148009.

HSL color Cylindrical-coordinate representation of color #29547C: hue angle of 208.92º 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 #29547C is Cyan = 0.67, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB4184124-
CMYK0.670.3200.51
HSL208.92º50.3%32.35%-
HSV(B)208.92º66.94%48.63%-
XYZ7.728.2720.26-
YUV75.7155.25103.25-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 16.47%
GREEN value IS 84 (33.20% from 255) = 33.73%
BLUE value IS 124 (48.83% from 255) = 49.80%
R=16.47%
G=33.73%
B=49.80%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal41841240.670.3200.51208.9250.332.35
Hex29547C4320033d13220
Octal51124174103400633216240
Binary101001101010011111001000011100000011001111010001110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29547C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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