#295274

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

Shades of Venice Blue #295274

Tints of Venice Blue #295274

Color information

#295274 (or 0x295274) is unknown color: approx Venice Blue. HEX triplet: 29, 52 and 74. RGB value is (41,82,116). Sum of RGB (Red+Green+Blue) = 41+82+116=239 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.15% from 239); Green value is 82 (32.42% from 255 or 34.31% from 239); Blue value is 116 (45.70% from 255 or 48.54% from 239); Max value from RGB is 116 - color contains mainly: blue. Hex color #295274 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295274 is #D6AD8B. Grayscale: #494949. Windows color (decimal): -14069132 or 7623209. OLE color: 7623209.

HSL color Cylindrical-coordinate representation of color #295274: hue angle of 207.2º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #295274 is Cyan = 0.65, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB4182116-
CMYK0.650.2900.55
HSL207.2º47.77%30.78%-
HSV(B)207.2º64.66%45.49%-
XYZ7.087.7717.65-
YUV73.62151.92104.74-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.15%
GREEN value IS 82 (32.42% from 255) = 34.31%
BLUE value IS 116 (45.70% from 255) = 48.54%
R=17.15%
G=34.31%
B=48.54%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal41821160.650.2900.55207.247.7730.78
Hex295274411D037cf301f
Octal51122164101350673176037
Binary1010011010010111010010000011110101101111100111111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #295274; }

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

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

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

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

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

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

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

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