#294B6D

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

Shades of Venice Blue #294B6D

Tints of Venice Blue #294B6D

Color information

#294B6D (or 0x294B6D) is unknown color: approx Venice Blue. HEX triplet: 29, 4B and 6D. RGB value is (41,75,109). Sum of RGB (Red+Green+Blue) = 41+75+109=225 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.22% from 225); Green value is 75 (29.69% from 255 or 33.33% from 225); Blue value is 109 (42.97% from 255 or 48.44% from 225); Max value from RGB is 109 - color contains mainly: blue. Hex color #294B6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294B6D is #D6B492. Grayscale: #444444. Windows color (decimal): -14070931 or 7162665. OLE color: 7162665.

HSL color Cylindrical-coordinate representation of color #294B6D: hue angle of 210º 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 #294B6D is Cyan = 0.62, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB4175109-
CMYK0.620.3100.57
HSL210º45.33%29.41%-
HSV(B)210º62.39%42.75%-
XYZ6.196.6115.42-
YUV68.71150.74108.24-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 18.22%
GREEN value IS 75 (29.69% from 255) = 33.33%
BLUE value IS 109 (42.97% from 255) = 48.44%
R=18.22%
G=33.33%
B=48.44%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal41751090.620.3100.5721045.3329.41
Hex294B6D3E1F039d22d1d
Octal5111315576370713225535
Binary101001100101111011011111101111101110011101001010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294B6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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