#295676

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

Shades of Venice Blue #295676

Tints of Venice Blue #295676

Color information

#295676 (or 0x295676) is unknown color: approx 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

RGB4186118-
CMYK0.650.2700.54
HSL204.94º48.43%31.18%-
HSV(B)204.94º65.25%46.27%-
XYZ7.518.4418.37-
YUV76.19151.59102.9-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 16.73%
GREEN value IS 86 (33.98% from 255) = 35.10%
BLUE value IS 118 (46.48% from 255) = 48.16%
R=16.73%
G=35.10%
B=48.16%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal41861180.650.2700.54204.9448.4331.18
Hex295676411B036cd301f
Octal51126166101330663156037
Binary1010011010110111011010000011101101101101100110111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>