Html Css Color HEX #294A72 Venice Blue

📋 copy color: '#294A72'

red 41 ◦ green 74 ◦ blue 114

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

Shades of Venice Blue #294A72

Tints of Venice Blue #294A72

RGB

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

 GREEN value IS 74 (29.3% from 255) = 32.31%

 BLUE value IS 114 (44.92% from 255) = 49.78%

R = 17.9%
G = 32.31%
B = 49.78%

CMYK

 C value IS 0.64

 M value IS 0.35

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#294A72 (or 0x294A72) is known color: Venice Blue. HEX triplet: 29, 4A and 72. RGB value is (41,74,114). Sum of RGB (Red+Green+Blue) = 41+74+114=229 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.90% from 229); Green value is 74 (29.30% from 255 or 32.31% from 229); Blue value is 114 (44.92% from 255 or 49.78% from 229); Max value from RGB is 114 - color contains mainly: blue. Hex color #294A72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294A72 is #D6B58D. Grayscale: #444444. Windows color (decimal): -14071182 or 7490089. OLE color: 7490089.

HSL color Cylindrical-coordinate representation of color #294A72: hue angle of 212.88º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #294A72 is Cyan = 0.64, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 41 74 114 -
CMYK 0.64 0.35 0 0.55
HSL 212.88º 0.47% 0.3% -
HSV(B) 212.88º 0.64% 0.45% -
XYZ 6.4 6.58 16.85 -
YUV 68.69 153.57 108.25 -
System Red Green Blue C M Y K H S L
Decimal 41 74 114 0.64 0.35 0 0.55 212.88 0.47 0.3
Hex 29 4A 72 40 23 0 37 D5 2F 1E
Octal 51 112 162 100 43 0 67 325 57 36
Binary 101001 1001010 1110010 1000000 100011 0 110111 11010101 101111 11110

Color Harmonies of #294A72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294A72

Black with #294A72

Text Example


Text Example

White with #294A72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,74,114); }

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

background-color css

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

 a { background-color: rgb(41,74,114); }

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

border-color css

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

 span { border-color: rgb(41,74,114); }

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