#325273

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

Shades of Venice Blue #325273

Tints of Venice Blue #325273

Color information

#325273 (or 0x325273) is unknown color: approx Venice Blue. HEX triplet: 32, 52 and 73. RGB value is (50,82,115). Sum of RGB (Red+Green+Blue) = 50+82+115=247 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.24% from 247); Green value is 82 (32.42% from 255 or 33.20% from 247); Blue value is 115 (45.31% from 255 or 46.56% from 247); Max value from RGB is 115 - color contains mainly: blue. Hex color #325273 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325273 is #CDAD8C. Grayscale: #4C4C4C. Windows color (decimal): -13479309 or 7557682. OLE color: 7557682.

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

Color convert

RGB5082115-
CMYK0.570.2900.55
HSL210.46º39.39%32.35%-
HSV(B)210.46º56.52%45.1%-
XYZ7.437.9517.36-
YUV76.19149.9109.32-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 20.24%
GREEN value IS 82 (32.42% from 255) = 33.20%
BLUE value IS 115 (45.31% from 255) = 46.56%
R=20.24%
G=33.20%
B=46.56%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal50821150.570.2900.55210.4639.3932.35
Hex325273391D037d22720
Octal6212216371350673224740
Binary1100101010010111001111100111101011011111010010100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325273; }

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

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

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

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

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

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

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

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