#294F70

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

Shades of Venice Blue #294F70

Tints of Venice Blue #294F70

Color information

#294F70 (or 0x294F70) is unknown color: approx Venice Blue. HEX triplet: 29, 4F and 70. RGB value is (41,79,112). Sum of RGB (Red+Green+Blue) = 41+79+112=232 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.67% from 232); Green value is 79 (31.25% from 255 or 34.05% from 232); Blue value is 112 (44.14% from 255 or 48.28% from 232); Max value from RGB is 112 - color contains mainly: blue. Hex color #294F70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #294F70 is #D6B08F. Grayscale: #474747. Windows color (decimal): -14069904 or 7360297. OLE color: 7360297.

HSL color Cylindrical-coordinate representation of color #294F70: hue angle of 207.89º 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 #294F70 is Cyan = 0.63, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB4179112-
CMYK0.630.2900.56
HSL207.89º46.41%30%-
HSV(B)207.89º63.39%43.92%-
XYZ6.647.2316.38-
YUV71.4150.91106.32-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.67%
GREEN value IS 79 (31.25% from 255) = 34.05%
BLUE value IS 112 (44.14% from 255) = 48.28%
R=17.67%
G=34.05%
B=48.28%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal41791120.630.2900.56207.8946.4130
Hex294F703F1D038d02e1e
Octal5111716077350703205636
Binary101001100111111100001111111110101110001101000010111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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