#294F77

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

Shades of Venice Blue #294F77

Tints of Venice Blue #294F77

Color information

#294F77 (or 0x294F77) is unknown color: approx Venice Blue. HEX triplet: 29, 4F and 77. RGB value is (41,79,119). Sum of RGB (Red+Green+Blue) = 41+79+119=239 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.15% from 239); Green value is 79 (31.25% from 255 or 33.05% from 239); Blue value is 119 (46.88% from 255 or 49.79% from 239); Max value from RGB is 119 - color contains mainly: blue. Hex color #294F77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #294F77 is #D6B088. Grayscale: #484848. Windows color (decimal): -14069897 or 7819049. OLE color: 7819049.

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

Color convert

RGB4179119-
CMYK0.660.3400.53
HSL210.77º48.75%31.37%-
HSV(B)210.77º65.55%46.67%-
XYZ7.047.418.51-
YUV72.2154.41105.75-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.15%
GREEN value IS 79 (31.25% from 255) = 33.05%
BLUE value IS 119 (46.88% from 255) = 49.79%
R=17.15%
G=33.05%
B=49.79%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal41791190.660.3400.53210.7748.7531.37
Hex294F774222035d3311f
Octal51117167102420653236137
Binary10100110011111110111100001010001001101011101001111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294F77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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