#295A79

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

Shades of Venice Blue #295A79

Tints of Venice Blue #295A79

Color information

#295A79 (or 0x295A79) is unknown color: approx Venice Blue. HEX triplet: 29, 5A and 79. RGB value is (41,90,121). Sum of RGB (Red+Green+Blue) = 41+90+121=252 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.27% from 252); Green value is 90 (35.55% from 255 or 35.71% from 252); Blue value is 121 (47.66% from 255 or 48.02% from 252); Max value from RGB is 121 - color contains mainly: blue. Hex color #295A79 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295A79 is #D6A586. Grayscale: #4E4E4E. Windows color (decimal): -14067079 or 7952937. OLE color: 7952937.

HSL color Cylindrical-coordinate representation of color #295A79: hue angle of 203.25º 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 #295A79 is Cyan = 0.66, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB4190121-
CMYK0.660.2600.53
HSL203.25º49.38%31.76%-
HSV(B)203.25º66.12%47.45%-
XYZ8.029.1619.44-
YUV78.88151.77100.98-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 16.27%
GREEN value IS 90 (35.55% from 255) = 35.71%
BLUE value IS 121 (47.66% from 255) = 48.02%
R=16.27%
G=35.71%
B=48.02%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal41901210.660.2600.53203.2549.3831.76
Hex295A79421A035cb3120
Octal51132171102320653136140
Binary10100110110101111001100001011010011010111001011110001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295A79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #295A79; }

 p { color: rgb(41,90,121); }

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

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

 a { background-color: rgb(41,90,121); }

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

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

 span { border-color: rgb(41,90,121); }

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