#294F7A

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

Shades of Venice Blue #294F7A

Tints of Venice Blue #294F7A

Color information

#294F7A (or 0x294F7A) is unknown color: approx Venice Blue. HEX triplet: 29, 4F and 7A. RGB value is (41,79,122). Sum of RGB (Red+Green+Blue) = 41+79+122=242 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.94% from 242); Green value is 79 (31.25% from 255 or 32.64% from 242); Blue value is 122 (48.05% from 255 or 50.41% from 242); Max value from RGB is 122 - color contains mainly: blue. Hex color #294F7A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #294F7A is #D6B085. Grayscale: #484848. Windows color (decimal): -14069894 or 8015657. OLE color: 8015657.

HSL color Cylindrical-coordinate representation of color #294F7A: hue angle of 211.85º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #294F7A is Cyan = 0.66, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB4179122-
CMYK0.660.3500.52
HSL211.85º49.69%31.96%-
HSV(B)211.85º66.39%47.84%-
XYZ7.227.4719.47-
YUV72.54155.91105.5-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 16.94%
GREEN value IS 79 (31.25% from 255) = 32.64%
BLUE value IS 122 (48.05% from 255) = 50.41%
R=16.94%
G=32.64%
B=50.41%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal41791220.660.3500.52211.8549.6931.96
Hex294F7A4223034d43220
Octal51117172102430643246240
Binary101001100111111110101000010100011011010011010100110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294F7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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