#294C74

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

Shades of Venice Blue #294C74

Tints of Venice Blue #294C74

Color information

#294C74 (or 0x294C74) is unknown color: approx Venice Blue. HEX triplet: 29, 4C and 74. RGB value is (41,76,116). Sum of RGB (Red+Green+Blue) = 41+76+116=233 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.60% from 233); Green value is 76 (30.08% from 255 or 32.62% from 233); Blue value is 116 (45.70% from 255 or 49.79% from 233); Max value from RGB is 116 - color contains mainly: blue. Hex color #294C74 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294C74 is #D6B38B. Grayscale: #454545. Windows color (decimal): -14070668 or 7621673. OLE color: 7621673.

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

Color convert

RGB4176116-
CMYK0.650.3400.55
HSL212º47.77%30.78%-
HSV(B)212º64.66%45.49%-
XYZ6.656.917.5-
YUV70.1153.9107.25-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.60%
GREEN value IS 76 (30.08% from 255) = 32.62%
BLUE value IS 116 (45.70% from 255) = 49.79%
R=17.60%
G=32.62%
B=49.79%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal41761160.650.3400.5521247.7730.78
Hex294C744122037d4301f
Octal51114164101420673246037
Binary10100110011001110100100000110001001101111101010011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294C74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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