Html Css Color HEX #295176 Venice Blue

📋 copy color: '#295176'

red 41 ◦ green 81 ◦ blue 118

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

Shades of Venice Blue #295176

Tints of Venice Blue #295176

RGB

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

 GREEN value IS 81 (32.03% from 255) = 33.75%

 BLUE value IS 118 (46.48% from 255) = 49.17%

R = 17.08%
G = 33.75%
B = 49.17%

CMYK

 C value IS 0.65

 M value IS 0.31

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#295176 (or 0x295176) is known color: Venice Blue. HEX triplet: 29, 51 and 76. RGB value is (41,81,118). Sum of RGB (Red+Green+Blue) = 41+81+118=240 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.08% from 240); Green value is 81 (32.03% from 255 or 33.75% from 240); Blue value is 118 (46.48% from 255 or 49.17% from 240); Max value from RGB is 118 - color contains mainly: blue. Hex color #295176 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295176 is #D6AE89. Grayscale: #494949. Windows color (decimal): -14069386 or 7754025. OLE color: 7754025.

HSL color Cylindrical-coordinate representation of color #295176: hue angle of 208.83º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #295176 is Cyan = 0.65, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 41 81 118 -
CMYK 0.65 0.31 0 0.54
HSL 208.83º 0.48% 0.31% -
HSV(B) 208.83º 0.65% 0.46% -
XYZ 7.13 7.66 18.24 -
YUV 73.26 153.25 104.99 -
System Red Green Blue C M Y K H S L
Decimal 41 81 118 0.65 0.31 0 0.54 208.83 0.48 0.31
Hex 29 51 76 41 1F 0 36 D1 30 1F
Octal 51 121 166 101 37 0 66 321 60 37
Binary 101001 1010001 1110110 1000001 11111 0 110110 11010001 110000 11111

Color Harmonies of #295176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295176

Black with #295176

Text Example


Text Example

White with #295176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295176; }

 p { color: rgb(41,81,118); }

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

background-color css

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

 a { background-color: rgb(41,81,118); }

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

border-color css

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

 span { border-color: rgb(41,81,118); }

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