#325873

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

Shades of Venice Blue #325873

Tints of Venice Blue #325873

Color information

#325873 (or 0x325873) is unknown color: approx Venice Blue. HEX triplet: 32, 58 and 73. RGB value is (50,88,115). Sum of RGB (Red+Green+Blue) = 50+88+115=253 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.76% from 253); Green value is 88 (34.77% from 255 or 34.78% from 253); Blue value is 115 (45.31% from 255 or 45.45% from 253); Max value from RGB is 115 - color contains mainly: blue. Hex color #325873 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325873 is #CDA78C. Grayscale: #4F4F4F. Windows color (decimal): -13477773 or 7559218. OLE color: 7559218.

HSL color Cylindrical-coordinate representation of color #325873: hue angle of 204.92º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #325873 is Cyan = 0.57, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB5088115-
CMYK0.570.2300.55
HSL204.92º39.39%32.35%-
HSV(B)204.92º56.52%45.1%-
XYZ7.98.917.52-
YUV79.72147.91106.8-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 19.76%
GREEN value IS 88 (34.77% from 255) = 34.78%
BLUE value IS 115 (45.31% from 255) = 45.45%
R=19.76%
G=34.78%
B=45.45%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal50881150.570.2300.55204.9239.3932.35
Hex3258733917037cd2720
Octal6213016371270673154740
Binary1100101011000111001111100110111011011111001101100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325873; }

 p { color: rgb(50,88,115); }

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

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

 a { background-color: rgb(50,88,115); }

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

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

 span { border-color: rgb(50,88,115); }

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