#29527B

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

Shades of Venice Blue #29527B

Tints of Venice Blue #29527B

Color information

#29527B (or 0x29527B) is unknown color: approx Venice Blue. HEX triplet: 29, 52 and 7B. RGB value is (41,82,123). Sum of RGB (Red+Green+Blue) = 41+82+123=246 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.67% from 246); Green value is 82 (32.42% from 255 or 33.33% from 246); Blue value is 123 (48.44% from 255 or 50% from 246); Max value from RGB is 123 - color contains mainly: blue. Hex color #29527B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #29527B is #D6AD84. Grayscale: #4A4A4A. Windows color (decimal): -14069125 or 8081961. OLE color: 8081961.

HSL color Cylindrical-coordinate representation of color #29527B: hue angle of 210º 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 #29527B is Cyan = 0.67, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB4182123-
CMYK0.670.3300.52
HSL210º50%32.16%-
HSV(B)210º66.67%48.24%-
XYZ7.517.9419.88-
YUV74.42155.42104.17-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 16.67%
GREEN value IS 82 (32.42% from 255) = 33.33%
BLUE value IS 123 (48.44% from 255) = 50%
R=16.67%
G=33.33%
B=50%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal41821230.670.3300.522105032.16
Hex29527B4321034d23220
Octal51122173103410643226240
Binary101001101001011110111000011100001011010011010010110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29527B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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