#295171

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

Shades of Venice Blue #295171

Tints of Venice Blue #295171

Color information

#295171 (or 0x295171) is unknown color: approx Venice Blue. HEX triplet: 29, 51 and 71. RGB value is (41,81,113). Sum of RGB (Red+Green+Blue) = 41+81+113=235 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.45% from 235); Green value is 81 (32.03% from 255 or 34.47% from 235); Blue value is 113 (44.53% from 255 or 48.09% from 235); Max value from RGB is 113 - color contains mainly: blue. Hex color #295171 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295171 is #D6AE8E. Grayscale: #484848. Windows color (decimal): -14069391 or 7426345. OLE color: 7426345.

HSL color Cylindrical-coordinate representation of color #295171: hue angle of 206.67º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #295171 is Cyan = 0.64, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB4181113-
CMYK0.640.2800.56
HSL206.67º46.75%30.2%-
HSV(B)206.67º63.72%44.31%-
XYZ6.847.5516.72-
YUV72.69150.75105.4-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.45%
GREEN value IS 81 (32.03% from 255) = 34.47%
BLUE value IS 113 (44.53% from 255) = 48.09%
R=17.45%
G=34.47%
B=48.09%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal41811130.640.2800.56206.6746.7530.2
Hex295171401C038cf2f1e
Octal51121161100340703175736
Binary1010011010001111000110000001110001110001100111110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #295171; }

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

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

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

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

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

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

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

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