#295375

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

Shades of Venice Blue #295375

Tints of Venice Blue #295375

Color information

#295375 (or 0x295375) is unknown color: approx Venice Blue. HEX triplet: 29, 53 and 75. RGB value is (41,83,117). Sum of RGB (Red+Green+Blue) = 41+83+117=241 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.01% from 241); Green value is 83 (32.81% from 255 or 34.44% from 241); Blue value is 117 (46.09% from 255 or 48.55% from 241); Max value from RGB is 117 - color contains mainly: blue. Hex color #295375 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295375 is #D6AC8A. Grayscale: #4A4A4A. Windows color (decimal): -14068875 or 7689001. OLE color: 7689001.

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

Color convert

RGB4183117-
CMYK0.650.2900.54
HSL206.84º48.1%30.98%-
HSV(B)206.84º64.96%45.88%-
XYZ7.227.9417.98-
YUV74.32152.09104.24-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.01%
GREEN value IS 83 (32.81% from 255) = 34.44%
BLUE value IS 117 (46.09% from 255) = 48.55%
R=17.01%
G=34.44%
B=48.55%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal41831170.650.2900.54206.8448.130.98
Hex295375411D036cf301f
Octal51123165101350663176037
Binary1010011010011111010110000011110101101101100111111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #295375; }

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

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

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

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

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

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

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

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