Html Css Color HEX #294F73 Venice Blue

📋 copy color: '#294F73'

red 41 ◦ green 79 ◦ blue 115

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

Shades of Venice Blue #294F73

Tints of Venice Blue #294F73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 48.94%

R = 17.45%
G = 33.62%
B = 48.94%

CMYK

 C value IS 0.64

 M value IS 0.31

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#294F73 (or 0x294F73) is known color: Venice Blue. HEX triplet: 29, 4F and 73. RGB value is (41,79,115). Sum of RGB (Red+Green+Blue) = 41+79+115=235 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.45% from 235); Green value is 79 (31.25% from 255 or 33.62% from 235); Blue value is 115 (45.31% from 255 or 48.94% from 235); Max value from RGB is 115 - color contains mainly: blue. Hex color #294F73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #294F73 is #D6B08C. Grayscale: #474747. Windows color (decimal): -14069901 or 7556905. OLE color: 7556905.

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

Color convert

RGB 41 79 115 -
CMYK 0.64 0.31 0 0.55
HSL 209.19º 0.47% 0.31% -
HSV(B) 209.19º 0.64% 0.45% -
XYZ 6.8 7.3 17.27 -
YUV 71.74 152.41 106.07 -
System Red Green Blue C M Y K H S L
Decimal 41 79 115 0.64 0.31 0 0.55 209.19 0.47 0.31
Hex 29 4F 73 40 1F 0 37 D1 2F 1F
Octal 51 117 163 100 37 0 67 321 57 37
Binary 101001 1001111 1110011 1000000 11111 0 110111 11010001 101111 11111

Color Harmonies of #294F73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294F73

Black with #294F73

Text Example


Text Example

White with #294F73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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