#29597B

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

Shades of Venice Blue #29597B

Tints of Venice Blue #29597B

Color information

#29597B (or 0x29597B) is unknown color: approx Venice Blue. HEX triplet: 29, 59 and 7B. RGB value is (41,89,123). Sum of RGB (Red+Green+Blue) = 41+89+123=253 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.21% from 253); Green value is 89 (35.16% from 255 or 35.18% from 253); Blue value is 123 (48.44% from 255 or 48.62% from 253); Max value from RGB is 123 - color contains mainly: blue. Hex color #29597B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #29597B is #D6A684. Grayscale: #4E4E4E. Windows color (decimal): -14067333 or 8083753. OLE color: 8083753.

HSL color Cylindrical-coordinate representation of color #29597B: hue angle of 204.88º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #29597B is Cyan = 0.67, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB4189123-
CMYK0.670.2800.52
HSL204.88º50%32.16%-
HSV(B)204.88º66.67%48.24%-
XYZ8.069.0520.06-
YUV78.52153.1101.24-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 16.21%
GREEN value IS 89 (35.16% from 255) = 35.18%
BLUE value IS 123 (48.44% from 255) = 48.62%
R=16.21%
G=35.18%
B=48.62%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal41891230.670.2800.52204.885032.16
Hex29597B431C034cd3220
Octal51131173103340643156240
Binary10100110110011111011100001111100011010011001101110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29597B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29597B; }

 p { color: rgb(41,89,123); }

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

<style>
 a { background-color: #29597B; }

 a { background-color: rgb(41,89,123); }

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

<style>
 span { border-color: #29597B; }

 span { border-color: rgb(41,89,123); }

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