Html Css Color HEX #295676 Venice Blue

📋 copy color: '#295676'

red 41 ◦ green 86 ◦ blue 118

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

Shades of Venice Blue #295676

Tints of Venice Blue #295676

RGB

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

 GREEN value IS 86 (33.98% from 255) = 35.1%

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

R = 16.73%
G = 35.1%
B = 48.16%

CMYK

 C value IS 0.65

 M value IS 0.27

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#295676 (or 0x295676) is known color: Venice Blue. HEX triplet: 29, 56 and 76. RGB value is (41,86,118). Sum of RGB (Red+Green+Blue) = 41+86+118=245 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.73% from 245); Green value is 86 (33.98% from 255 or 35.10% from 245); Blue value is 118 (46.48% from 255 or 48.16% from 245); Max value from RGB is 118 - color contains mainly: blue. Hex color #295676 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295676 is #D6A989. Grayscale: #4C4C4C. Windows color (decimal): -14068106 or 7755305. OLE color: 7755305.

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

Color convert

RGB 41 86 118 -
CMYK 0.65 0.27 0 0.54
HSL 204.94º 0.48% 0.31% -
HSV(B) 204.94º 0.65% 0.46% -
XYZ 7.51 8.44 18.37 -
YUV 76.19 151.59 102.9 -
System Red Green Blue C M Y K H S L
Decimal 41 86 118 0.65 0.27 0 0.54 204.94 0.48 0.31
Hex 29 56 76 41 1B 0 36 CD 30 1F
Octal 51 126 166 101 33 0 66 315 60 37
Binary 101001 1010110 1110110 1000001 11011 0 110110 11001101 110000 11111

Color Harmonies of #295676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295676

Black with #295676

Text Example


Text Example

White with #295676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295676; }

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

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

background-color css

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

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

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

border-color css

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

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

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