Html Css Color HEX #294F76 Venice Blue

📋 copy color: '#294F76'

red 41 ◦ green 79 ◦ blue 118

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

Shades of Venice Blue #294F76

Tints of Venice Blue #294F76

RGB

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

 GREEN value IS 79 (31.25% from 255) = 33.19%

 BLUE value IS 118 (46.48% from 255) = 49.58%

R = 17.23%
G = 33.19%
B = 49.58%

CMYK

 C value IS 0.65

 M value IS 0.33

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#294F76 (or 0x294F76) is known color: Venice Blue. HEX triplet: 29, 4F and 76. RGB value is (41,79,118). Sum of RGB (Red+Green+Blue) = 41+79+118=238 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.23% from 238); Green value is 79 (31.25% from 255 or 33.19% from 238); Blue value is 118 (46.48% from 255 or 49.58% from 238); Max value from RGB is 118 - color contains mainly: blue. Hex color #294F76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #294F76 is #D6B089. Grayscale: #474747. Windows color (decimal): -14069898 or 7753513. OLE color: 7753513.

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

Color convert

RGB 41 79 118 -
CMYK 0.65 0.33 0 0.54
HSL 210.39º 0.48% 0.31% -
HSV(B) 210.39º 0.65% 0.46% -
XYZ 6.98 7.37 18.19 -
YUV 72.08 153.91 105.83 -
System Red Green Blue C M Y K H S L
Decimal 41 79 118 0.65 0.33 0 0.54 210.39 0.48 0.31
Hex 29 4F 76 41 21 0 36 D2 30 1F
Octal 51 117 166 101 41 0 66 322 60 37
Binary 101001 1001111 1110110 1000001 100001 0 110110 11010010 110000 11111

Color Harmonies of #294F76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294F76

Black with #294F76

Text Example


Text Example

White with #294F76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,79,118); }

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

background-color css

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

 a { background-color: rgb(41,79,118); }

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

border-color css

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

 span { border-color: rgb(41,79,118); }

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