Html Css Color HEX #29567D Venice Blue

📋 copy color: '#29567D'

red 41 ◦ green 86 ◦ blue 125

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

Shades of Venice Blue #29567D

Tints of Venice Blue #29567D

RGB

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

 GREEN value IS 86 (33.98% from 255) = 34.13%

 BLUE value IS 125 (49.22% from 255) = 49.6%

R = 16.27%
G = 34.13%
B = 49.6%

CMYK

 C value IS 0.67

 M value IS 0.31

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#29567D (or 0x29567D) is known color: Venice Blue. HEX triplet: 29, 56 and 7D. RGB value is (41,86,125). Sum of RGB (Red+Green+Blue) = 41+86+125=252 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.27% from 252); Green value is 86 (33.98% from 255 or 34.13% from 252); Blue value is 125 (49.22% from 255 or 49.60% from 252); Max value from RGB is 125 - color contains mainly: blue. Hex color #29567D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #29567D is #D6A982. Grayscale: #4C4C4C. Windows color (decimal): -14068099 or 8214057. OLE color: 8214057.

HSL color Cylindrical-coordinate representation of color #29567D: hue angle of 207.86º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #29567D is Cyan = 0.67, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 41 86 125 -
CMYK 0.67 0.31 0 0.51
HSL 207.86º 0.51% 0.33% -
HSV(B) 207.86º 0.67% 0.49% -
XYZ 7.94 8.61 20.64 -
YUV 76.99 155.09 102.33 -
System Red Green Blue C M Y K H S L
Decimal 41 86 125 0.67 0.31 0 0.51 207.86 0.51 0.33
Hex 29 56 7D 43 1F 0 33 D0 33 21
Octal 51 126 175 103 37 0 63 320 63 41
Binary 101001 1010110 1111101 1000011 11111 0 110011 11010000 110011 100001

Color Harmonies of #29567D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29567D

Black with #29567D

Text Example


Text Example

White with #29567D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29567D; }

 p { color: rgb(41,86,125); }

 H1.HeaderClassName
 {
   color: #29567D;
 }
 .AnyTagClassName
 {
   color: #29567D;
 }
</style>

background-color css

<style>
 a { background-color: #29567D; }

 a { background-color: rgb(41,86,125); }

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

border-color css

<style>
 span { border-color: #29567D; }

 span { border-color: rgb(41,86,125); }

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