Html Css Color HEX #294973 Venice Blue

📋 copy color: '#294973'

red 41 ◦ green 73 ◦ blue 115

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

Shades of Venice Blue #294973

Tints of Venice Blue #294973

RGB

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

 GREEN value IS 73 (28.91% from 255) = 31.88%

 BLUE value IS 115 (45.31% from 255) = 50.22%

R = 17.9%
G = 31.88%
B = 50.22%

CMYK

 C value IS 0.64

 M value IS 0.37

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#294973 (or 0x294973) is known color: Venice Blue. HEX triplet: 29, 49 and 73. RGB value is (41,73,115). Sum of RGB (Red+Green+Blue) = 41+73+115=229 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.90% from 229); Green value is 73 (28.91% from 255 or 31.88% from 229); Blue value is 115 (45.31% from 255 or 50.22% from 229); Max value from RGB is 115 - color contains mainly: blue. Hex color #294973 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294973 is #D6B68C. Grayscale: #444444. Windows color (decimal): -14071437 or 7555369. OLE color: 7555369.

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

Color convert

RGB 41 73 115 -
CMYK 0.64 0.37 0 0.55
HSL 214.05º 0.47% 0.31% -
HSV(B) 214.05º 0.64% 0.45% -
XYZ 6.39 6.47 17.13 -
YUV 68.22 154.4 108.58 -
System Red Green Blue C M Y K H S L
Decimal 41 73 115 0.64 0.37 0 0.55 214.05 0.47 0.31
Hex 29 49 73 40 25 0 37 D6 2F 1F
Octal 51 111 163 100 45 0 67 326 57 37
Binary 101001 1001001 1110011 1000000 100101 0 110111 11010110 101111 11111

Color Harmonies of #294973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294973

Black with #294973

Text Example


Text Example

White with #294973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294973; }

 p { color: rgb(41,73,115); }

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

background-color css

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

 a { background-color: rgb(41,73,115); }

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

border-color css

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

 span { border-color: rgb(41,73,115); }

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