#294B75

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

Shades of Venice Blue #294B75

Tints of Venice Blue #294B75

Color information

#294B75 (or 0x294B75) is unknown color: approx Venice Blue. HEX triplet: 29, 4B and 75. RGB value is (41,75,117). Sum of RGB (Red+Green+Blue) = 41+75+117=233 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.60% from 233); Green value is 75 (29.69% from 255 or 32.19% from 233); Blue value is 117 (46.09% from 255 or 50.21% from 233); Max value from RGB is 117 - color contains mainly: blue. Hex color #294B75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294B75 is #D6B48A. Grayscale: #454545. Windows color (decimal): -14070923 or 7686953. OLE color: 7686953.

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

Color convert

RGB4175117-
CMYK0.650.3600.54
HSL213.16º48.1%30.98%-
HSV(B)213.16º64.96%45.88%-
XYZ6.646.7917.79-
YUV69.62154.74107.58-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.60%
GREEN value IS 75 (29.69% from 255) = 32.19%
BLUE value IS 117 (46.09% from 255) = 50.21%
R=17.60%
G=32.19%
B=50.21%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal41751170.650.3600.54213.1648.130.98
Hex294B754124036d5301f
Octal51113165101440663256037
Binary10100110010111110101100000110010001101101101010111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294B75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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