#295779

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

Shades of Venice Blue #295779

Tints of Venice Blue #295779

Color information

#295779 (or 0x295779) is unknown color: approx Venice Blue. HEX triplet: 29, 57 and 79. RGB value is (41,87,121). Sum of RGB (Red+Green+Blue) = 41+87+121=249 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.47% from 249); Green value is 87 (34.38% from 255 or 34.94% from 249); Blue value is 121 (47.66% from 255 or 48.59% from 249); Max value from RGB is 121 - color contains mainly: blue. Hex color #295779 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295779 is #D6A886. Grayscale: #4C4C4C. Windows color (decimal): -14067847 or 7952169. OLE color: 7952169.

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

Color convert

RGB4187121-
CMYK0.660.2800.53
HSL205.5º49.38%31.76%-
HSV(B)205.5º66.12%47.45%-
XYZ7.778.6719.35-
YUV77.12152.76102.24-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 16.47%
GREEN value IS 87 (34.38% from 255) = 34.94%
BLUE value IS 121 (47.66% from 255) = 48.59%
R=16.47%
G=34.94%
B=48.59%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal41871210.660.2800.53205.549.3831.76
Hex295779421C035ce3120
Octal51127171102340653166140
Binary10100110101111111001100001011100011010111001110110001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #295779; }

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

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

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

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

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

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

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

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