#295070

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

Shades of Venice Blue #295070

Tints of Venice Blue #295070

Color information

#295070 (or 0x295070) is unknown color: approx Venice Blue. HEX triplet: 29, 50 and 70. RGB value is (41,80,112). Sum of RGB (Red+Green+Blue) = 41+80+112=233 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.60% from 233); Green value is 80 (31.64% from 255 or 34.33% from 233); Blue value is 112 (44.14% from 255 or 48.07% from 233); Max value from RGB is 112 - color contains mainly: blue. Hex color #295070 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295070 is #D6AF8F. Grayscale: #474747. Windows color (decimal): -14069648 or 7360553. OLE color: 7360553.

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

Color convert

RGB4180112-
CMYK0.630.2900.56
HSL207.04º46.41%30%-
HSV(B)207.04º63.39%43.92%-
XYZ6.717.3816.4-
YUV71.99150.58105.9-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.60%
GREEN value IS 80 (31.64% from 255) = 34.33%
BLUE value IS 112 (44.14% from 255) = 48.07%
R=17.60%
G=34.33%
B=48.07%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal41801120.630.2900.56207.0446.4130
Hex2950703F1D038cf2e1e
Octal5112016077350703175636
Binary101001101000011100001111111110101110001100111110111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #295070; }

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

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

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

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

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

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

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

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