#295876

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

Shades of Venice Blue #295876

Tints of Venice Blue #295876

Color information

#295876 (or 0x295876) is unknown color: approx Venice Blue. HEX triplet: 29, 58 and 76. RGB value is (41,88,118). Sum of RGB (Red+Green+Blue) = 41+88+118=247 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.60% from 247); Green value is 88 (34.77% from 255 or 35.63% from 247); Blue value is 118 (46.48% from 255 or 47.77% from 247); Max value from RGB is 118 - color contains mainly: blue. Hex color #295876 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295876 is #D6A789. Grayscale: #4D4D4D. Windows color (decimal): -14067594 or 7755817. OLE color: 7755817.

HSL color Cylindrical-coordinate representation of color #295876: hue angle of 203.38º 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 #295876 is Cyan = 0.65, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB4188118-
CMYK0.650.2500.54
HSL203.38º48.43%31.18%-
HSV(B)203.38º65.25%46.27%-
XYZ7.678.7618.43-
YUV77.37150.93102.06-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 16.60%
GREEN value IS 88 (34.77% from 255) = 35.63%
BLUE value IS 118 (46.48% from 255) = 47.77%
R=16.60%
G=35.63%
B=47.77%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal41881180.650.2500.54203.3848.4331.18
Hex2958764119036cb301f
Octal51130166101310663136037
Binary1010011011000111011010000011100101101101100101111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #295876; }

 p { color: rgb(41,88,118); }

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

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

 a { background-color: rgb(41,88,118); }

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

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

 span { border-color: rgb(41,88,118); }

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