Html Css Color HEX #294C76 Venice Blue

📋 copy color: '#294C76'

red 41 ◦ green 76 ◦ blue 118

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

Shades of Venice Blue #294C76

Tints of Venice Blue #294C76

RGB

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

 GREEN value IS 76 (30.08% from 255) = 32.34%

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

R = 17.45%
G = 32.34%
B = 50.21%

CMYK

 C value IS 0.65

 M value IS 0.36

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#294C76 (or 0x294C76) is known color: Venice Blue. HEX triplet: 29, 4C and 76. RGB value is (41,76,118). Sum of RGB (Red+Green+Blue) = 41+76+118=235 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.45% from 235); Green value is 76 (30.08% from 255 or 32.34% from 235); Blue value is 118 (46.48% from 255 or 50.21% from 235); Max value from RGB is 118 - color contains mainly: blue. Hex color #294C76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294C76 is #D6B389. Grayscale: #464646. Windows color (decimal): -14070666 or 7752745. OLE color: 7752745.

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

Color convert

RGB 41 76 118 -
CMYK 0.65 0.36 0 0.54
HSL 212.73º 0.48% 0.31% -
HSV(B) 212.73º 0.65% 0.46% -
XYZ 6.77 6.95 18.12 -
YUV 70.32 154.9 107.08 -
System Red Green Blue C M Y K H S L
Decimal 41 76 118 0.65 0.36 0 0.54 212.73 0.48 0.31
Hex 29 4C 76 41 24 0 36 D5 30 1F
Octal 51 114 166 101 44 0 66 325 60 37
Binary 101001 1001100 1110110 1000001 100100 0 110110 11010101 110000 11111

Color Harmonies of #294C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294C76

Black with #294C76

Text Example


Text Example

White with #294C76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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