Html Css Color HEX #295177 Venice Blue

📋 copy color: '#295177'

red 41 ◦ green 81 ◦ blue 119

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

Shades of Venice Blue #295177

Tints of Venice Blue #295177

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 49.38%

R = 17.01%
G = 33.61%
B = 49.38%

CMYK

 C value IS 0.66

 M value IS 0.32

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#295177 (or 0x295177) is known color: Venice Blue. HEX triplet: 29, 51 and 77. RGB value is (41,81,119). Sum of RGB (Red+Green+Blue) = 41+81+119=241 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.01% from 241); Green value is 81 (32.03% from 255 or 33.61% from 241); Blue value is 119 (46.88% from 255 or 49.38% from 241); Max value from RGB is 119 - color contains mainly: blue. Hex color #295177 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295177 is #D6AE88. Grayscale: #494949. Windows color (decimal): -14069385 or 7819561. OLE color: 7819561.

HSL color Cylindrical-coordinate representation of color #295177: hue angle of 209.23º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #295177 is Cyan = 0.66, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 41 81 119 -
CMYK 0.66 0.32 0 0.53
HSL 209.23º 0.49% 0.31% -
HSV(B) 209.23º 0.66% 0.47% -
XYZ 7.19 7.69 18.56 -
YUV 73.37 153.75 104.91 -
System Red Green Blue C M Y K H S L
Decimal 41 81 119 0.66 0.32 0 0.53 209.23 0.49 0.31
Hex 29 51 77 42 20 0 35 D1 31 1F
Octal 51 121 167 102 40 0 65 321 61 37
Binary 101001 1010001 1110111 1000010 100000 0 110101 11010001 110001 11111

Color Harmonies of #295177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295177

Black with #295177

Text Example


Text Example

White with #295177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295177; }

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

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

background-color css

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

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

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

border-color css

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

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

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