Html Css Color HEX #295376 Venice Blue

📋 copy color: '#295376'

red 41 ◦ green 83 ◦ blue 118

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

Shades of Venice Blue #295376

Tints of Venice Blue #295376

RGB

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

 GREEN value IS 83 (32.81% from 255) = 34.3%

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

R = 16.94%
G = 34.3%
B = 48.76%

CMYK

 C value IS 0.65

 M value IS 0.30

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#295376 (or 0x295376) is known color: Venice Blue. HEX triplet: 29, 53 and 76. RGB value is (41,83,118). Sum of RGB (Red+Green+Blue) = 41+83+118=242 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.94% from 242); Green value is 83 (32.81% from 255 or 34.30% from 242); Blue value is 118 (46.48% from 255 or 48.76% from 242); Max value from RGB is 118 - color contains mainly: blue. Hex color #295376 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295376 is #D6AC89. Grayscale: #4A4A4A. Windows color (decimal): -14068874 or 7754537. OLE color: 7754537.

HSL color Cylindrical-coordinate representation of color #295376: hue angle of 207.27º 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 #295376 is Cyan = 0.65, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 41 83 118 -
CMYK 0.65 0.30 0 0.54
HSL 207.27º 0.48% 0.31% -
HSV(B) 207.27º 0.65% 0.46% -
XYZ 7.28 7.97 18.29 -
YUV 74.43 152.59 104.15 -
System Red Green Blue C M Y K H S L
Decimal 41 83 118 0.65 0.30 0 0.54 207.27 0.48 0.31
Hex 29 53 76 41 1E 0 36 CF 30 1F
Octal 51 123 166 101 36 0 66 317 60 37
Binary 101001 1010011 1110110 1000001 11110 0 110110 11001111 110000 11111

Color Harmonies of #295376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295376

Black with #295376

Text Example


Text Example

White with #295376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295376; }

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

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

background-color css

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

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

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

border-color css

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

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

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