Html Css Color HEX #29506F Venice Blue

📋 copy color: '#29506F'

red 41 ◦ green 80 ◦ blue 111

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

Shades of Venice Blue #29506F

Tints of Venice Blue #29506F

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 value IS 0.63

 M value IS 0.28

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#29506F (or 0x29506F) is known color: 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

RGB 41 80 111 -
CMYK 0.63 0.28 0 0.56
HSL 206.57º 0.46% 0.3% -
HSV(B) 206.57º 0.63% 0.44% -
XYZ 6.65 7.36 16.11 -
YUV 71.87 150.08 105.98 -
System Red Green Blue C M Y K H S L
Decimal 41 80 111 0.63 0.28 0 0.56 206.57 0.46 0.3
Hex 29 50 6F 3F 1C 0 38 CF 2E 1E
Octal 51 120 157 77 34 0 70 317 56 36
Binary 101001 1010000 1101111 111111 11100 0 111000 11001111 101110 11110

Color Harmonies of #29506F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29506F

Black with #29506F

Text Example


Text Example

White with #29506F

Text Example


Text Example

HTML Codes & Css Web 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>