#294873

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

Shades of Venice Blue #294873

Tints of Venice Blue #294873

Color information

#294873 (or 0x294873) is unknown color: approx Venice Blue. HEX triplet: 29, 48 and 73. RGB value is (41,72,115). Sum of RGB (Red+Green+Blue) = 41+72+115=228 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.98% from 228); Green value is 72 (28.52% from 255 or 31.58% from 228); Blue value is 115 (45.31% from 255 or 50.44% from 228); Max value from RGB is 115 - color contains mainly: blue. Hex color #294873 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294873 is #D6B78C. Grayscale: #434343. Windows color (decimal): -14071693 or 7555113. OLE color: 7555113.

HSL color Cylindrical-coordinate representation of color #294873: hue angle of 214.86º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #294873 is Cyan = 0.64, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB4172115-
CMYK0.640.3700.55
HSL214.86º47.44%30.59%-
HSV(B)214.86º64.35%45.1%-
XYZ6.336.3417.11-
YUV67.63154.73109-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.98%
GREEN value IS 72 (28.52% from 255) = 31.58%
BLUE value IS 115 (45.31% from 255) = 50.44%
R=17.98%
G=31.58%
B=50.44%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal41721150.640.3700.55214.8647.4430.59
Hex2948734025037d72f1f
Octal51110163100450673275737
Binary10100110010001110011100000010010101101111101011110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #294873; }

 p { color: rgb(41,72,115); }

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

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

 a { background-color: rgb(41,72,115); }

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

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

 span { border-color: rgb(41,72,115); }

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