#294D78

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

Shades of Venice Blue #294D78

Tints of Venice Blue #294D78

Color information

#294D78 (or 0x294D78) is unknown color: approx Venice Blue. HEX triplet: 29, 4D and 78. RGB value is (41,77,120). Sum of RGB (Red+Green+Blue) = 41+77+120=238 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.23% from 238); Green value is 77 (30.47% from 255 or 32.35% from 238); Blue value is 120 (47.27% from 255 or 50.42% from 238); Max value from RGB is 120 - color contains mainly: blue. Hex color #294D78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #294D78 is #D6B287. Grayscale: #464646. Windows color (decimal): -14070408 or 7884073. OLE color: 7884073.

HSL color Cylindrical-coordinate representation of color #294D78: hue angle of 212.66º degrees, saturation: 0.49, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #294D78 is Cyan = 0.66, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB4177120-
CMYK0.660.3600.53
HSL212.66º49.07%31.57%-
HSV(B)212.66º65.83%47.06%-
XYZ6.967.1418.78-
YUV71.14155.57106.5-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.23%
GREEN value IS 77 (30.47% from 255) = 32.35%
BLUE value IS 120 (47.27% from 255) = 50.42%
R=17.23%
G=32.35%
B=50.42%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal41771200.660.3600.53212.6649.0731.57
Hex294D784224035d53120
Octal51115170102440653256140
Binary101001100110111110001000010100100011010111010101110001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294D78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,77,120); }

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

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

 a { background-color: rgb(41,77,120); }

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

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

 span { border-color: rgb(41,77,120); }

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