#294A75

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

Shades of Venice Blue #294A75

Tints of Venice Blue #294A75

Color information

#294A75 (or 0x294A75) is unknown color: approx Venice Blue. HEX triplet: 29, 4A and 75. RGB value is (41,74,117). Sum of RGB (Red+Green+Blue) = 41+74+117=232 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.67% from 232); Green value is 74 (29.30% from 255 or 31.90% from 232); Blue value is 117 (46.09% from 255 or 50.43% from 232); Max value from RGB is 117 - color contains mainly: blue. Hex color #294A75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294A75 is #D6B58A. Grayscale: #444444. Windows color (decimal): -14071179 or 7686697. OLE color: 7686697.

HSL color Cylindrical-coordinate representation of color #294A75: hue angle of 213.95º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #294A75 is Cyan = 0.65, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB4174117-
CMYK0.650.3700.54
HSL213.95º48.1%30.98%-
HSV(B)213.95º64.96%45.88%-
XYZ6.576.6517.77-
YUV69.04155.07108-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.67%
GREEN value IS 74 (29.30% from 255) = 31.90%
BLUE value IS 117 (46.09% from 255) = 50.43%
R=17.67%
G=31.90%
B=50.43%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal41741170.650.3700.54213.9548.130.98
Hex294A754125036d6301f
Octal51112165101450663266037
Binary10100110010101110101100000110010101101101101011011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294A75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,74,117); }

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

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

 a { background-color: rgb(41,74,117); }

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

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

 span { border-color: rgb(41,74,117); }

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