Html Css Color HEX #29496E Venice Blue

📋 copy color: '#29496E'

red 41 ◦ green 73 ◦ blue 110

#29496E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Venice Blue #29496E

Tints of Venice Blue #29496E

RGB

 RED value IS 41 (16.41% from 255) = 18.3%

 GREEN value IS 73 (28.91% from 255) = 32.59%

 BLUE value IS 110 (43.36% from 255) = 49.11%

R = 18.3%
G = 32.59%
B = 49.11%

CMYK

 C value IS 0.63

 M value IS 0.34

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#29496E (or 0x29496E) is known color: Venice Blue. HEX triplet: 29, 49 and 6E. RGB value is (41,73,110). Sum of RGB (Red+Green+Blue) = 41+73+110=224 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.30% from 224); Green value is 73 (28.91% from 255 or 32.59% from 224); Blue value is 110 (43.36% from 255 or 49.11% from 224); Max value from RGB is 110 - color contains mainly: blue. Hex color #29496E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29496E is #D6B691. Grayscale: #434343. Windows color (decimal): -14071442 or 7227689. OLE color: 7227689.

HSL color Cylindrical-coordinate representation of color #29496E: hue angle of 212.17º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #29496E is Cyan = 0.63, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 41 73 110 -
CMYK 0.63 0.34 0 0.57
HSL 212.17º 0.46% 0.3% -
HSV(B) 212.17º 0.63% 0.43% -
XYZ 6.11 6.36 15.66 -
YUV 67.65 151.9 108.99 -
System Red Green Blue C M Y K H S L
Decimal 41 73 110 0.63 0.34 0 0.57 212.17 0.46 0.3
Hex 29 49 6E 3F 22 0 39 D4 2E 1E
Octal 51 111 156 77 42 0 71 324 56 36
Binary 101001 1001001 1101110 111111 100010 0 111001 11010100 101110 11110

Color Harmonies of #29496E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29496E

Black with #29496E

Text Example


Text Example

White with #29496E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29496E; }

 p { color: rgb(41,73,110); }

 H1.HeaderClassName
 {
   color: #29496E;
 }
 .AnyTagClassName
 {
   color: #29496E;
 }
</style>

background-color css

<style>
 a { background-color: #29496E; }

 a { background-color: rgb(41,73,110); }

 div.DivClassName
 {
   background-color: #29496E;
 }
 .BgClassName
 {
   background-color: #29496E;
 }
</style>

border-color css

<style>
 span { border-color: #29496E; }

 span { border-color: rgb(41,73,110); }

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