Html Css Color HEX #294871 Venice Blue

📋 copy color: '#294871'

red 41 ◦ green 72 ◦ blue 113

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

Shades of Venice Blue #294871

Tints of Venice Blue #294871

RGB

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

 GREEN value IS 72 (28.52% from 255) = 31.86%

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

R = 18.14%
G = 31.86%
B = 50%

CMYK

 C value IS 0.64

 M value IS 0.36

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#294871 (or 0x294871) is known color: Venice Blue. HEX triplet: 29, 48 and 71. RGB value is (41,72,113). Sum of RGB (Red+Green+Blue) = 41+72+113=226 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.14% from 226); Green value is 72 (28.52% from 255 or 31.86% from 226); Blue value is 113 (44.53% from 255 or 50% from 226); Max value from RGB is 113 - color contains mainly: blue. Hex color #294871 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294871 is #D6B78E. Grayscale: #434343. Windows color (decimal): -14071695 or 7424041. OLE color: 7424041.

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

Color convert

RGB 41 72 113 -
CMYK 0.64 0.36 0 0.56
HSL 214.17º 0.47% 0.3% -
HSV(B) 214.17º 0.64% 0.44% -
XYZ 6.21 6.3 16.51 -
YUV 67.41 153.73 109.17 -
System Red Green Blue C M Y K H S L
Decimal 41 72 113 0.64 0.36 0 0.56 214.17 0.47 0.3
Hex 29 48 71 40 24 0 38 D6 2F 1E
Octal 51 110 161 100 44 0 70 326 57 36
Binary 101001 1001000 1110001 1000000 100100 0 111000 11010110 101111 11110

Color Harmonies of #294871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294871

Black with #294871

Text Example


Text Example

White with #294871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294871; }

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

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

background-color css

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

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

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

border-color css

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

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

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