Html Css Color HEX #29597B Venice Blue

📋 copy color: '#29597B'

red 41 ◦ green 89 ◦ blue 123

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

Shades of Venice Blue #29597B

Tints of Venice Blue #29597B

RGB

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

 GREEN value IS 89 (35.16% from 255) = 35.18%

 BLUE value IS 123 (48.44% from 255) = 48.62%

R = 16.21%
G = 35.18%
B = 48.62%

CMYK

 C value IS 0.67

 M value IS 0.28

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#29597B (or 0x29597B) is known color: Venice Blue. HEX triplet: 29, 59 and 7B. RGB value is (41,89,123). Sum of RGB (Red+Green+Blue) = 41+89+123=253 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.21% from 253); Green value is 89 (35.16% from 255 or 35.18% from 253); Blue value is 123 (48.44% from 255 or 48.62% from 253); Max value from RGB is 123 - color contains mainly: blue. Hex color #29597B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #29597B is #D6A684. Grayscale: #4E4E4E. Windows color (decimal): -14067333 or 8083753. OLE color: 8083753.

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

Color convert

RGB 41 89 123 -
CMYK 0.67 0.28 0 0.52
HSL 204.88º 0.5% 0.32% -
HSV(B) 204.88º 0.67% 0.48% -
XYZ 8.06 9.05 20.06 -
YUV 78.52 153.1 101.24 -
System Red Green Blue C M Y K H S L
Decimal 41 89 123 0.67 0.28 0 0.52 204.88 0.5 0.32
Hex 29 59 7B 43 1C 0 34 CD 32 20
Octal 51 131 173 103 34 0 64 315 62 40
Binary 101001 1011001 1111011 1000011 11100 0 110100 11001101 110010 100000

Color Harmonies of #29597B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29597B

Black with #29597B

Text Example


Text Example

White with #29597B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #29597B;
 }
 .AnyTagClassName
 {
   color: #29597B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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