Html Css Color HEX #294F77 Venice Blue

📋 copy color: '#294F77'

red 41 ◦ green 79 ◦ blue 119

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

Shades of Venice Blue #294F77

Tints of Venice Blue #294F77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 49.79%

R = 17.15%
G = 33.05%
B = 49.79%

CMYK

 C value IS 0.66

 M value IS 0.34

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#294F77 (or 0x294F77) is known color: Venice Blue. HEX triplet: 29, 4F and 77. RGB value is (41,79,119). Sum of RGB (Red+Green+Blue) = 41+79+119=239 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.15% from 239); Green value is 79 (31.25% from 255 or 33.05% from 239); Blue value is 119 (46.88% from 255 or 49.79% from 239); Max value from RGB is 119 - color contains mainly: blue. Hex color #294F77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #294F77 is #D6B088. Grayscale: #484848. Windows color (decimal): -14069897 or 7819049. OLE color: 7819049.

HSL color Cylindrical-coordinate representation of color #294F77: hue angle of 210.77º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #294F77 is Cyan = 0.66, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 41 79 119 -
CMYK 0.66 0.34 0 0.53
HSL 210.77º 0.49% 0.31% -
HSV(B) 210.77º 0.66% 0.47% -
XYZ 7.04 7.4 18.51 -
YUV 72.2 154.41 105.75 -
System Red Green Blue C M Y K H S L
Decimal 41 79 119 0.66 0.34 0 0.53 210.77 0.49 0.31
Hex 29 4F 77 42 22 0 35 D3 31 1F
Octal 51 117 167 102 42 0 65 323 61 37
Binary 101001 1001111 1110111 1000010 100010 0 110101 11010011 110001 11111

Color Harmonies of #294F77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294F77

Black with #294F77

Text Example


Text Example

White with #294F77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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