Html Css Color HEX #295473 Venice Blue

📋 copy color: '#295473'

red 41 ◦ green 84 ◦ blue 115

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

Shades of Venice Blue #295473

Tints of Venice Blue #295473

RGB

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

 GREEN value IS 84 (33.2% from 255) = 35%

 BLUE value IS 115 (45.31% from 255) = 47.92%

R = 17.08%
G = 35%
B = 47.92%

CMYK

 C value IS 0.64

 M value IS 0.27

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#295473 (or 0x295473) is known color: Venice Blue. HEX triplet: 29, 54 and 73. RGB value is (41,84,115). Sum of RGB (Red+Green+Blue) = 41+84+115=240 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.08% from 240); Green value is 84 (33.20% from 255 or 35% from 240); Blue value is 115 (45.31% from 255 or 47.92% from 240); Max value from RGB is 115 - color contains mainly: blue. Hex color #295473 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295473 is #D6AB8C. Grayscale: #4A4A4A. Windows color (decimal): -14068621 or 7558185. OLE color: 7558185.

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

Color convert

RGB 41 84 115 -
CMYK 0.64 0.27 0 0.55
HSL 205.14º 0.47% 0.31% -
HSV(B) 205.14º 0.64% 0.45% -
XYZ 7.18 8.05 17.4 -
YUV 74.68 150.75 103.98 -
System Red Green Blue C M Y K H S L
Decimal 41 84 115 0.64 0.27 0 0.55 205.14 0.47 0.31
Hex 29 54 73 40 1B 0 37 CD 2F 1F
Octal 51 124 163 100 33 0 67 315 57 37
Binary 101001 1010100 1110011 1000000 11011 0 110111 11001101 101111 11111

Color Harmonies of #295473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295473

Black with #295473

Text Example


Text Example

White with #295473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295473; }

 p { color: rgb(41,84,115); }

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

background-color css

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

 a { background-color: rgb(41,84,115); }

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

border-color css

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

 span { border-color: rgb(41,84,115); }

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