Html Css Color HEX #294B70 Venice Blue

📋 copy color: '#294B70'

red 41 ◦ green 75 ◦ blue 112

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

Shades of Venice Blue #294B70

Tints of Venice Blue #294B70

RGB

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

 GREEN value IS 75 (29.69% from 255) = 32.89%

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

R = 17.98%
G = 32.89%
B = 49.12%

CMYK

 C value IS 0.63

 M value IS 0.33

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#294B70 (or 0x294B70) is known color: Venice Blue. HEX triplet: 29, 4B and 70. RGB value is (41,75,112). Sum of RGB (Red+Green+Blue) = 41+75+112=228 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.98% from 228); Green value is 75 (29.69% from 255 or 32.89% from 228); Blue value is 112 (44.14% from 255 or 49.12% from 228); Max value from RGB is 112 - color contains mainly: blue. Hex color #294B70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294B70 is #D6B48F. Grayscale: #444444. Windows color (decimal): -14070928 or 7359273. OLE color: 7359273.

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

Color convert

RGB 41 75 112 -
CMYK 0.63 0.33 0 0.56
HSL 211.27º 0.46% 0.3% -
HSV(B) 211.27º 0.63% 0.44% -
XYZ 6.36 6.67 16.28 -
YUV 69.05 152.24 107.99 -
System Red Green Blue C M Y K H S L
Decimal 41 75 112 0.63 0.33 0 0.56 211.27 0.46 0.3
Hex 29 4B 70 3F 21 0 38 D3 2E 1E
Octal 51 113 160 77 41 0 70 323 56 36
Binary 101001 1001011 1110000 111111 100001 0 111000 11010011 101110 11110

Color Harmonies of #294B70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294B70

Black with #294B70

Text Example


Text Example

White with #294B70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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