Html Css Color HEX #294D6C Venice Blue

📋 copy color: '#294D6C'

red 41 ◦ green 77 ◦ blue 108

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

Shades of Venice Blue #294D6C

Tints of Venice Blue #294D6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 47.79%

R = 18.14%
G = 34.07%
B = 47.79%

CMYK

 C value IS 0.62

 M value IS 0.29

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#294D6C (or 0x294D6C) is known color: Venice Blue. HEX triplet: 29, 4D and 6C. RGB value is (41,77,108). Sum of RGB (Red+Green+Blue) = 41+77+108=226 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.14% from 226); Green value is 77 (30.47% from 255 or 34.07% from 226); Blue value is 108 (42.58% from 255 or 47.79% from 226); Max value from RGB is 108 - color contains mainly: blue. Hex color #294D6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #294D6C is #D6B293. Grayscale: #454545. Windows color (decimal): -14070420 or 7097641. OLE color: 7097641.

HSL color Cylindrical-coordinate representation of color #294D6C: hue angle of 207.76º degrees, saturation: 0.45, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #294D6C is Cyan = 0.62, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 41 77 108 -
CMYK 0.62 0.29 0 0.58
HSL 207.76º 0.45% 0.29% -
HSV(B) 207.76º 0.62% 0.42% -
XYZ 6.28 6.86 15.18 -
YUV 69.77 149.57 107.48 -
System Red Green Blue C M Y K H S L
Decimal 41 77 108 0.62 0.29 0 0.58 207.76 0.45 0.29
Hex 29 4D 6C 3E 1D 0 3A D0 2D 1D
Octal 51 115 154 76 35 0 72 320 55 35
Binary 101001 1001101 1101100 111110 11101 0 111010 11010000 101101 11101

Color Harmonies of #294D6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294D6C

Black with #294D6C

Text Example


Text Example

White with #294D6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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