Html Css Color HEX #294C78 Venice Blue

📋 copy color: '#294C78'

red 41 ◦ green 76 ◦ blue 120

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

Shades of Venice Blue #294C78

Tints of Venice Blue #294C78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 50.63%

R = 17.3%
G = 32.07%
B = 50.63%

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

#294C78 (or 0x294C78) is known color: Venice Blue. HEX triplet: 29, 4C and 78. RGB value is (41,76,120). Sum of RGB (Red+Green+Blue) = 41+76+120=237 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.30% from 237); Green value is 76 (30.08% from 255 or 32.07% from 237); Blue value is 120 (47.27% from 255 or 50.63% from 237); Max value from RGB is 120 - color contains mainly: blue. Hex color #294C78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294C78 is #D6B387. Grayscale: #464646. Windows color (decimal): -14070664 or 7883817. OLE color: 7883817.

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

Color convert

RGB 41 76 120 -
CMYK 0.66 0.37 0 0.53
HSL 213.42º 0.49% 0.32% -
HSV(B) 213.42º 0.66% 0.47% -
XYZ 6.89 7 18.76 -
YUV 70.55 155.9 106.92 -
System Red Green Blue C M Y K H S L
Decimal 41 76 120 0.66 0.37 0 0.53 213.42 0.49 0.32
Hex 29 4C 78 42 25 0 35 D5 31 20
Octal 51 114 170 102 45 0 65 325 61 40
Binary 101001 1001100 1111000 1000010 100101 0 110101 11010101 110001 100000

Color Harmonies of #294C78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294C78

Black with #294C78

Text Example


Text Example

White with #294C78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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