#295474

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

Shades of Venice Blue #295474

Tints of Venice Blue #295474

Color information

#295474 (or 0x295474) is unknown color: approx Venice Blue. HEX triplet: 29, 54 and 74. RGB value is (41,84,116). Sum of RGB (Red+Green+Blue) = 41+84+116=241 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.01% from 241); Green value is 84 (33.20% from 255 or 34.85% from 241); Blue value is 116 (45.70% from 255 or 48.13% from 241); Max value from RGB is 116 - color contains mainly: blue. Hex color #295474 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295474 is #D6AB8B. Grayscale: #4A4A4A. Windows color (decimal): -14068620 or 7623721. OLE color: 7623721.

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

Color convert

RGB4184116-
CMYK0.650.2800.55
HSL205.6º47.77%30.78%-
HSV(B)205.6º64.66%45.49%-
XYZ7.248.0717.7-
YUV74.79151.25103.9-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.01%
GREEN value IS 84 (33.20% from 255) = 34.85%
BLUE value IS 116 (45.70% from 255) = 48.13%
R=17.01%
G=34.85%
B=48.13%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal41841160.650.2800.55205.647.7730.78
Hex295474411C037ce301f
Octal51124164101340673166037
Binary1010011010100111010010000011110001101111100111011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #295474; }

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

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

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

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

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

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

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

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