#294C75

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

Shades of Venice Blue #294C75

Tints of Venice Blue #294C75

Color information

#294C75 (or 0x294C75) is unknown color: approx Venice Blue. HEX triplet: 29, 4C and 75. RGB value is (41,76,117). Sum of RGB (Red+Green+Blue) = 41+76+117=234 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.52% from 234); Green value is 76 (30.08% from 255 or 32.48% from 234); Blue value is 117 (46.09% from 255 or 50% from 234); Max value from RGB is 117 - color contains mainly: blue. Hex color #294C75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294C75 is #D6B38A. Grayscale: #464646. Windows color (decimal): -14070667 or 7687209. OLE color: 7687209.

HSL color Cylindrical-coordinate representation of color #294C75: hue angle of 212.37º 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 #294C75 is Cyan = 0.65, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB4176117-
CMYK0.650.3500.54
HSL212.37º48.1%30.98%-
HSV(B)212.37º64.96%45.88%-
XYZ6.716.9217.81-
YUV70.21154.4107.17-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.52%
GREEN value IS 76 (30.08% from 255) = 32.48%
BLUE value IS 117 (46.09% from 255) = 50%
R=17.52%
G=32.48%
B=50%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal41761170.650.3500.54212.3748.130.98
Hex294C754123036d4301f
Octal51114165101430663246037
Binary10100110011001110101100000110001101101101101010011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294C75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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