#294E70

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

Shades of Venice Blue #294E70

Tints of Venice Blue #294E70

Color information

#294E70 (or 0x294E70) is unknown color: approx Venice Blue. HEX triplet: 29, 4E and 70. RGB value is (41,78,112). Sum of RGB (Red+Green+Blue) = 41+78+112=231 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.75% from 231); Green value is 78 (30.86% from 255 or 33.77% from 231); Blue value is 112 (44.14% from 255 or 48.48% from 231); Max value from RGB is 112 - color contains mainly: blue. Hex color #294E70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #294E70 is #D6B18F. Grayscale: #464646. Windows color (decimal): -14070160 or 7360041. OLE color: 7360041.

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

Color convert

RGB4178112-
CMYK0.630.3000.56
HSL208.73º46.41%30%-
HSV(B)208.73º63.39%43.92%-
XYZ6.567.0916.35-
YUV70.81151.24106.74-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.75%
GREEN value IS 78 (30.86% from 255) = 33.77%
BLUE value IS 112 (44.14% from 255) = 48.48%
R=17.75%
G=33.77%
B=48.48%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal41781120.630.3000.56208.7346.4130
Hex294E703F1E038d12e1e
Octal5111616077360703215636
Binary101001100111011100001111111111001110001101000110111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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