#295273

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

Shades of Venice Blue #295273

Tints of Venice Blue #295273

Color information

#295273 (or 0x295273) is unknown color: approx Venice Blue. HEX triplet: 29, 52 and 73. RGB value is (41,82,115). Sum of RGB (Red+Green+Blue) = 41+82+115=238 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.23% from 238); Green value is 82 (32.42% from 255 or 34.45% from 238); Blue value is 115 (45.31% from 255 or 48.32% from 238); Max value from RGB is 115 - color contains mainly: blue. Hex color #295273 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295273 is #D6AD8C. Grayscale: #494949. Windows color (decimal): -14069133 or 7557673. OLE color: 7557673.

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

Color convert

RGB4182115-
CMYK0.640.2900.55
HSL206.76º47.44%30.59%-
HSV(B)206.76º64.35%45.1%-
XYZ7.037.7417.34-
YUV73.5151.42104.82-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.23%
GREEN value IS 82 (32.42% from 255) = 34.45%
BLUE value IS 115 (45.31% from 255) = 48.32%
R=17.23%
G=34.45%
B=48.32%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal41821150.640.2900.55206.7647.4430.59
Hex295273401D037cf2f1f
Octal51122163100350673175737
Binary1010011010010111001110000001110101101111100111110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #295273; }

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

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

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

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

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

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

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

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