Html Css Color HEX #294C6D Venice Blue

📋 copy color: '#294C6D'

red 41 ◦ green 76 ◦ blue 109

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

Shades of Venice Blue #294C6D

Tints of Venice Blue #294C6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 48.23%

R = 18.14%
G = 33.63%
B = 48.23%

CMYK

 C value IS 0.62

 M value IS 0.30

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#294C6D (or 0x294C6D) is known color: Venice Blue. HEX triplet: 29, 4C and 6D. RGB value is (41,76,109). Sum of RGB (Red+Green+Blue) = 41+76+109=226 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.14% from 226); Green value is 76 (30.08% from 255 or 33.63% from 226); Blue value is 109 (42.97% from 255 or 48.23% from 226); Max value from RGB is 109 - color contains mainly: blue. Hex color #294C6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294C6D is #D6B392. Grayscale: #454545. Windows color (decimal): -14070675 or 7162921. OLE color: 7162921.

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

Color convert

RGB 41 76 109 -
CMYK 0.62 0.30 0 0.57
HSL 209.12º 0.45% 0.29% -
HSV(B) 209.12º 0.62% 0.43% -
XYZ 6.26 6.74 15.44 -
YUV 69.3 150.4 107.82 -
System Red Green Blue C M Y K H S L
Decimal 41 76 109 0.62 0.30 0 0.57 209.12 0.45 0.29
Hex 29 4C 6D 3E 1E 0 39 D1 2D 1D
Octal 51 114 155 76 36 0 71 321 55 35
Binary 101001 1001100 1101101 111110 11110 0 111001 11010001 101101 11101

Color Harmonies of #294C6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294C6D

Black with #294C6D

Text Example


Text Example

White with #294C6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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