#295071

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

Shades of Venice Blue #295071

Tints of Venice Blue #295071

Color information

#295071 (or 0x295071) is unknown color: approx Venice Blue. HEX triplet: 29, 50 and 71. RGB value is (41,80,113). Sum of RGB (Red+Green+Blue) = 41+80+113=234 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.52% from 234); Green value is 80 (31.64% from 255 or 34.19% from 234); Blue value is 113 (44.53% from 255 or 48.29% from 234); Max value from RGB is 113 - color contains mainly: blue. Hex color #295071 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295071 is #D6AF8E. Grayscale: #474747. Windows color (decimal): -14069647 or 7426089. OLE color: 7426089.

HSL color Cylindrical-coordinate representation of color #295071: hue angle of 207.5º 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 #295071 is Cyan = 0.64, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB4180113-
CMYK0.640.2900.56
HSL207.5º46.75%30.2%-
HSV(B)207.5º63.72%44.31%-
XYZ6.767.416.69-
YUV72.1151.08105.82-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.52%
GREEN value IS 80 (31.64% from 255) = 34.19%
BLUE value IS 113 (44.53% from 255) = 48.29%
R=17.52%
G=34.19%
B=48.29%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal41801130.640.2900.56207.546.7530.2
Hex295071401D038d02f1e
Octal51120161100350703205736
Binary1010011010000111000110000001110101110001101000010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #295071; }

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

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

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

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

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

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

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

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