#295279

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

Shades of Venice Blue #295279

Tints of Venice Blue #295279

Color information

#295279 (or 0x295279) is unknown color: approx Venice Blue. HEX triplet: 29, 52 and 79. RGB value is (41,82,121). Sum of RGB (Red+Green+Blue) = 41+82+121=244 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.80% from 244); Green value is 82 (32.42% from 255 or 33.61% from 244); Blue value is 121 (47.66% from 255 or 49.59% from 244); Max value from RGB is 121 - color contains mainly: blue. Hex color #295279 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295279 is #D6AD86. Grayscale: #494949. Windows color (decimal): -14069127 or 7950889. OLE color: 7950889.

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

Color convert

RGB4182121-
CMYK0.660.3200.53
HSL209.25º49.38%31.76%-
HSV(B)209.25º66.12%47.45%-
XYZ7.387.8919.22-
YUV74.19154.42104.33-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 16.80%
GREEN value IS 82 (32.42% from 255) = 33.61%
BLUE value IS 121 (47.66% from 255) = 49.59%
R=16.80%
G=33.61%
B=49.59%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal41821210.660.3200.53209.2549.3831.76
Hex2952794220035d13120
Octal51122171102400653216140
Binary101001101001011110011000010100000011010111010001110001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #295279; }

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

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

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

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

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

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

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

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