Html Css Color HEX #29527B Venice Blue

📋 copy color: '#29527B'

red 41 ◦ green 82 ◦ blue 123

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

Shades of Venice Blue #29527B

Tints of Venice Blue #29527B

RGB

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

 GREEN value IS 82 (32.42% from 255) = 33.33%

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

R = 16.67%
G = 33.33%
B = 50%

CMYK

 C value IS 0.67

 M value IS 0.33

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#29527B (or 0x29527B) is known color: Venice Blue. HEX triplet: 29, 52 and 7B. RGB value is (41,82,123). Sum of RGB (Red+Green+Blue) = 41+82+123=246 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.67% from 246); Green value is 82 (32.42% from 255 or 33.33% from 246); Blue value is 123 (48.44% from 255 or 50% from 246); Max value from RGB is 123 - color contains mainly: blue. Hex color #29527B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #29527B is #D6AD84. Grayscale: #4A4A4A. Windows color (decimal): -14069125 or 8081961. OLE color: 8081961.

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

Color convert

RGB 41 82 123 -
CMYK 0.67 0.33 0 0.52
HSL 210º 0.5% 0.32% -
HSV(B) 210º 0.67% 0.48% -
XYZ 7.51 7.94 19.88 -
YUV 74.42 155.42 104.17 -
System Red Green Blue C M Y K H S L
Decimal 41 82 123 0.67 0.33 0 0.52 210 0.5 0.32
Hex 29 52 7B 43 21 0 34 D2 32 20
Octal 51 122 173 103 41 0 64 322 62 40
Binary 101001 1010010 1111011 1000011 100001 0 110100 11010010 110010 100000

Color Harmonies of #29527B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29527B

Black with #29527B

Text Example


Text Example

White with #29527B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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