#295177

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

Shades of Venice Blue #295177

Tints of Venice Blue #295177

Color information

#295177 (or 0x295177) is unknown color: approx Venice Blue. HEX triplet: 29, 51 and 77. RGB value is (41,81,119). Sum of RGB (Red+Green+Blue) = 41+81+119=241 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.01% from 241); Green value is 81 (32.03% from 255 or 33.61% from 241); Blue value is 119 (46.88% from 255 or 49.38% from 241); Max value from RGB is 119 - color contains mainly: blue. Hex color #295177 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295177 is #D6AE88. Grayscale: #494949. Windows color (decimal): -14069385 or 7819561. OLE color: 7819561.

HSL color Cylindrical-coordinate representation of color #295177: hue angle of 209.23º 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 #295177 is Cyan = 0.66, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB4181119-
CMYK0.660.3200.53
HSL209.23º48.75%31.37%-
HSV(B)209.23º65.55%46.67%-
XYZ7.197.6918.56-
YUV73.37153.75104.91-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.01%
GREEN value IS 81 (32.03% from 255) = 33.61%
BLUE value IS 119 (46.88% from 255) = 49.38%
R=17.01%
G=33.61%
B=49.38%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal41811190.660.3200.53209.2348.7531.37
Hex2951774220035d1311f
Octal51121167102400653216137
Binary10100110100011110111100001010000001101011101000111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #295177; }

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

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

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

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

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

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

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

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