#294D77

Color #294D77 Venice Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Venice Blue #294D77

Tints of Venice Blue #294D77

Color information

#294D77 (or 0x294D77) is unknown color: approx Venice Blue. HEX triplet: 29, 4D and 77. RGB value is (41,77,119). Sum of RGB (Red+Green+Blue) = 41+77+119=237 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.30% from 237); Green value is 77 (30.47% from 255 or 32.49% from 237); Blue value is 119 (46.88% from 255 or 50.21% from 237); Max value from RGB is 119 - color contains mainly: blue. Hex color #294D77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #294D77 is #D6B288. Grayscale: #464646. Windows color (decimal): -14070409 or 7818537. OLE color: 7818537.

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

Color convert

RGB4177119-
CMYK0.660.3500.53
HSL212.31º48.75%31.37%-
HSV(B)212.31º65.55%46.67%-
XYZ6.97.1118.46-
YUV71.02155.07106.58-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.30%
GREEN value IS 77 (30.47% from 255) = 32.49%
BLUE value IS 119 (46.88% from 255) = 50.21%
R=17.30%
G=32.49%
B=50.21%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal41771190.660.3500.53212.3148.7531.37
Hex294D774223035d4311f
Octal51115167102430653246137
Binary10100110011011110111100001010001101101011101010011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294D77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #294D77; }

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

 H1.HeaderClassName
 {
   color: #294D77;
 }
 .AnyTagClassName
 {
   color: #294D77;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #294D77;
 }
 .BgClassName
 {
   background-color: #294D77;
 }
</style>
border-color css

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

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

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