#295578

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

Shades of Venice Blue #295578

Tints of Venice Blue #295578

Color information

#295578 (or 0x295578) is unknown color: approx Venice Blue. HEX triplet: 29, 55 and 78. RGB value is (41,85,120). Sum of RGB (Red+Green+Blue) = 41+85+120=246 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.67% from 246); Green value is 85 (33.59% from 255 or 34.55% from 246); Blue value is 120 (47.27% from 255 or 48.78% from 246); Max value from RGB is 120 - color contains mainly: blue. Hex color #295578 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295578 is #D6AA87. Grayscale: #4B4B4B. Windows color (decimal): -14068360 or 7886121. OLE color: 7886121.

HSL color Cylindrical-coordinate representation of color #295578: hue angle of 206.58º degrees, saturation: 0.49, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #295578 is Cyan = 0.66, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB4185120-
CMYK0.660.2900.53
HSL206.58º49.07%31.57%-
HSV(B)206.58º65.83%47.06%-
XYZ7.558.3218.98-
YUV75.83152.92103.15-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 16.67%
GREEN value IS 85 (33.59% from 255) = 34.55%
BLUE value IS 120 (47.27% from 255) = 48.78%
R=16.67%
G=34.55%
B=48.78%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal41851200.660.2900.53206.5849.0731.57
Hex295578421D035cf3120
Octal51125170102350653176140
Binary10100110101011111000100001011101011010111001111110001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #295578; }

 p { color: rgb(41,85,120); }

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

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

 a { background-color: rgb(41,85,120); }

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

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

 span { border-color: rgb(41,85,120); }

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