#295379

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

Shades of Venice Blue #295379

Tints of Venice Blue #295379

Color information

#295379 (or 0x295379) is unknown color: approx Venice Blue. HEX triplet: 29, 53 and 79. RGB value is (41,83,121). Sum of RGB (Red+Green+Blue) = 41+83+121=245 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.73% from 245); Green value is 83 (32.81% from 255 or 33.88% from 245); Blue value is 121 (47.66% from 255 or 49.39% from 245); Max value from RGB is 121 - color contains mainly: blue. Hex color #295379 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295379 is #D6AC86. Grayscale: #4A4A4A. Windows color (decimal): -14068871 or 7951145. OLE color: 7951145.

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

Color convert

RGB4183121-
CMYK0.660.3100.53
HSL208.5º49.38%31.76%-
HSV(B)208.5º66.12%47.45%-
XYZ7.468.0419.25-
YUV74.77154.09103.91-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 16.73%
GREEN value IS 83 (32.81% from 255) = 33.88%
BLUE value IS 121 (47.66% from 255) = 49.39%
R=16.73%
G=33.88%
B=49.39%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal41831210.660.3100.53208.549.3831.76
Hex295379421F035d03120
Octal51123171102370653206140
Binary10100110100111111001100001011111011010111010000110001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #295379; }

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

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

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

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

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

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

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

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