Html Css Color HEX #294A70 Venice Blue

📋 copy color: '#294A70'

red 41 ◦ green 74 ◦ blue 112

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

Shades of Venice Blue #294A70

Tints of Venice Blue #294A70

RGB

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

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

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

R = 18.06%
G = 32.6%
B = 49.34%

CMYK

 C value IS 0.63

 M value IS 0.34

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#294A70 (or 0x294A70) is known color: Venice Blue. HEX triplet: 29, 4A and 70. RGB value is (41,74,112). Sum of RGB (Red+Green+Blue) = 41+74+112=227 (30% of max value = 765). Red value is 41 (16.41% from 255 or 18.06% from 227); Green value is 74 (29.30% from 255 or 32.60% from 227); Blue value is 112 (44.14% from 255 or 49.34% from 227); Max value from RGB is 112 - color contains mainly: blue. Hex color #294A70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294A70 is #D6B58F. Grayscale: #444444. Windows color (decimal): -14071184 or 7359017. OLE color: 7359017.

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

Color convert

RGB 41 74 112 -
CMYK 0.63 0.34 0 0.56
HSL 212.11º 0.46% 0.3% -
HSV(B) 212.11º 0.63% 0.44% -
XYZ 6.29 6.54 16.26 -
YUV 68.47 152.57 108.41 -
System Red Green Blue C M Y K H S L
Decimal 41 74 112 0.63 0.34 0 0.56 212.11 0.46 0.3
Hex 29 4A 70 3F 22 0 38 D4 2E 1E
Octal 51 112 160 77 42 0 70 324 56 36
Binary 101001 1001010 1110000 111111 100010 0 111000 11010100 101110 11110

Color Harmonies of #294A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294A70

Black with #294A70

Text Example


Text Example

White with #294A70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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