Html Css Color HEX #294971 Venice Blue

📋 copy color: '#294971'

red 41 ◦ green 73 ◦ blue 113

#294971
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Venice Blue #294971

Tints of Venice Blue #294971

RGB

 RED value IS 41 (16.41% from 255) = 18.06%

 GREEN value IS 73 (28.91% from 255) = 32.16%

 BLUE value IS 113 (44.53% from 255) = 49.78%

R = 18.06%
G = 32.16%
B = 49.78%

CMYK

 C value IS 0.64

 M value IS 0.35

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#294971 (or 0x294971) is known color: Venice Blue. HEX triplet: 29, 49 and 71. RGB value is (41,73,113). Sum of RGB (Red+Green+Blue) = 41+73+113=227 (30% of max value = 765). Red value is 41 (16.41% from 255 or 18.06% from 227); Green value is 73 (28.91% from 255 or 32.16% from 227); Blue value is 113 (44.53% from 255 or 49.78% from 227); Max value from RGB is 113 - color contains mainly: blue. Hex color #294971 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294971 is #D6B68E. Grayscale: #434343. Windows color (decimal): -14071439 or 7424297. OLE color: 7424297.

HSL color Cylindrical-coordinate representation of color #294971: hue angle of 213.33º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #294971 is Cyan = 0.64, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 41 73 113 -
CMYK 0.64 0.35 0 0.56
HSL 213.33º 0.47% 0.3% -
HSV(B) 213.33º 0.64% 0.44% -
XYZ 6.28 6.43 16.53 -
YUV 67.99 153.4 108.75 -
System Red Green Blue C M Y K H S L
Decimal 41 73 113 0.64 0.35 0 0.56 213.33 0.47 0.3
Hex 29 49 71 40 23 0 38 D5 2F 1E
Octal 51 111 161 100 43 0 70 325 57 36
Binary 101001 1001001 1110001 1000000 100011 0 111000 11010101 101111 11110

Color Harmonies of #294971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294971

Black with #294971

Text Example


Text Example

White with #294971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294971; }

 p { color: rgb(41,73,113); }

 H1.HeaderClassName
 {
   color: #294971;
 }
 .AnyTagClassName
 {
   color: #294971;
 }
</style>

background-color css

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

 a { background-color: rgb(41,73,113); }

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

border-color css

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

 span { border-color: rgb(41,73,113); }

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