Html Css Color HEX #294872 Venice Blue

📋 copy color: '#294872'

red 41 ◦ green 72 ◦ blue 114

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

Shades of Venice Blue #294872

Tints of Venice Blue #294872

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 50.22%

R = 18.06%
G = 31.72%
B = 50.22%

CMYK

 C value IS 0.64

 M value IS 0.37

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#294872 (or 0x294872) is known color: Venice Blue. HEX triplet: 29, 48 and 72. RGB value is (41,72,114). Sum of RGB (Red+Green+Blue) = 41+72+114=227 (30% of max value = 765). Red value is 41 (16.41% from 255 or 18.06% from 227); Green value is 72 (28.52% from 255 or 31.72% from 227); Blue value is 114 (44.92% from 255 or 50.22% from 227); Max value from RGB is 114 - color contains mainly: blue. Hex color #294872 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294872 is #D6B78D. Grayscale: #434343. Windows color (decimal): -14071694 or 7489577. OLE color: 7489577.

HSL color Cylindrical-coordinate representation of color #294872: hue angle of 214.52º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #294872 is Cyan = 0.64, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 41 72 114 -
CMYK 0.64 0.37 0 0.55
HSL 214.52º 0.47% 0.3% -
HSV(B) 214.52º 0.64% 0.45% -
XYZ 6.27 6.32 16.81 -
YUV 67.52 154.23 109.08 -
System Red Green Blue C M Y K H S L
Decimal 41 72 114 0.64 0.37 0 0.55 214.52 0.47 0.3
Hex 29 48 72 40 25 0 37 D7 2F 1E
Octal 51 110 162 100 45 0 67 327 57 36
Binary 101001 1001000 1110010 1000000 100101 0 110111 11010111 101111 11110

Color Harmonies of #294872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294872

Black with #294872

Text Example


Text Example

White with #294872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294872; }

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

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

background-color css

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

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

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

border-color css

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

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

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