#294C77

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

Shades of Venice Blue #294C77

Tints of Venice Blue #294C77

Color information

#294C77 (or 0x294C77) is unknown color: approx Venice Blue. HEX triplet: 29, 4C and 77. RGB value is (41,76,119). Sum of RGB (Red+Green+Blue) = 41+76+119=236 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.37% from 236); Green value is 76 (30.08% from 255 or 32.20% from 236); Blue value is 119 (46.88% from 255 or 50.42% from 236); Max value from RGB is 119 - color contains mainly: blue. Hex color #294C77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294C77 is #D6B388. Grayscale: #464646. Windows color (decimal): -14070665 or 7818281. OLE color: 7818281.

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

Color convert

RGB4176119-
CMYK0.660.3600.53
HSL213.08º48.75%31.37%-
HSV(B)213.08º65.55%46.67%-
XYZ6.836.9718.44-
YUV70.44155.4107-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.37%
GREEN value IS 76 (30.08% from 255) = 32.20%
BLUE value IS 119 (46.88% from 255) = 50.42%
R=17.37%
G=32.20%
B=50.42%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal41761190.660.3600.53213.0848.7531.37
Hex294C774224035d5311f
Octal51114167102440653256137
Binary10100110011001110111100001010010001101011101010111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294C77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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