Html Css Color HEX #294E71 Venice Blue

📋 copy color: '#294E71'

red 41 ◦ green 78 ◦ blue 113

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

Shades of Venice Blue #294E71

Tints of Venice Blue #294E71

RGB

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

 GREEN value IS 78 (30.86% from 255) = 33.62%

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

R = 17.67%
G = 33.62%
B = 48.71%

CMYK

 C value IS 0.64

 M value IS 0.31

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#294E71 (or 0x294E71) is known color: Venice Blue. HEX triplet: 29, 4E and 71. RGB value is (41,78,113). Sum of RGB (Red+Green+Blue) = 41+78+113=232 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.67% from 232); Green value is 78 (30.86% from 255 or 33.62% from 232); Blue value is 113 (44.53% from 255 or 48.71% from 232); Max value from RGB is 113 - color contains mainly: blue. Hex color #294E71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #294E71 is #D6B18E. Grayscale: #464646. Windows color (decimal): -14070159 or 7425577. OLE color: 7425577.

HSL color Cylindrical-coordinate representation of color #294E71: hue angle of 209.17º 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 #294E71 is Cyan = 0.64, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 41 78 113 -
CMYK 0.64 0.31 0 0.56
HSL 209.17º 0.47% 0.3% -
HSV(B) 209.17º 0.64% 0.44% -
XYZ 6.62 7.11 16.65 -
YUV 70.93 151.74 106.65 -
System Red Green Blue C M Y K H S L
Decimal 41 78 113 0.64 0.31 0 0.56 209.17 0.47 0.3
Hex 29 4E 71 40 1F 0 38 D1 2F 1E
Octal 51 116 161 100 37 0 70 321 57 36
Binary 101001 1001110 1110001 1000000 11111 0 111000 11010001 101111 11110

Color Harmonies of #294E71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294E71

Black with #294E71

Text Example


Text Example

White with #294E71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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