#29587A

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

Shades of Venice Blue #29587A

Tints of Venice Blue #29587A

Color information

#29587A (or 0x29587A) is unknown color: approx Venice Blue. HEX triplet: 29, 58 and 7A. RGB value is (41,88,122). Sum of RGB (Red+Green+Blue) = 41+88+122=251 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.33% from 251); Green value is 88 (34.77% from 255 or 35.06% from 251); Blue value is 122 (48.05% from 255 or 48.61% from 251); Max value from RGB is 122 - color contains mainly: blue. Hex color #29587A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #29587A is #D6A785. Grayscale: #4D4D4D. Windows color (decimal): -14067590 or 8017961. OLE color: 8017961.

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

Color convert

RGB4188122-
CMYK0.660.2800.52
HSL205.19º49.69%31.96%-
HSV(B)205.19º66.39%47.84%-
XYZ7.928.8619.7-
YUV77.82152.93101.74-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 16.33%
GREEN value IS 88 (34.77% from 255) = 35.06%
BLUE value IS 122 (48.05% from 255) = 48.61%
R=16.33%
G=35.06%
B=48.61%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal41881220.660.2800.52205.1949.6931.96
Hex29587A421C034cd3220
Octal51130172102340643156240
Binary10100110110001111010100001011100011010011001101110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29587A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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