#295073

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

Shades of Venice Blue #295073

Tints of Venice Blue #295073

Color information

#295073 (or 0x295073) is unknown color: approx Venice Blue. HEX triplet: 29, 50 and 73. RGB value is (41,80,115). Sum of RGB (Red+Green+Blue) = 41+80+115=236 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.37% from 236); Green value is 80 (31.64% from 255 or 33.90% from 236); Blue value is 115 (45.31% from 255 or 48.73% from 236); Max value from RGB is 115 - color contains mainly: blue. Hex color #295073 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295073 is #D6AF8C. Grayscale: #484848. Windows color (decimal): -14069645 or 7557161. OLE color: 7557161.

HSL color Cylindrical-coordinate representation of color #295073: hue angle of 208.38º 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 #295073 is Cyan = 0.64, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB4180115-
CMYK0.640.3000.55
HSL208.38º47.44%30.59%-
HSV(B)208.38º64.35%45.1%-
XYZ6.887.4517.29-
YUV72.33152.08105.65-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.37%
GREEN value IS 80 (31.64% from 255) = 33.90%
BLUE value IS 115 (45.31% from 255) = 48.73%
R=17.37%
G=33.90%
B=48.73%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal41801150.640.3000.55208.3847.4430.59
Hex295073401E037d02f1f
Octal51120163100360673205737
Binary1010011010000111001110000001111001101111101000010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #295073; }

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

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

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

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

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

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

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

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