Html Css Color HEX #294D78 Venice Blue

📋 copy color: '#294D78'

red 41 ◦ green 77 ◦ blue 120

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

Shades of Venice Blue #294D78

Tints of Venice Blue #294D78

RGB

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

 GREEN value IS 77 (30.47% from 255) = 32.35%

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

R = 17.23%
G = 32.35%
B = 50.42%

CMYK

 C value IS 0.66

 M value IS 0.36

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#294D78 (or 0x294D78) is known color: Venice Blue. HEX triplet: 29, 4D and 78. RGB value is (41,77,120). Sum of RGB (Red+Green+Blue) = 41+77+120=238 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.23% from 238); Green value is 77 (30.47% from 255 or 32.35% from 238); Blue value is 120 (47.27% from 255 or 50.42% from 238); Max value from RGB is 120 - color contains mainly: blue. Hex color #294D78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #294D78 is #D6B287. Grayscale: #464646. Windows color (decimal): -14070408 or 7884073. OLE color: 7884073.

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

Color convert

RGB 41 77 120 -
CMYK 0.66 0.36 0 0.53
HSL 212.66º 0.49% 0.32% -
HSV(B) 212.66º 0.66% 0.47% -
XYZ 6.96 7.14 18.78 -
YUV 71.14 155.57 106.5 -
System Red Green Blue C M Y K H S L
Decimal 41 77 120 0.66 0.36 0 0.53 212.66 0.49 0.32
Hex 29 4D 78 42 24 0 35 D5 31 20
Octal 51 115 170 102 44 0 65 325 61 40
Binary 101001 1001101 1111000 1000010 100100 0 110101 11010101 110001 100000

Color Harmonies of #294D78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294D78

Black with #294D78

Text Example


Text Example

White with #294D78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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