Html Css Color HEX #294D6E Venice Blue

📋 copy color: '#294D6E'

red 41 ◦ green 77 ◦ blue 110

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

Shades of Venice Blue #294D6E

Tints of Venice Blue #294D6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 48.25%

R = 17.98%
G = 33.77%
B = 48.25%

CMYK

 C value IS 0.63

 M value IS 0.3

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#294D6E (or 0x294D6E) is known color: Venice Blue. HEX triplet: 29, 4D and 6E. RGB value is (41,77,110). Sum of RGB (Red+Green+Blue) = 41+77+110=228 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.98% from 228); Green value is 77 (30.47% from 255 or 33.77% from 228); Blue value is 110 (43.36% from 255 or 48.25% from 228); Max value from RGB is 110 - color contains mainly: blue. Hex color #294D6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #294D6E is #D6B291. Grayscale: #454545. Windows color (decimal): -14070418 or 7228713. OLE color: 7228713.

HSL color Cylindrical-coordinate representation of color #294D6E: hue angle of 208.7º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #294D6E is Cyan = 0.63, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 41 77 110 -
CMYK 0.63 0.3 0 0.57
HSL 208.7º 0.46% 0.3% -
HSV(B) 208.7º 0.63% 0.43% -
XYZ 6.38 6.9 15.75 -
YUV 70 150.57 107.32 -
System Red Green Blue C M Y K H S L
Decimal 41 77 110 0.63 0.3 0 0.57 208.7 0.46 0.3
Hex 29 4D 6E 3F 1E 0 39 D1 2E 1E
Octal 51 115 156 77 36 0 71 321 56 36
Binary 101001 1001101 1101110 111111 11110 0 111001 11010001 101110 11110

Color Harmonies of #294D6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294D6E

Black with #294D6E

Text Example


Text Example

White with #294D6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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