#295270

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

Shades of Venice Blue #295270

Tints of Venice Blue #295270

Color information

#295270 (or 0x295270) is unknown color: approx Venice Blue. HEX triplet: 29, 52 and 70. RGB value is (41,82,112). Sum of RGB (Red+Green+Blue) = 41+82+112=235 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.45% from 235); Green value is 82 (32.42% from 255 or 34.89% from 235); Blue value is 112 (44.14% from 255 or 47.66% from 235); Max value from RGB is 112 - color contains mainly: blue. Hex color #295270 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295270 is #D6AD8F. Grayscale: #494949. Windows color (decimal): -14069136 or 7361065. OLE color: 7361065.

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

Color convert

RGB4182112-
CMYK0.630.2700.56
HSL205.35º46.41%30%-
HSV(B)205.35º63.39%43.92%-
XYZ6.867.6816.45-
YUV73.16149.92105.06-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.45%
GREEN value IS 82 (32.42% from 255) = 34.89%
BLUE value IS 112 (44.14% from 255) = 47.66%
R=17.45%
G=34.89%
B=47.66%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal41821120.630.2700.56205.3546.4130
Hex2952703F1B038cd2e1e
Octal5112216077330703155636
Binary101001101001011100001111111101101110001100110110111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #295270; }

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

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

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

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

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

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

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

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