#294C6D

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

Shades of Venice Blue #294C6D

Tints of Venice Blue #294C6D

Color information

#294C6D (or 0x294C6D) is unknown color: approx Venice Blue. HEX triplet: 29, 4C and 6D. RGB value is (41,76,109). Sum of RGB (Red+Green+Blue) = 41+76+109=226 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.14% from 226); Green value is 76 (30.08% from 255 or 33.63% from 226); Blue value is 109 (42.97% from 255 or 48.23% from 226); Max value from RGB is 109 - color contains mainly: blue. Hex color #294C6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294C6D is #D6B392. Grayscale: #454545. Windows color (decimal): -14070675 or 7162921. OLE color: 7162921.

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

Color convert

RGB4176109-
CMYK0.620.3000.57
HSL209.12º45.33%29.41%-
HSV(B)209.12º62.39%42.75%-
XYZ6.266.7415.44-
YUV69.3150.4107.82-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 18.14%
GREEN value IS 76 (30.08% from 255) = 33.63%
BLUE value IS 109 (42.97% from 255) = 48.23%
R=18.14%
G=33.63%
B=48.23%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal41761090.620.3000.57209.1245.3329.41
Hex294C6D3E1E039d12d1d
Octal5111415576360713215535
Binary101001100110011011011111101111001110011101000110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294C6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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