Html Css Color HEX #294870 Venice Blue

📋 copy color: '#294870'

red 41 ◦ green 72 ◦ blue 112

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

Shades of Venice Blue #294870

Tints of Venice Blue #294870

RGB

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

 GREEN value IS 72 (28.52% from 255) = 32%

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

R = 18.22%
G = 32%
B = 49.78%

CMYK

 C value IS 0.63

 M value IS 0.36

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#294870 (or 0x294870) is known color: Venice Blue. HEX triplet: 29, 48 and 70. RGB value is (41,72,112). Sum of RGB (Red+Green+Blue) = 41+72+112=225 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.22% from 225); Green value is 72 (28.52% from 255 or 32% from 225); Blue value is 112 (44.14% from 255 or 49.78% from 225); Max value from RGB is 112 - color contains mainly: blue. Hex color #294870 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294870 is #D6B78F. Grayscale: #434343. Windows color (decimal): -14071696 or 7358505. OLE color: 7358505.

HSL color Cylindrical-coordinate representation of color #294870: hue angle of 213.8º 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 #294870 is Cyan = 0.63, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 41 72 112 -
CMYK 0.63 0.36 0 0.56
HSL 213.8º 0.46% 0.3% -
HSV(B) 213.8º 0.63% 0.44% -
XYZ 6.16 6.28 16.22 -
YUV 67.29 153.23 109.25 -
System Red Green Blue C M Y K H S L
Decimal 41 72 112 0.63 0.36 0 0.56 213.8 0.46 0.3
Hex 29 48 70 3F 24 0 38 D6 2E 1E
Octal 51 110 160 77 44 0 70 326 56 36
Binary 101001 1001000 1110000 111111 100100 0 111000 11010110 101110 11110

Color Harmonies of #294870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294870

Black with #294870

Text Example


Text Example

White with #294870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294870; }

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

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

background-color css

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

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

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

border-color css

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

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

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