#294D6C

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

Shades of Venice Blue #294D6C

Tints of Venice Blue #294D6C

Color information

#294D6C (or 0x294D6C) is unknown color: approx Venice Blue. HEX triplet: 29, 4D and 6C. RGB value is (41,77,108). Sum of RGB (Red+Green+Blue) = 41+77+108=226 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.14% from 226); Green value is 77 (30.47% from 255 or 34.07% from 226); Blue value is 108 (42.58% from 255 or 47.79% from 226); Max value from RGB is 108 - color contains mainly: blue. Hex color #294D6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #294D6C is #D6B293. Grayscale: #454545. Windows color (decimal): -14070420 or 7097641. OLE color: 7097641.

HSL color Cylindrical-coordinate representation of color #294D6C: hue angle of 207.76º degrees, saturation: 0.45, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #294D6C is Cyan = 0.62, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB4177108-
CMYK0.620.2900.58
HSL207.76º44.97%29.22%-
HSV(B)207.76º62.04%42.35%-
XYZ6.286.8615.18-
YUV69.77149.57107.48-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 18.14%
GREEN value IS 77 (30.47% from 255) = 34.07%
BLUE value IS 108 (42.58% from 255) = 47.79%
R=18.14%
G=34.07%
B=47.79%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal41771080.620.2900.58207.7644.9729.22
Hex294D6C3E1D03Ad02d1d
Octal5111515476350723205535
Binary101001100110111011001111101110101110101101000010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294D6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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