Html Css Color HEX #294970 Venice Blue

📋 copy color: '#294970'

red 41 ◦ green 73 ◦ blue 112

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

Shades of Venice Blue #294970

Tints of Venice Blue #294970

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 49.56%

R = 18.14%
G = 32.3%
B = 49.56%

CMYK

 C value IS 0.63

 M value IS 0.35

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#294970 (or 0x294970) is known color: Venice Blue. HEX triplet: 29, 49 and 70. RGB value is (41,73,112). Sum of RGB (Red+Green+Blue) = 41+73+112=226 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.14% from 226); Green value is 73 (28.91% from 255 or 32.30% from 226); Blue value is 112 (44.14% from 255 or 49.56% from 226); Max value from RGB is 112 - color contains mainly: blue. Hex color #294970 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294970 is #D6B68F. Grayscale: #434343. Windows color (decimal): -14071440 or 7358761. OLE color: 7358761.

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

Color convert

RGB 41 73 112 -
CMYK 0.63 0.35 0 0.56
HSL 212.96º 0.46% 0.3% -
HSV(B) 212.96º 0.63% 0.44% -
XYZ 6.22 6.41 16.24 -
YUV 67.88 152.9 108.83 -
System Red Green Blue C M Y K H S L
Decimal 41 73 112 0.63 0.35 0 0.56 212.96 0.46 0.3
Hex 29 49 70 3F 23 0 38 D5 2E 1E
Octal 51 111 160 77 43 0 70 325 56 36
Binary 101001 1001001 1110000 111111 100011 0 111000 11010101 101110 11110

Color Harmonies of #294970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294970

Black with #294970

Text Example


Text Example

White with #294970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294970; }

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

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

background-color css

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

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

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

border-color css

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

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

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