#29587C

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

Shades of Venice Blue #29587C

Tints of Venice Blue #29587C

Color information

#29587C (or 0x29587C) is unknown color: approx Venice Blue. HEX triplet: 29, 58 and 7C. RGB value is (41,88,124). Sum of RGB (Red+Green+Blue) = 41+88+124=253 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.21% from 253); Green value is 88 (34.77% from 255 or 34.78% from 253); Blue value is 124 (48.83% from 255 or 49.01% from 253); Max value from RGB is 124 - color contains mainly: blue. Hex color #29587C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #29587C is #D6A783. Grayscale: #4D4D4D. Windows color (decimal): -14067588 or 8149033. OLE color: 8149033.

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

Color convert

RGB4188124-
CMYK0.670.2900.51
HSL206.02º50.3%32.35%-
HSV(B)206.02º66.94%48.63%-
XYZ8.048.9120.36-
YUV78.05153.93101.57-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 16.21%
GREEN value IS 88 (34.77% from 255) = 34.78%
BLUE value IS 124 (48.83% from 255) = 49.01%
R=16.21%
G=34.78%
B=49.01%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal41881240.670.2900.51206.0250.332.35
Hex29587C431D033ce3220
Octal51130174103350633166240
Binary10100110110001111100100001111101011001111001110110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29587C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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