Html Css Color HEX #294F70 Venice Blue

📋 copy color: '#294F70'

red 41 ◦ green 79 ◦ blue 112

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

Shades of Venice Blue #294F70

Tints of Venice Blue #294F70

RGB

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

 GREEN value IS 79 (31.25% from 255) = 34.05%

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

R = 17.67%
G = 34.05%
B = 48.28%

CMYK

 C value IS 0.63

 M value IS 0.29

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#294F70 (or 0x294F70) is known color: Venice Blue. HEX triplet: 29, 4F and 70. RGB value is (41,79,112). Sum of RGB (Red+Green+Blue) = 41+79+112=232 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.67% from 232); Green value is 79 (31.25% from 255 or 34.05% from 232); Blue value is 112 (44.14% from 255 or 48.28% from 232); Max value from RGB is 112 - color contains mainly: blue. Hex color #294F70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #294F70 is #D6B08F. Grayscale: #474747. Windows color (decimal): -14069904 or 7360297. OLE color: 7360297.

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

Color convert

RGB 41 79 112 -
CMYK 0.63 0.29 0 0.56
HSL 207.89º 0.46% 0.3% -
HSV(B) 207.89º 0.63% 0.44% -
XYZ 6.64 7.23 16.38 -
YUV 71.4 150.91 106.32 -
System Red Green Blue C M Y K H S L
Decimal 41 79 112 0.63 0.29 0 0.56 207.89 0.46 0.3
Hex 29 4F 70 3F 1D 0 38 D0 2E 1E
Octal 51 117 160 77 35 0 70 320 56 36
Binary 101001 1001111 1110000 111111 11101 0 111000 11010000 101110 11110

Color Harmonies of #294F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294F70

Black with #294F70

Text Example


Text Example

White with #294F70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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