#294E74

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

Shades of Venice Blue #294E74

Tints of Venice Blue #294E74

Color information

#294E74 (or 0x294E74) is unknown color: approx Venice Blue. HEX triplet: 29, 4E and 74. RGB value is (41,78,116). Sum of RGB (Red+Green+Blue) = 41+78+116=235 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.45% from 235); Green value is 78 (30.86% from 255 or 33.19% from 235); Blue value is 116 (45.70% from 255 or 49.36% from 235); Max value from RGB is 116 - color contains mainly: blue. Hex color #294E74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #294E74 is #D6B18B. Grayscale: #474747. Windows color (decimal): -14070156 or 7622185. OLE color: 7622185.

HSL color Cylindrical-coordinate representation of color #294E74: hue angle of 210.4º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #294E74 is Cyan = 0.65, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB4178116-
CMYK0.650.3300.55
HSL210.4º47.77%30.78%-
HSV(B)210.4º64.66%45.49%-
XYZ6.797.1817.55-
YUV71.27153.24106.41-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.45%
GREEN value IS 78 (30.86% from 255) = 33.19%
BLUE value IS 116 (45.70% from 255) = 49.36%
R=17.45%
G=33.19%
B=49.36%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal41781160.650.3300.55210.447.7730.78
Hex294E744121037d2301f
Octal51116164101410673226037
Binary10100110011101110100100000110000101101111101001011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294E74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,78,116); }

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

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

 a { background-color: rgb(41,78,116); }

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

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

 span { border-color: rgb(41,78,116); }

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