Html Css Color HEX #29577B Venice Blue

📋 copy color: '#29577B'

red 41 ◦ green 87 ◦ blue 123

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

Shades of Venice Blue #29577B

Tints of Venice Blue #29577B

RGB

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

 GREEN value IS 87 (34.38% from 255) = 34.66%

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

R = 16.33%
G = 34.66%
B = 49%

CMYK

 C value IS 0.67

 M value IS 0.29

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#29577B (or 0x29577B) is known color: Venice Blue. HEX triplet: 29, 57 and 7B. RGB value is (41,87,123). Sum of RGB (Red+Green+Blue) = 41+87+123=251 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.33% from 251); Green value is 87 (34.38% from 255 or 34.66% from 251); Blue value is 123 (48.44% from 255 or 49.00% from 251); Max value from RGB is 123 - color contains mainly: blue. Hex color #29577B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #29577B is #D6A884. Grayscale: #4D4D4D. Windows color (decimal): -14067845 or 8083241. OLE color: 8083241.

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

Color convert

RGB 41 87 123 -
CMYK 0.67 0.29 0 0.52
HSL 206.34º 0.5% 0.32% -
HSV(B) 206.34º 0.67% 0.48% -
XYZ 7.9 8.72 20.01 -
YUV 77.35 153.76 102.07 -
System Red Green Blue C M Y K H S L
Decimal 41 87 123 0.67 0.29 0 0.52 206.34 0.5 0.32
Hex 29 57 7B 43 1D 0 34 CE 32 20
Octal 51 127 173 103 35 0 64 316 62 40
Binary 101001 1010111 1111011 1000011 11101 0 110100 11001110 110010 100000

Color Harmonies of #29577B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29577B

Black with #29577B

Text Example


Text Example

White with #29577B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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