Html Css Color HEX #29496C Venice Blue

📋 copy color: '#29496C'

red 41 ◦ green 73 ◦ blue 108

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

Shades of Venice Blue #29496C

Tints of Venice Blue #29496C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 48.65%

R = 18.47%
G = 32.88%
B = 48.65%

CMYK

 C value IS 0.62

 M value IS 0.32

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#29496C (or 0x29496C) is known color: Venice Blue. HEX triplet: 29, 49 and 6C. RGB value is (41,73,108). Sum of RGB (Red+Green+Blue) = 41+73+108=222 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.47% from 222); Green value is 73 (28.91% from 255 or 32.88% from 222); Blue value is 108 (42.58% from 255 or 48.65% from 222); Max value from RGB is 108 - color contains mainly: blue. Hex color #29496C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29496C is #D6B693. Grayscale: #434343. Windows color (decimal): -14071444 or 7096617. OLE color: 7096617.

HSL color Cylindrical-coordinate representation of color #29496C: hue angle of 211.34º degrees, saturation: 0.45, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #29496C is Cyan = 0.62, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 41 73 108 -
CMYK 0.62 0.32 0 0.58
HSL 211.34º 0.45% 0.29% -
HSV(B) 211.34º 0.62% 0.42% -
XYZ 6 6.32 15.09 -
YUV 67.42 150.9 109.15 -
System Red Green Blue C M Y K H S L
Decimal 41 73 108 0.62 0.32 0 0.58 211.34 0.45 0.29
Hex 29 49 6C 3E 20 0 3A D3 2D 1D
Octal 51 111 154 76 40 0 72 323 55 35
Binary 101001 1001001 1101100 111110 100000 0 111010 11010011 101101 11101

Color Harmonies of #29496C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29496C

Black with #29496C

Text Example


Text Example

White with #29496C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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