#29506F

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

Shades of Venice Blue #29506F

Tints of Venice Blue #29506F

Color information

#29506F (or 0x29506F) is unknown color: approx Venice Blue. HEX triplet: 29, 50 and 6F. RGB value is (41,80,111). Sum of RGB (Red+Green+Blue) = 41+80+111=232 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.67% from 232); Green value is 80 (31.64% from 255 or 34.48% from 232); Blue value is 111 (43.75% from 255 or 47.84% from 232); Max value from RGB is 111 - color contains mainly: blue. Hex color #29506F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #29506F is #D6AF90. Grayscale: #474747. Windows color (decimal): -14069649 or 7295017. OLE color: 7295017.

HSL color Cylindrical-coordinate representation of color #29506F: hue angle of 206.57º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #29506F is Cyan = 0.63, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB4180111-
CMYK0.630.2800.56
HSL206.57º46.05%29.8%-
HSV(B)206.57º63.06%43.53%-
XYZ6.657.3616.11-
YUV71.87150.08105.98-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.67%
GREEN value IS 80 (31.64% from 255) = 34.48%
BLUE value IS 111 (43.75% from 255) = 47.84%
R=17.67%
G=34.48%
B=47.84%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal41801110.630.2800.56206.5746.0529.8
Hex29506F3F1C038cf2e1e
Octal5112015777340703175636
Binary101001101000011011111111111110001110001100111110111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29506F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29506F; }

 p { color: rgb(41,80,111); }

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

<style>
 a { background-color: #29506F; }

 a { background-color: rgb(41,80,111); }

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

<style>
 span { border-color: #29506F; }

 span { border-color: rgb(41,80,111); }

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