#294E6E

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

Shades of Venice Blue #294E6E

Tints of Venice Blue #294E6E

Color information

#294E6E (or 0x294E6E) is unknown color: approx Venice Blue. HEX triplet: 29, 4E and 6E. RGB value is (41,78,110). Sum of RGB (Red+Green+Blue) = 41+78+110=229 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.90% from 229); Green value is 78 (30.86% from 255 or 34.06% from 229); Blue value is 110 (43.36% from 255 or 48.03% from 229); Max value from RGB is 110 - color contains mainly: blue. Hex color #294E6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #294E6E is #D6B191. Grayscale: #464646. Windows color (decimal): -14070162 or 7228969. OLE color: 7228969.

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

Color convert

RGB4178110-
CMYK0.630.2900.57
HSL207.83º45.7%29.61%-
HSV(B)207.83º62.73%43.14%-
XYZ6.457.0515.77-
YUV70.58150.24106.9-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.90%
GREEN value IS 78 (30.86% from 255) = 34.06%
BLUE value IS 110 (43.36% from 255) = 48.03%
R=17.90%
G=34.06%
B=48.03%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal41781100.630.2900.57207.8345.729.61
Hex294E6E3F1D039d02e1e
Octal5111615677350713205636
Binary101001100111011011101111111110101110011101000010111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294E6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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