#295275

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

Shades of Venice Blue #295275

Tints of Venice Blue #295275

Color information

#295275 (or 0x295275) is unknown color: approx Venice Blue. HEX triplet: 29, 52 and 75. RGB value is (41,82,117). Sum of RGB (Red+Green+Blue) = 41+82+117=240 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.08% from 240); Green value is 82 (32.42% from 255 or 34.17% from 240); Blue value is 117 (46.09% from 255 or 48.75% from 240); Max value from RGB is 117 - color contains mainly: blue. Hex color #295275 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295275 is #D6AD8A. Grayscale: #494949. Windows color (decimal): -14069131 or 7688745. OLE color: 7688745.

HSL color Cylindrical-coordinate representation of color #295275: hue angle of 207.63º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #295275 is Cyan = 0.65, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB4182117-
CMYK0.650.3000.54
HSL207.63º48.1%30.98%-
HSV(B)207.63º64.96%45.88%-
XYZ7.147.7917.96-
YUV73.73152.42104.65-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.08%
GREEN value IS 82 (32.42% from 255) = 34.17%
BLUE value IS 117 (46.09% from 255) = 48.75%
R=17.08%
G=34.17%
B=48.75%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal41821170.650.3000.54207.6348.130.98
Hex295275411E036d0301f
Octal51122165101360663206037
Binary1010011010010111010110000011111001101101101000011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #295275; }

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

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

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

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

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

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

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

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