#295775

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

Shades of Venice Blue #295775

Tints of Venice Blue #295775

Color information

#295775 (or 0x295775) is unknown color: approx Venice Blue. HEX triplet: 29, 57 and 75. RGB value is (41,87,117). Sum of RGB (Red+Green+Blue) = 41+87+117=245 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.73% from 245); Green value is 87 (34.38% from 255 or 35.51% from 245); Blue value is 117 (46.09% from 255 or 47.76% from 245); Max value from RGB is 117 - color contains mainly: blue. Hex color #295775 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295775 is #D6A88A. Grayscale: #4C4C4C. Windows color (decimal): -14067851 or 7690025. OLE color: 7690025.

HSL color Cylindrical-coordinate representation of color #295775: hue angle of 203.68º 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 #295775 is Cyan = 0.65, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB4187117-
CMYK0.650.2600.54
HSL203.68º48.1%30.98%-
HSV(B)203.68º64.96%45.88%-
XYZ7.538.5718.09-
YUV76.67150.76102.56-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 16.73%
GREEN value IS 87 (34.38% from 255) = 35.51%
BLUE value IS 117 (46.09% from 255) = 47.76%
R=16.73%
G=35.51%
B=47.76%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal41871170.650.2600.54203.6848.130.98
Hex295775411A036cc301f
Octal51127165101320663146037
Binary1010011010111111010110000011101001101101100110011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #295775; }

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

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

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

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

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

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

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

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