#295477

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

Shades of Venice Blue #295477

Tints of Venice Blue #295477

Color information

#295477 (or 0x295477) is unknown color: approx Venice Blue. HEX triplet: 29, 54 and 77. RGB value is (41,84,119). Sum of RGB (Red+Green+Blue) = 41+84+119=244 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.80% from 244); Green value is 84 (33.20% from 255 or 34.43% from 244); Blue value is 119 (46.88% from 255 or 48.77% from 244); Max value from RGB is 119 - color contains mainly: blue. Hex color #295477 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295477 is #D6AB88. Grayscale: #4A4A4A. Windows color (decimal): -14068617 or 7820329. OLE color: 7820329.

HSL color Cylindrical-coordinate representation of color #295477: hue angle of 206.92º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #295477 is Cyan = 0.66, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB4184119-
CMYK0.660.2900.53
HSL206.92º48.75%31.37%-
HSV(B)206.92º65.55%46.67%-
XYZ7.418.1418.63-
YUV75.13152.75103.65-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 16.80%
GREEN value IS 84 (33.20% from 255) = 34.43%
BLUE value IS 119 (46.88% from 255) = 48.77%
R=16.80%
G=34.43%
B=48.77%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal41841190.660.2900.53206.9248.7531.37
Hex295477421D035cf311f
Octal51124167102350653176137
Binary1010011010100111011110000101110101101011100111111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #295477; }

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

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

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

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

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

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

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

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