Html Css Color HEX #294F75 Venice Blue

📋 copy color: '#294F75'

red 41 ◦ green 79 ◦ blue 117

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

Shades of Venice Blue #294F75

Tints of Venice Blue #294F75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 49.37%

R = 17.3%
G = 33.33%
B = 49.37%

CMYK

 C value IS 0.65

 M value IS 0.32

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#294F75 (or 0x294F75) is known color: Venice Blue. HEX triplet: 29, 4F and 75. RGB value is (41,79,117). Sum of RGB (Red+Green+Blue) = 41+79+117=237 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.30% from 237); Green value is 79 (31.25% from 255 or 33.33% from 237); Blue value is 117 (46.09% from 255 or 49.37% from 237); Max value from RGB is 117 - color contains mainly: blue. Hex color #294F75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #294F75 is #D6B08A. Grayscale: #474747. Windows color (decimal): -14069899 or 7687977. OLE color: 7687977.

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

Color convert

RGB 41 79 117 -
CMYK 0.65 0.32 0 0.54
HSL 210º 0.48% 0.31% -
HSV(B) 210º 0.65% 0.46% -
XYZ 6.92 7.35 17.88 -
YUV 71.97 153.41 105.91 -
System Red Green Blue C M Y K H S L
Decimal 41 79 117 0.65 0.32 0 0.54 210 0.48 0.31
Hex 29 4F 75 41 20 0 36 D2 30 1F
Octal 51 117 165 101 40 0 66 322 60 37
Binary 101001 1001111 1110101 1000001 100000 0 110110 11010010 110000 11111

Color Harmonies of #294F75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294F75

Black with #294F75

Text Example


Text Example

White with #294F75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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