#295176

Color #295176 Venice Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Venice Blue #295176

Tints of Venice Blue #295176

Color information

#295176 (or 0x295176) is unknown color: approx Venice Blue. HEX triplet: 29, 51 and 76. RGB value is (41,81,118). Sum of RGB (Red+Green+Blue) = 41+81+118=240 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.08% from 240); Green value is 81 (32.03% from 255 or 33.75% from 240); Blue value is 118 (46.48% from 255 or 49.17% from 240); Max value from RGB is 118 - color contains mainly: blue. Hex color #295176 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295176 is #D6AE89. Grayscale: #494949. Windows color (decimal): -14069386 or 7754025. OLE color: 7754025.

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

Color convert

RGB4181118-
CMYK0.650.3100.54
HSL208.83º48.43%31.18%-
HSV(B)208.83º65.25%46.27%-
XYZ7.137.6618.24-
YUV73.26153.25104.99-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.08%
GREEN value IS 81 (32.03% from 255) = 33.75%
BLUE value IS 118 (46.48% from 255) = 49.17%
R=17.08%
G=33.75%
B=49.17%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal41811180.650.3100.54208.8348.4331.18
Hex295176411F036d1301f
Octal51121166101370663216037
Binary1010011010001111011010000011111101101101101000111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #295176; }

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

 H1.HeaderClassName
 {
   color: #295176;
 }
 .AnyTagClassName
 {
   color: #295176;
 }
</style>
background-color css

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

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

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

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

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

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