#294d73

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

Shades of Venice Blue #294D73

Tints of Venice Blue #294D73

Color information

#294D73 (or 0x294D73) is unknown color: approx Venice Blue. HEX triplet: 29, 4D and 73. RGB value is (41,77,115). Sum of RGB (Red+Green+Blue) = 41+77+115=233 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.60% from 233); Green value is 77 (30.47% from 255 or 33.05% from 233); Blue value is 115 (45.31% from 255 or 49.36% from 233); Max value from RGB is 115 - color contains mainly: blue. Hex color #294D73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #294D73 is #D6B28C. Grayscale: #464646. Windows color (decimal): -14070413 or 7556393. OLE color: 7556393.

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

Color convert

RGB4177115-
CMYK0.640.3300.55
HSL210.81º47.44%30.59%-
HSV(B)210.81º64.35%45.1%-
XYZ6.667.0217.22-
YUV70.57153.07106.91-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.60%
GREEN value IS 77 (30.47% from 255) = 33.05%
BLUE value IS 115 (45.31% from 255) = 49.36%
R=17.60%
G=33.05%
B=49.36%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal41771150.640.3300.55210.8147.4430.59
Hex294D734021037d32f1f
Octal51115163100410673235737
Binary10100110011011110011100000010000101101111101001110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294d73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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