#29537A

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

Shades of Venice Blue #29537A

Tints of Venice Blue #29537A

Color information

#29537A (or 0x29537A) is unknown color: approx Venice Blue. HEX triplet: 29, 53 and 7A. RGB value is (41,83,122). Sum of RGB (Red+Green+Blue) = 41+83+122=246 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.67% from 246); Green value is 83 (32.81% from 255 or 33.74% from 246); Blue value is 122 (48.05% from 255 or 49.59% from 246); Max value from RGB is 122 - color contains mainly: blue. Hex color #29537A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #29537A is #D6AC85. Grayscale: #4A4A4A. Windows color (decimal): -14068870 or 8016681. OLE color: 8016681.

HSL color Cylindrical-coordinate representation of color #29537A: hue angle of 208.89º 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 #29537A is Cyan = 0.66, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB4183122-
CMYK0.660.3200.52
HSL208.89º49.69%31.96%-
HSV(B)208.89º66.39%47.84%-
XYZ7.528.0619.57-
YUV74.89154.59103.83-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 16.67%
GREEN value IS 83 (32.81% from 255) = 33.74%
BLUE value IS 122 (48.05% from 255) = 49.59%
R=16.67%
G=33.74%
B=49.59%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal41831220.660.3200.52208.8949.6931.96
Hex29537A4220034d13220
Octal51123172102400643216240
Binary101001101001111110101000010100000011010011010001110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29537A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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