Html Css Color HEX #295476 Venice Blue

📋 copy color: '#295476'

red 41 ◦ green 84 ◦ blue 118

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

Shades of Venice Blue #295476

Tints of Venice Blue #295476

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 48.56%

R = 16.87%
G = 34.57%
B = 48.56%

CMYK

 C value IS 0.65

 M value IS 0.29

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#295476 (or 0x295476) is known color: Venice Blue. HEX triplet: 29, 54 and 76. RGB value is (41,84,118). Sum of RGB (Red+Green+Blue) = 41+84+118=243 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.87% from 243); Green value is 84 (33.20% from 255 or 34.57% from 243); Blue value is 118 (46.48% from 255 or 48.56% from 243); Max value from RGB is 118 - color contains mainly: blue. Hex color #295476 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295476 is #D6AB89. Grayscale: #4A4A4A. Windows color (decimal): -14068618 or 7754793. OLE color: 7754793.

HSL color Cylindrical-coordinate representation of color #295476: hue angle of 206.49º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #295476 is Cyan = 0.65, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 41 84 118 -
CMYK 0.65 0.29 0 0.54
HSL 206.49º 0.48% 0.31% -
HSV(B) 206.49º 0.65% 0.46% -
XYZ 7.35 8.12 18.32 -
YUV 75.02 152.25 103.74 -
System Red Green Blue C M Y K H S L
Decimal 41 84 118 0.65 0.29 0 0.54 206.49 0.48 0.31
Hex 29 54 76 41 1D 0 36 CE 30 1F
Octal 51 124 166 101 35 0 66 316 60 37
Binary 101001 1010100 1110110 1000001 11101 0 110110 11001110 110000 11111

Color Harmonies of #295476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295476

Black with #295476

Text Example


Text Example

White with #295476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295476; }

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

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

background-color css

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

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

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

border-color css

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

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

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