#294C70

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

Shades of Venice Blue #294C70

Tints of Venice Blue #294C70

Color information

#294C70 (or 0x294C70) is unknown color: approx Venice Blue. HEX triplet: 29, 4C and 70. RGB value is (41,76,112). Sum of RGB (Red+Green+Blue) = 41+76+112=229 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.90% from 229); Green value is 76 (30.08% from 255 or 33.19% from 229); Blue value is 112 (44.14% from 255 or 48.91% from 229); Max value from RGB is 112 - color contains mainly: blue. Hex color #294C70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294C70 is #D6B38F. Grayscale: #454545. Windows color (decimal): -14070672 or 7359529. OLE color: 7359529.

HSL color Cylindrical-coordinate representation of color #294C70: hue angle of 210.42º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #294C70 is Cyan = 0.63, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB4176112-
CMYK0.630.3200.56
HSL210.42º46.41%30%-
HSV(B)210.42º63.39%43.92%-
XYZ6.426.8116.31-
YUV69.64151.9107.57-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.90%
GREEN value IS 76 (30.08% from 255) = 33.19%
BLUE value IS 112 (44.14% from 255) = 48.91%
R=17.90%
G=33.19%
B=48.91%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal41761120.630.3200.56210.4246.4130
Hex294C703F20038d22e1e
Octal5111416077400703225636
Binary1010011001100111000011111110000001110001101001010111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294C70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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