Html Css Color HEX #294B77 Venice Blue

📋 copy color: '#294B77'

red 41 ◦ green 75 ◦ blue 119

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

Shades of Venice Blue #294B77

Tints of Venice Blue #294B77

RGB

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

 GREEN value IS 75 (29.69% from 255) = 31.91%

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

R = 17.45%
G = 31.91%
B = 50.64%

CMYK

 C value IS 0.66

 M value IS 0.37

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#294B77 (or 0x294B77) is known color: Venice Blue. HEX triplet: 29, 4B and 77. RGB value is (41,75,119). Sum of RGB (Red+Green+Blue) = 41+75+119=235 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.45% from 235); Green value is 75 (29.69% from 255 or 31.91% from 235); Blue value is 119 (46.88% from 255 or 50.64% from 235); Max value from RGB is 119 - color contains mainly: blue. Hex color #294B77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294B77 is #D6B488. Grayscale: #454545. Windows color (decimal): -14070921 or 7818025. OLE color: 7818025.

HSL color Cylindrical-coordinate representation of color #294B77: hue angle of 213.85º 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 #294B77 is Cyan = 0.66, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 41 75 119 -
CMYK 0.66 0.37 0 0.53
HSL 213.85º 0.49% 0.31% -
HSV(B) 213.85º 0.66% 0.47% -
XYZ 6.76 6.84 18.42 -
YUV 69.85 155.74 107.42 -
System Red Green Blue C M Y K H S L
Decimal 41 75 119 0.66 0.37 0 0.53 213.85 0.49 0.31
Hex 29 4B 77 42 25 0 35 D6 31 1F
Octal 51 113 167 102 45 0 65 326 61 37
Binary 101001 1001011 1110111 1000010 100101 0 110101 11010110 110001 11111

Color Harmonies of #294B77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294B77

Black with #294B77

Text Example


Text Example

White with #294B77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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