Html Css Color HEX #295077 Venice Blue

📋 copy color: '#295077'

red 41 ◦ green 80 ◦ blue 119

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

Shades of Venice Blue #295077

Tints of Venice Blue #295077

RGB

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

 GREEN value IS 80 (31.64% from 255) = 33.33%

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

R = 17.08%
G = 33.33%
B = 49.58%

CMYK

 C value IS 0.66

 M value IS 0.33

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#295077 (or 0x295077) is known color: Venice Blue. HEX triplet: 29, 50 and 77. RGB value is (41,80,119). Sum of RGB (Red+Green+Blue) = 41+80+119=240 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.08% from 240); Green value is 80 (31.64% from 255 or 33.33% from 240); Blue value is 119 (46.88% from 255 or 49.58% from 240); Max value from RGB is 119 - color contains mainly: blue. Hex color #295077 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295077 is #D6AF88. Grayscale: #484848. Windows color (decimal): -14069641 or 7819305. OLE color: 7819305.

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

Color convert

RGB 41 80 119 -
CMYK 0.66 0.33 0 0.53
HSL 210º 0.49% 0.31% -
HSV(B) 210º 0.66% 0.47% -
XYZ 7.11 7.54 18.53 -
YUV 72.79 154.08 105.33 -
System Red Green Blue C M Y K H S L
Decimal 41 80 119 0.66 0.33 0 0.53 210 0.49 0.31
Hex 29 50 77 42 21 0 35 D2 31 1F
Octal 51 120 167 102 41 0 65 322 61 37
Binary 101001 1010000 1110111 1000010 100001 0 110101 11010010 110001 11111

Color Harmonies of #295077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295077

Black with #295077

Text Example


Text Example

White with #295077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295077; }

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

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

background-color css

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

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

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

border-color css

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

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

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