#294C6C

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

Shades of Venice Blue #294C6C

Tints of Venice Blue #294C6C

Color information

#294C6C (or 0x294C6C) is unknown color: approx Venice Blue. HEX triplet: 29, 4C and 6C. RGB value is (41,76,108). Sum of RGB (Red+Green+Blue) = 41+76+108=225 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.22% from 225); Green value is 76 (30.08% from 255 or 33.78% from 225); Blue value is 108 (42.58% from 255 or 48% from 225); Max value from RGB is 108 - color contains mainly: blue. Hex color #294C6C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294C6C is #D6B393. Grayscale: #454545. Windows color (decimal): -14070676 or 7097385. OLE color: 7097385.

HSL color Cylindrical-coordinate representation of color #294C6C: hue angle of 208.66º degrees, saturation: 0.45, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #294C6C is Cyan = 0.62, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB4176108-
CMYK0.620.3000.58
HSL208.66º44.97%29.22%-
HSV(B)208.66º62.04%42.35%-
XYZ6.216.7215.16-
YUV69.18149.9107.9-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 18.22%
GREEN value IS 76 (30.08% from 255) = 33.78%
BLUE value IS 108 (42.58% from 255) = 48%
R=18.22%
G=33.78%
B=48%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal41761080.620.3000.58208.6644.9729.22
Hex294C6C3E1E03Ad12d1d
Octal5111415476360723215535
Binary101001100110011011001111101111001110101101000110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294C6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,76,108); }

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

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

 a { background-color: rgb(41,76,108); }

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

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

 span { border-color: rgb(41,76,108); }

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